| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Remove useless iteration through function parameters. | Kenneth Graunke | 2013-12-01 | 1 | -6/+0 |
* | Fix 'make check' in src/mapi/glapi/tests when builddir != srcdir | Jon TURNEY | 2013-12-01 | 1 | -0/+1 |
* | i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats. | Paul Berry | 2013-11-29 | 1 | -0/+15 |
* | glsl: Remove unused field loop_variable_state::loop. | Paul Berry | 2013-11-29 | 1 | -5/+0 |
* | glsl: Improve documentation of ir_loop counter/control fields. | Paul Berry | 2013-11-29 | 1 | -6/+28 |
* | glsl: In ir_validate, check that ir_loop::counter always refers to a new var. | Paul Berry | 2013-11-29 | 1 | -0/+13 |
* | glsl: Fix inconsistent assumptions about ir_loop::counter. | Paul Berry | 2013-11-29 | 3 | -2/+9 |
* | glsl: Teach ir_variable_refcount about ir_loop::counter variables. | Paul Berry | 2013-11-29 | 2 | -0/+22 |
* | mesa: fix mem leak of glPixelMap data in display list | Brian Paul | 2013-11-29 | 1 | -13/+16 |
* | mesa: added memory-related comment in save_error() | Brian Paul | 2013-11-29 | 1 | -0/+4 |
* | mesa: fix flags assignment in save_WaitSync() | Brian Paul | 2013-11-29 | 1 | -1/+1 |
* | mesa: remove old colortable, histogram, etc. code from dlist.c | Brian Paul | 2013-11-29 | 1 | -551/+0 |
* | mesa: have old convolution functions generate GL_INVALID_OPERATION | Brian Paul | 2013-11-29 | 1 | -12/+12 |
* | mesa: have old glColorTable functions generate GL_INVALID_OPERATION | Brian Paul | 2013-11-29 | 1 | -10/+10 |
* | trace: Dump PIPE_QUERY_* enums. | José Fonseca | 2013-11-28 | 7 | -15/+98 |
* | trace: Dump query results faithfully. | José Fonseca | 2013-11-28 | 3 | -15/+133 |
* | gallium/cso: fix sampler / sampler_view counts | Roland Scheidegger | 2013-11-28 | 1 | -11/+16 |
* | gallium: new shader cap bit for the amount of sampler views | Roland Scheidegger | 2013-11-28 | 15 | -8/+33 |
* | gallium/drivers: support more sampler views than samplers for more drivers | Roland Scheidegger | 2013-11-28 | 6 | -7/+7 |
* | i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN... | Ian Romanick | 2013-11-27 | 3 | -4/+18 |
* | Revert "drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)" | Matt Turner | 2013-11-27 | 1 | -0/+2 |
* | glsl: Link glcpp with math library. | Vinson Lee | 2013-11-27 | 1 | -1/+3 |
* | i965: Always reserve binding table space for at least one render target. | Kenneth Graunke | 2013-11-27 | 1 | -1/+4 |
* | glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it. | Francisco Jerez | 2013-11-26 | 1 | -0/+2 |
* | i965/fs: Fix misleading comment. | Francisco Jerez | 2013-11-26 | 1 | -1/+1 |
* | i965: Bump number of supported atomic counter buffers. | Francisco Jerez | 2013-11-26 | 1 | -1/+1 |
* | glsl/linker: Validate IR just before reparenting. | Paul Berry | 2013-11-26 | 1 | -0/+5 |
* | glsl: Fix lowering of direct assignment in lower_clip_distance. | Paul Berry | 2013-11-26 | 1 | -0/+5 |
* | i965/gs: Set GS prog_data to NULL if there is no GS program. | Paul Berry | 2013-11-26 | 1 | -0/+7 |
* | i965/gs: Properly skip GS binding table upload when no GS active. | Paul Berry | 2013-11-26 | 1 | -1/+1 |
* | dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribs | Ian Romanick | 2013-11-26 | 1 | -2/+4 |
* | i965: Only enable __DRI2_ROBUSTNESS if kernel support is available | Ian Romanick | 2013-11-26 | 2 | -16/+23 |
* | Revert "i965: Make the driver compile until a proper libdrm can be released." | Ian Romanick | 2013-11-26 | 2 | -10/+5 |
* | egl: Kill macro _EGL_DECLARE_MUTEX | Chad Versace | 2013-11-26 | 5 | -8/+5 |
* | egl: Enable EGL_EXT_client_extensions | Chad Versace | 2013-11-26 | 3 | -1/+22 |
* | radeon/compute: Unconditionally inline all functions v2 | Tom Stellard | 2013-11-25 | 1 | -2/+20 |
* | i965: Use __attribute__((flatten)) on fast tiled teximage code. | Kenneth Graunke | 2013-11-25 | 1 | -2/+8 |
* | llvmpipe: support 8bit subpixel precision | Zack Rusin | 2013-11-25 | 10 | -148/+496 |
* | gbm/dri: hide extension loader symbols | Maarten Lankhorst | 2013-11-25 | 1 | -2/+2 |
* | i965: Enable ARB_draw_indirect (and ARB_multi_draw_indirect) on Gen7+ | Chris Forbes | 2013-11-25 | 1 | -0/+1 |
* | vbo: map indirect buffer and extract params if doing sw primitive restart | Chris Forbes | 2013-11-25 | 1 | -0/+33 |
* | mesa: pass indirect buffer to sw primitive restart | Chris Forbes | 2013-11-25 | 4 | -4/+6 |
* | i965: pass indirect buffer to primitive restart check | Chris Forbes | 2013-11-25 | 3 | -6/+9 |
* | i965: implement indirect drawing for Gen7 | Chris Forbes | 2013-11-25 | 1 | -2/+55 |
* | i965: Add new defines for indirect draws | Chris Forbes | 2013-11-25 | 2 | -0/+9 |
* | vbo: Flesh out implementation of indirect draws | Chris Forbes | 2013-11-25 | 1 | -0/+218 |
* | mesa: add indirect_offset, is_indirect to _mesa_prim | Chris Forbes | 2013-11-25 | 4 | -1/+12 |
* | mesa: Add validation helpers for new indirect draws | Chris Forbes | 2013-11-25 | 2 | -0/+218 |
* | mesa: Add binding point for indirect buffer | Chris Forbes | 2013-11-25 | 4 | -0/+22 |
* | mesa: Add extension scaffolding for ARB_draw_indirect | Chris Forbes | 2013-11-25 | 3 | -0/+4 |