| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Create and use a has_explicit_attrib_location() helper. | Kenneth Graunke | 2013-09-26 | 4 | -6/+7 |
* | mesa: Remove 'invalidate_state' parameter to _mesa_dirty_texobj(). | Kenneth Graunke | 2013-09-26 | 6 | -14/+10 |
* | mesa: Remove some remaining FEATURE_* detritus. | Eric Anholt | 2013-09-26 | 8 | -47/+1 |
* | i965: Fix cube array coordinate normalization | Chris Forbes | 2013-09-26 | 1 | -5/+11 |
* | draw/clip: don't emit so many empty triangles | Zack Rusin | 2013-09-25 | 1 | -0/+39 |
* | llvmpipe: count c_primitives before discarding null prims | Zack Rusin | 2013-09-25 | 1 | -7/+6 |
* | llvmpipe: we need to subdivide if fb is bigger in either direction | Zack Rusin | 2013-09-25 | 1 | -1/+1 |
* | radeon/llvm: fix shadow cube texturing for GL3.0 | Marek Olšák | 2013-09-25 | 1 | -23/+15 |
* | radeonsi: fix blitting the last 2 mipmap levels of compressed textures | Marek Olšák | 2013-09-25 | 3 | -2/+20 |
* | radeonsi: add missing colorbuffer formats (rework format translation) | Marek Olšák | 2013-09-25 | 1 | -346/+104 |
* | radeonsi: bypass alpha-test for integer colorbuffers | Marek Olšák | 2013-09-25 | 1 | -1/+10 |
* | r600g: fix texture buffer object cache flushing | Marek Olšák | 2013-09-25 | 1 | -1/+4 |
* | r600g: fix constant buffer cache flushing | Marek Olšák | 2013-09-25 | 1 | -1/+5 |
* | radeon/winsys: keep screen pointer in winsys v2 | Christian König | 2013-09-25 | 8 | -22/+48 |
* | build/radeonsi: group all targets in common subdir | Christian König | 2013-09-25 | 9 | -97/+74 |
* | build/r600: group all targets in common subdir | Christian König | 2013-09-25 | 11 | -123/+76 |
* | build/r300: group build target in common subdir | Christian König | 2013-09-25 | 8 | -79/+58 |
* | radeon/uvd: try to place msg/fb buffer into GART | Christian König | 2013-09-25 | 1 | -2/+2 |
* | radeon/uvd: move alignment to winsys | Christian König | 2013-09-25 | 2 | -6/+6 |
* | st/vdpau: use a separate lock per decoder | Christian König | 2013-09-25 | 2 | -9/+12 |
* | st/vdpau: use new vlc function to serach for VC-1 start codes | Christian König | 2013-09-25 | 1 | -2/+1 |
* | vl/mpeg12: use new vlc function to search for start codes | Christian König | 2013-09-25 | 1 | -1/+1 |
* | vl/vlc: add fast forward search for byte value | Christian König | 2013-09-25 | 1 | -10/+74 |
* | glsl: Initialize ir_lower_jumps_visitor member variables. | Vinson Lee | 2013-09-24 | 1 | -1/+6 |
* | glsl: Initialize lower_vector_visitor::dont_lower_swz. | Vinson Lee | 2013-09-24 | 1 | -1/+1 |
* | glsl: Initialize assignment_generator member variables. | Vinson Lee | 2013-09-24 | 1 | -0/+6 |
* | glsl: Remove unused pointer value. | Vinson Lee | 2013-09-24 | 1 | -1/+1 |
* | Revert "llvmpipe: increase number of subpixel bits to eight" | Zack Rusin | 2013-09-24 | 3 | -17/+11 |
* | mesa: remove handcounted magic number | Dylan Noblesmith | 2013-09-24 | 1 | -13/+20 |
* | mesa: remove outdated comment | Dylan Noblesmith | 2013-09-24 | 1 | -1/+0 |
* | mesa: remove stale comment | Dylan Noblesmith | 2013-09-24 | 1 | -2/+0 |
* | llvmpipe: align the array used for subdivived vertices | Zack Rusin | 2013-09-23 | 1 | -1/+1 |
* | glapi: Move declaration before code. | Vinson Lee | 2013-09-23 | 1 | -4/+6 |
* | mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols. | Eric Anholt | 2013-09-23 | 7 | -7/+12 |
* | glsl: Hide many classes local to individual .cpp files in anon namespaces. | Eric Anholt | 2013-09-23 | 33 | -2/+126 |
* | mesa: Drop an extra copy-and-pasted copy in the program clone function. | Eric Anholt | 2013-09-23 | 1 | -1/+0 |
* | mesa: Convert some runtime asserts to static asserts. | Eric Anholt | 2013-09-23 | 1 | -2/+2 |
* | mesa: Shrink the size of the enum string lookup struct. | Eric Anholt | 2013-09-23 | 2 | -2/+13 |
* | mesa: Remove the extra enum strings and extra lookup table. | Eric Anholt | 2013-09-23 | 1 | -41/+20 |
* | mesa: Remove _mesa_lookup_enum_by_name(). | Eric Anholt | 2013-09-23 | 3 | -63/+0 |
* | llvmpipe: increase number of subpixel bits to eight | Zack Rusin | 2013-09-23 | 3 | -11/+17 |
* | glsl: Define isnormal and copysign for MSVC to fix build. | Vinson Lee | 2013-09-22 | 1 | -0/+14 |
* | radeon/uvd: async flush the UVD cs | Christian König | 2013-09-22 | 1 | -1/+1 |
* | winsys/radeon: share winsys between different fd's | Christian König | 2013-09-22 | 1 | -2/+17 |
* | winsys/radeon: remove cs_queue_empty | Christian König | 2013-09-22 | 3 | -19/+3 |
* | winsys/radeon: fix killing the CS thread | Christian König | 2013-09-22 | 1 | -4/+4 |
* | i965/gen4: Fix fragment program rectangle texture shadow compares. | Eric Anholt | 2013-09-21 | 1 | -4/+4 |
* | i965/gen7.5: Fix missing Shader Channel Select entries on Haswell | Abdiel Janulgue | 2013-09-21 | 1 | -0/+7 |
* | i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros. | Kenneth Graunke | 2013-09-21 | 7 | -122/+12 |
* | glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places. | Kenneth Graunke | 2013-09-21 | 5 | -121/+7 |