summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-09-05st/mesa: use 1.0f as boolean true on drivers without integer supportMarek Olšák1-2/+3
2014-09-05mesa: set UniformBooleanTrue = 1.0f by defaultMarek Olšák2-0/+10
2014-09-05freedreno/ir3: fix potential null ptr derefRob Clark1-1/+2
2014-09-05freedreno/a2xx: fix segfaultRob Clark1-0/+1
2014-09-05freedreno/a3xx: handle first/last level properlyRob Clark3-9/+13
2014-09-05freedreno: implement pipe_flush_resource()Rob Clark1-1/+5
2014-09-05freedreno: don't ignore src/dst levelRob Clark1-39/+63
2014-09-05automake: check if the linker supports --dynamic-listJonathan Gray2-2/+10
2014-09-05kms-swrast: Support Prime fd handlingAndreas Pokorny2-11/+79
2014-09-05r600g,radeonsi: make sure there's enough CS space before resuming queriesMarek Olšák1-0/+28
2014-09-05mesa: invalidate draw state in glPopClientAttribMarek Olšák1-0/+4
2014-09-05winsys/svga: Fix incorrect type usage in IOCTL v2Thomas Hellstrom1-4/+9
2014-09-05i965: Handle ir_triop_csel in emit_bool_to_cond_code().Kenneth Graunke2-4/+36
2014-09-05glsl: fix assertion which fails for unsigned array indices.tiffany1-1/+1
2014-09-05i965/copy_image: Divide the x offsets by block width when using the blitterJason Ekstrand1-10/+21
2014-09-05i965/copy_image: Use the correct block dimensionJason Ekstrand1-6/+6
2014-09-05meta/copy_image: Use the correct texture level when creating viewsJason Ekstrand1-1/+1
2014-09-05i965/copy_image: Use the correct texture levelJason Ekstrand1-4/+6
2014-09-05r600g: fix alpha-test with HyperZ enabled, fixing L4D2 tree corruptionMarek Olšák1-6/+6
2014-09-05meta: Make MESA_META_DRAW_BUFFERS restore properlyKristian Høgsberg1-34/+4
2014-09-05Revert "mesa: fix make tarballs"Emil Velikov1-2/+1
2014-09-05i965: add missing parens in vec4 visitorDave Airlie1-1/+2
2014-09-05nv50: attach the buffer bo to the miptree structuresIlia Mirkin1-8/+5
2014-09-05nv50: mt address may not be the underlying bo's start addressIlia Mirkin3-12/+14
2014-09-05nv50: set the miptree address when clearing bo's in vp2 initIlia Mirkin1-0/+2
2014-09-05nv50/ir: avoid creating instructions that can't be emittedIlia Mirkin1-0/+4
2014-09-05nvc0: don't make 1d staging textures linearIlia Mirkin1-1/+0
2014-09-05nv50: zero out unbound samplersIlia Mirkin1-2/+5
2014-09-05nvc0/ir: avoid infinite recursion when finding first uses of texIlia Mirkin2-8/+29
2014-09-05r600g: fix layered clearMarek Olšák1-1/+2
2014-09-05glsl_to_tgsi: allocate and enlarge arrays for temporaries on demandMarek Olšák1-18/+33
2014-09-01mesa: fix make tarballsEmil Velikov1-1/+2
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-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-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