summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-01Increment version to 10.3.0-rc2mesa-10.3-rc2Emil Velikov1-1/+1
2014-09-01mesa: fix make tarballsEmil Velikov2-2/+3
2014-08-31i965/vec4: Update register coalescing test.Matt Turner1-4/+1
2014-08-31i965: Add 2x MSAA support to Broadwell fast clear code.Kenneth Graunke1-0/+1
2014-08-28radeon/uvd: fix field handling on R6XX style UVDChristian König1-2/+5
2014-08-26vl/compositor: set the scissor before clearing the render targetChristian König1-1/+1
2014-08-26st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)SurfaceChristian König3-15/+71
2014-08-25glcpp: Don't use alternation in the lookahead for empty pragmas.Carl Worth1-2/+8
2014-08-25Makefile: Switch from md5sums to sha256sumsCarl Worth1-5/+5
2014-08-25radeonsi: add new SI pci idsAlex Deucher1-0/+4
2014-08-25radeonsi: add new CIK pci idsAlex Deucher1-0/+3
2014-08-22i965: Disable try_emit_b2f_of_compare on Gen4-6.Kenneth Graunke1-0/+7
2014-08-22i965: Fix JIP/UIP calculations.Matt Turner1-8/+6
2014-08-21Increment version to 10.3.0-rc1mesa-10.3-rc1Carl Worth1-1/+1
2014-08-21r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard1-1/+3
2014-08-21r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard1-3/+0
2014-08-21r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard1-2/+3
2014-08-21pipe-loader: Fix memory leak v2Tom Stellard2-2/+2
2014-08-21radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard1-1/+14
2014-08-21st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer1-2/+14
2014-08-20i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2-22/+0
2014-08-20mesa: Use a recursive mutex for the texture lock.Kenneth Graunke1-1/+1
2014-08-20glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS XCarl Worth1-2/+2
2014-08-20glcpp: Use printf instead of "echo -n" in glcpp-testCarl Worth1-2/+2
2014-08-20i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.Matt Turner1-27/+33
2014-08-20Teach os_get_total_physical_memory about CygwinJon TURNEY1-2/+2
2014-08-20r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2-1/+2
2014-08-20gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee1-0/+4
2014-08-19glsl: Use the without_array predicate in some more placesTimothy Arceri2-4/+2
2014-08-19i965: Flush the RC and TC before doing a fast clear resolveKristian Høgsberg1-2/+2
2014-08-19docs: Import 10.2.6 release notes, add news item.Carl Worth3-0/+125
2014-08-20docs: Mark off ARB_conditional_render_inverted for i965Chris Forbes2-2/+2
2014-08-20i965: Enable ARB_conditional_render_inverted on Gen6+.Chris Forbes1-0/+1
2014-08-20mesa: Add support for inverted s/w conditional renderingChris Forbes1-0/+13
2014-08-19i965/vec4: Add a pass to reduce swizzles.Matt Turner2-0/+99
2014-08-19vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt1-15/+11
2014-08-19vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt1-2/+5
2014-08-19mesa: fix NULL pointer deref bug in _mesa_drawbuffers()Brian Paul1-1/+1
2014-08-19r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard4-57/+87
2014-08-19gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV1-0/+1
2014-08-19gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV1-0/+7
2014-08-19haiku/swrast: Add missing src include search path for missing util/macros.hAlexander von Gluck IV1-0/+1
2014-08-19docs: Update status of ARB_conditional_render_invertedTobias Klausmann2-2/+3
2014-08-19llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2-2/+3
2014-08-19nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann4-32/+37
2014-08-19mesa/st: Support ARB_conditional_render_inverted modesTobias Klausmann2-1/+20
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann15-0/+18
2014-08-19mesa: add ARB_conditional_render_inverted flagsTobias Klausmann3-2/+10
2014-08-19glapi: add GL_ARB_conditional_render_invertedTobias Klausmann2-1/+14
2014-08-19ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu1-2/+2