summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Increment version to 10.3.0-rc2mesa-10.3-rc2Emil Velikov2014-09-011-1/+1
* mesa: fix make tarballsEmil Velikov2014-09-012-2/+3
* i965/vec4: Update register coalescing test.Matt Turner2014-08-311-4/+1
* i965: Add 2x MSAA support to Broadwell fast clear code.Kenneth Graunke2014-08-311-0/+1
* radeon/uvd: fix field handling on R6XX style UVDChristian König2014-08-281-2/+5
* vl/compositor: set the scissor before clearing the render targetChristian König2014-08-261-1/+1
* st/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap)SurfaceChristian König2014-08-263-15/+71
* glcpp: Don't use alternation in the lookahead for empty pragmas.Carl Worth2014-08-251-2/+8
* Makefile: Switch from md5sums to sha256sumsCarl Worth2014-08-251-5/+5
* radeonsi: add new SI pci idsAlex Deucher2014-08-251-0/+4
* radeonsi: add new CIK pci idsAlex Deucher2014-08-251-0/+3
* i965: Disable try_emit_b2f_of_compare on Gen4-6.Kenneth Graunke2014-08-221-0/+7
* i965: Fix JIP/UIP calculations.Matt Turner2014-08-221-8/+6
* Increment version to 10.3.0-rc1mesa-10.3-rc1Carl Worth2014-08-211-1/+1
* r600g: Fix flat/smooth shade state toggle10.3-branchpointGlenn Kennard2014-08-211-1/+3
* r600g/compute: Don't initialize vertex_buffer_state masks to 0x2Tom Stellard2014-08-211-3/+0
* r600g/compute: Use the first parameter in evergreen_set_global_binding()Tom Stellard2014-08-211-2/+3
* pipe-loader: Fix memory leak v2Tom Stellard2014-08-212-2/+2
* radeon: Add work-around for missing Hainan support in clang < 3.6 v2Tom Stellard2014-08-211-1/+14
* st/clover: Fix build against LLVM SVN >= r215967 v2Michel Dänzer2014-08-211-2/+14
* i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2014-08-202-22/+0
* mesa: Use a recursive mutex for the texture lock.Kenneth Graunke2014-08-201-1/+1
* glcpp: Fix glcpp-test-cr-lf "make check" test for Mac OS XCarl Worth2014-08-201-2/+2
* glcpp: Use printf instead of "echo -n" in glcpp-testCarl Worth2014-08-201-2/+2
* i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.Matt Turner2014-08-201-27/+33
* Teach os_get_total_physical_memory about CygwinJon TURNEY2014-08-201-2/+2
* r300g: Fix path to test programs for out-of-tree buildsMichel Dänzer2014-08-202-1/+2
* gallivm: Fix build with LLVM >= 3.6 r215967.Vinson Lee2014-08-201-0/+4
* glsl: Use the without_array predicate in some more placesTimothy Arceri2014-08-192-4/+2
* i965: Flush the RC and TC before doing a fast clear resolveKristian Høgsberg2014-08-191-2/+2
* docs: Import 10.2.6 release notes, add news item.Carl Worth2014-08-193-0/+125
* docs: Mark off ARB_conditional_render_inverted for i965Chris Forbes2014-08-202-2/+2
* i965: Enable ARB_conditional_render_inverted on Gen6+.Chris Forbes2014-08-201-0/+1
* mesa: Add support for inverted s/w conditional renderingChris Forbes2014-08-201-0/+13
* i965/vec4: Add a pass to reduce swizzles.Matt Turner2014-08-192-0/+99
* vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt2014-08-191-15/+11
* vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt2014-08-191-2/+5
* mesa: fix NULL pointer deref bug in _mesa_drawbuffers()Brian Paul2014-08-191-1/+1
* r600g: Fix missing SET_TEXTURE_OFFSETSGlenn Kennard2014-08-194-57/+87
* gallium/target: Add needed mesautil lib to haiku-softpipeAlexander von Gluck IV2014-08-191-0/+1
* gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV2014-08-191-0/+7
* haiku/swrast: Add missing src include search path for missing util/macros.hAlexander von Gluck IV2014-08-191-0/+1
* docs: Update status of ARB_conditional_render_invertedTobias Klausmann2014-08-192-2/+3
* llvmpipe/softpipe: enable ARB_conditional_render_invertedTobias Klausmann2014-08-192-2/+3
* nvc0: Handle ARB_conditional_render_inverted and enable itTobias Klausmann2014-08-194-32/+37
* mesa/st: Support ARB_conditional_render_inverted modesTobias Klausmann2014-08-192-1/+20
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-1915-0/+18
* mesa: add ARB_conditional_render_inverted flagsTobias Klausmann2014-08-193-2/+10
* glapi: add GL_ARB_conditional_render_invertedTobias Klausmann2014-08-192-1/+14
* ilo: fix PIPE_CAP_VIDEO_MEMORYChia-I Wu2014-08-191-2/+2