OSDN Git Service

android-x86/external-mesa.git
2015-02-24 Matt Turneri965/vec4: Add and use byte-MOV instruction for unpack...
2015-02-24 Matt Turneri965/fs: Consider MOV.SAT to interfere if it has a...
2015-02-24 Matt Turneri965/fs: Use fs_inst::overwrites_reg() in saturate...
2015-02-24 Matt Turneri965/fs: Add unit tests for saturate propagation pass.
2015-02-24 Brian Paulst/mesa: fix sampler view reference counting bug in...
2015-02-24 Brian Paulswrast: fix multiple color buffer writing
2015-02-24 Lucas Stachinstall-lib-links: don't depend on .libs directory
2015-02-24 Emil Velikovauxiliary/vl: honour the DRI2PROTO_CFLAGS
2015-02-24 Emil Velikovauxiliary/vl: Build vl_winsys_dri.c only when needed.
2015-02-24 Emil Velikovautomake: Use AM_DISTCHECK_CONFIGURE_FLAGS
2015-02-24 Michel DänzerRevert "radeon/llvm: enable unsafe math for graphics...
2015-02-24 Kenneth Graunkei965: Prefer Meta over the BLT for BlitFramebuffer.
2015-02-24 Alan CoopersmithMake _mesa_swizzle_and_convert argument types in .c...
2015-02-24 Alan CoopersmithUse __typeof instead of typeof with Solaris Studio...
2015-02-24 Alan CoopersmithAvoid fighting with Solaris headers over isnormal()
2015-02-24 Alan CoopersmithRemove extraneous ; after DECL_TYPE usage
2015-02-24 Alan CoopersmithBracket arguments to tr so they work with Solaris tr
2015-02-24 Kenneth Graunkeglsl: Reduce memory consumption of copy propagation...
2015-02-24 Laura Ekstrandmain: Fixed _mesa_GetCompressedTexImage_sw to copy...
2015-02-24 Marek Olšákradeonsi: fix a crash if a stencil ref state is set...
2015-02-24 Marek Olšákmesa: fix AtomicBuffer typo in _mesa_DeleteBuffers
2015-02-24 Marek Olšákradeonsi: small fix in SPI state
2015-02-24 Neil Robertsmeta: Fix saving the results of the current occlusion...
2015-02-24 Iago Toral... mesa: Fix element count for byte-swaps in texstore...
2015-02-24 Iago Toral... mesa: Handle transferOps in texstore_rgba
2015-02-24 Matt Turneri965/vec4/vp: Use vec4_visitor::CMP.
2015-02-24 Ilia Mirkinnvc0: allow holes in xfb target lists
2015-02-24 Ilia Mirkinst/mesa: treat resource-less xfb buffers as if they...
2015-02-24 Ilia Mirkinnvc0: bail out of 2d blits with non-A8_UNORM alpha...
2015-02-24 Tapani Pällimesa: fix OES_texture_float texture render target behavior
2015-02-24 Carl WorthRevert use of Mesa IR optimizer for ARB_fragment_programs
2015-02-24 Emil Velikovcherry-ignore: ignore commits picked without -x
2015-02-24 Kenneth Graunkei965: Fix integer border color on Haswell.
2015-02-24 Kenneth Graunkei965: Use a gl_color_union for sampler border color.
2015-02-24 Kenneth Graunkei965: Override swizzles for integer luminance formats.
2015-02-12 Emil VelikovIncrement version to 10.5.0-rc1
2015-02-12 Emil Velikovauxiliary/vl: bring back the VL code for the dri targets
2015-02-12 Emil Velikovconfigure: rework wayland_scanner handling(fix make...
2015-02-12 Emil Velikovnir: add missing header to the sources list
2015-02-12 Emil Velikovnir: resolve nir.h dependency list (fix make distcheck)
2015-02-12 Axel Davyegl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRM
2015-02-11 Jeremy Huddleston... darwin: build fix
2015-02-11 Jeremy Huddleston... darwin: build fix
2015-02-07 Brian Paulgallium/hud: also try R8_UNORM format for font texture
2015-02-07 Brian Paulgallium/hud: flush stdout in print_help(), for Windows
2015-02-07 Ben Widawskyi965: Add more stringent blitter assertions
2015-02-07 Ben Widawskyi965: Consolidate some of the intel_blit logic
2015-02-07 Park, Jeongminst/dri: Make depth buffer optional for postprocessing
2015-02-07 Park, Jeongminpostprocess: Check for depth buffer in pp_jimenezmlaa
2015-02-07 Ben Widawskyi965/vec4: Correct MUL destination hazard
2015-02-07 Emil Velikovdocs: add news item and link release notes for mesa...
2015-02-07 Emil Velikovdocs: Add sha256 sums for the 10.4.4 release
2015-02-07 Emil VelikovAdd release notes for the 10.4.4 release
2015-02-06 Eric Anholtnir: Fix broken fsat recognizer.
2015-02-06 Eric Anholtnir: Slightly simplify algebraic code generation by...
2015-02-06 Eric Anholttgsi/ureg: Add missing some missing opcodes opcode_tmp.h
2015-02-06 Eric Anholttgsi/ureg: Move ureg_dst_register() to the header.
2015-02-06 Marek Olšákgallium/u_tests: test a NULL buffer sampler view
2015-02-06 Marek Olšákgallium/u_tests: test a NULL constant buffer
2015-02-06 Marek Olšákgallium/u_tests: test a NULL texture sampler view
2015-02-06 Marek Olšákgallium/u_tests: restructure the only test, refactor...
2015-02-06 Marek Olšákgallium: run gallium tests if GALLIUM_TESTS=1 is set
2015-02-06 Marek Olšákgallium/postprocessing: fix crash at context destruction
2015-02-06 Xavier Bouchouxr600g/sb: fix a bug in constants folding optimisation...
2015-02-06 Xavier Bouchouxr600g: fix abs() support on ALU 3 source operands instr...
2015-02-06 David Heidelbergr300g: small code cleanup (v2)
2015-02-06 Iago Toral... glsl: GLSL ES identifiers cannot exceed 1024 characters
2015-02-06 Kenneth Graunkei965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and...
2015-02-06 Kenneth Graunkei965/fs: Use inst->eot rather than opcodes in register...
2015-02-06 Kenneth Graunkei965/fs: Delete is_last_send(); just check inst->eot.
2015-02-06 Michel Dänzerst/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPAC...
2015-02-05 Tiziano Bacoccost/nine: Implement dummy vbo behaviour when vs is missi...
2015-02-05 Axel Davygallium/targets/d3dadapter9: Free card device
2015-02-05 Axel Davygallium/targets/d3dadapter9: Release the pipe_screen...
2015-02-05 Axel Davygallium/targets/d3dadapter9: Fix device detection for...
2015-02-05 Axel Davyst/nine: Dummy sampler should have a=1
2015-02-05 Axel Davyst/nine: Fix update_framebuffer binding cbufs the pixel...
2015-02-05 Axel Davyst/nine: Clear: better behave if rt_mask is different...
2015-02-05 Axel Davyst/nine: Fix multisampling support detection
2015-02-05 Tiziano Bacoccost/nine: Fix enabled lights in stateblocks
2015-02-05 Axel Davyst/nine: Fix depth stencil formats bindings flags.
2015-02-05 Axel Davyst/nine: Fix gpu memory leak in swapchain
2015-02-05 Axel Davyst/nine: SetResourceResize should track nr_samples too
2015-02-05 Tiziano Bacoccost/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLID
2015-02-05 Tiziano Bacoccost/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVER
2015-02-05 Axel Davyst/nine: Implement fallback behaviour when rts and...
2015-02-05 Axel Davyst/nine: Fix present_buffers allocation
2015-02-05 Patrick Rudolphst/nine: Check for aligned offset in each vertex element
2015-02-05 Patrick Rudolphst/nine: Fix bufferoverflow in {Get|Set}PixelShaderCons...
2015-02-05 Patrick Rudolphst/nine: Set [out] argument to NULL for some functions
2015-02-05 Patrick Rudolphst/nine: Remove duplicated debug message
2015-02-05 Patrick Rudolphst/nine: Return E_FAIL for unused vertexdeclaration...
2015-02-05 Patrick Rudolphst/nine: Missing sanity check for CALLOC return E_OUTOF...
2015-02-05 Axel Davyst/nine: Implement ATOC hack
2015-02-05 Axel Davyst/nine: Implement AMD alpha to coverage
2015-02-05 Axel Davyst/nine: Add D3DFMT_DF16 support
2015-02-05 Axel Davyst/nine: Change the value of some advertised caps
2015-02-05 Axel Davyst/nine: NineDevice9_SetClipPlane: pPlane must be non...
2015-02-05 Axel Davyst/nine: Implement fallback for D3DFMT_D24S8, D3DFMT_D2...
2015-02-05 Axel Davyst/nine: Refactor format d3d9 to pipe conversion
next