| Commit message (Expand) | Author | Age | Files | Lines |
* | Use -Bsymbolic when linking libEGL.so | Carl Worth | 2013-09-30 | 1 | -1/+1 |
* | i965/blorp: retype destination register for texture SEND instruction to UW. | Paul Berry | 2013-09-30 | 1 | -1/+1 |
* | i965: Add a real native TexStorage path. | Eric Anholt | 2013-09-30 | 1 | -0/+63 |
* | i965: Add missing license to intel_tex_validate.c. | Eric Anholt | 2013-09-30 | 1 | -0/+23 |
* | i965: Always allocate validated miptrees from level 0. | Eric Anholt | 2013-09-30 | 1 | -6/+5 |
* | i965: Don't relayout a texture just for baselevel changes. | Eric Anholt | 2013-09-30 | 2 | -24/+39 |
* | i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set. | Eric Anholt | 2013-09-30 | 1 | -1/+2 |
* | i965: Stop allocating miptrees with first_level != 0. | Eric Anholt | 2013-09-30 | 1 | -17/+6 |
* | i965: Drop a special case for guessing small miptree levels. | Eric Anholt | 2013-09-30 | 1 | -43/+30 |
* | i965: Totally switch around how we handle nonzero baselevel-first_level. | Eric Anholt | 2013-09-30 | 4 | -19/+12 |
* | i965: Always look up from the object's mt when setting up texturing state. | Eric Anholt | 2013-09-30 | 2 | -5/+2 |
* | r600g/sb: Move variable dereference after null check. | Vinson Lee | 2013-09-30 | 1 | -1/+2 |
* | st/mesa: fix comment typo | Brian Paul | 2013-09-30 | 1 | -1/+1 |
* | r600g,radeonsi: workaround for late shared screen initialization | Marek Olšák | 2013-09-30 | 2 | -1/+5 |
* | r600g: Fix build failure introduced with r600_texture.c consolidation | Laurent Carlier | 2013-09-29 | 1 | -4/+4 |
* | radeon: make texture logging more useful | Marek Olšák | 2013-09-29 | 5 | -26/+23 |
* | r600g,radeonsi: share r600_texture.c | Marek Olšák | 2013-09-29 | 18 | -1228/+367 |
* | r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmap | Marek Olšák | 2013-09-29 | 1 | -9/+0 |
* | r600g: move the low-level buffer functions for multiple rings to drivers/radeon | Marek Olšák | 2013-09-29 | 11 | -88/+87 |
* | r600g,radeonsi: consolidate tiling_info initialization | Marek Olšák | 2013-09-29 | 12 | -217/+148 |
* | radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it | Marek Olšák | 2013-09-29 | 4 | -19/+108 |
* | r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon | Marek Olšák | 2013-09-29 | 6 | -66/+74 |
* | radeonsi: move debug options to R600_DEBUG | Marek Olšák | 2013-09-29 | 6 | -38/+41 |
* | r600g: move some debug options to drivers/radeon | Marek Olšák | 2013-09-29 | 10 | -52/+61 |
* | r600g,radeonsi: share the async dma interface | Marek Olšák | 2013-09-29 | 8 | -51/+61 |
* | radeonsi: move radeonsi-specific functions out of r600_texture.c | Marek Olšák | 2013-09-29 | 4 | -46/+38 |
* | r600g,radeonsi: remove unused code | Marek Olšák | 2013-09-29 | 2 | -4/+0 |
* | r600g: move r600g-specific functions out of r600_texture.c | Marek Olšák | 2013-09-29 | 4 | -467/+461 |
* | r600g,radeonsi: consolidate r600_texture structures | Marek Olšák | 2013-09-29 | 3 | -42/+26 |
* | r600g: get rid of r600_texture::is_rat | Marek Olšák | 2013-09-29 | 2 | -8/+1 |
* | r600g: get rid of r600_texture::array_mode | Marek Olšák | 2013-09-29 | 3 | -25/+4 |
* | r600g,radeonsi: consolidate transfer, cmask, and fmask structures | Marek Olšák | 2013-09-29 | 9 | -127/+94 |
* | radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS | Marek Olšák | 2013-09-29 | 3 | -0/+9 |
* | radeon/llvm: fix TGSI_OPCODE_UCMP | Marek Olšák | 2013-09-29 | 1 | -3/+7 |
* | st/mesa: fix GLSL mix(.., .., bvecN) | Marek Olšák | 2013-09-29 | 1 | -1/+8 |
* | configure.ac: Add a more informative warning when libclc.pc is not found v2 | Tom Stellard | 2013-09-27 | 1 | -6/+11 |
* | mesa: Include stdint.h in mtypes.h for uint32_t symbol. | Vinson Lee | 2013-09-26 | 1 | -0/+2 |
* | i965/fs: Don't double-accept operands of logical and/or/xor operations. | Kenneth Graunke | 2013-09-26 | 1 | -7/+4 |
* | i965: Add #define for MI_REPORT_PERF_COUNT on Gen6+. | Kenneth Graunke | 2013-09-26 | 1 | -0/+2 |
* | i965: Add support for GL_AMD_performance_monitor on Ironlake. | Kenneth Graunke | 2013-09-26 | 6 | -0/+420 |
* | mesa: Add core support for the GL_AMD_performance_monitor extension. | Kenneth Graunke | 2013-09-26 | 13 | -0/+913 |
* | glsl: Create and use a has_uniform_buffer_objects() helper. | Kenneth Graunke | 2013-09-26 | 3 | -7/+8 |
* | 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 |