summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace2013-12-021-6/+12
* glsl: Simplify the built-in function linking code.Kenneth Graunke2013-12-017-36/+31
* glsl: Create an accessor for the built-in function shader.Kenneth Graunke2013-12-012-2/+13
* glsl: Drop crazy looping from no_matching_function_error().Kenneth Graunke2013-12-011-16/+23
* glsl: Merge "candidates are: " message to the previous line.Kenneth Graunke2013-12-011-6/+4
* glsl: Drop unused call_ir parameter from generate_call().Kenneth Graunke2013-12-011-8/+6
* glsl: Remove useless iteration through function parameters.Kenneth Graunke2013-12-011-6/+0
* Fix 'make check' in src/mapi/glapi/tests when builddir != srcdirJon TURNEY2013-12-011-0/+1
* i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry2013-11-291-0/+15
* glsl: Remove unused field loop_variable_state::loop.Paul Berry2013-11-291-5/+0
* glsl: Improve documentation of ir_loop counter/control fields.Paul Berry2013-11-291-6/+28
* glsl: In ir_validate, check that ir_loop::counter always refers to a new var.Paul Berry2013-11-291-0/+13
* glsl: Fix inconsistent assumptions about ir_loop::counter.Paul Berry2013-11-293-2/+9
* glsl: Teach ir_variable_refcount about ir_loop::counter variables.Paul Berry2013-11-292-0/+22
* mesa: fix mem leak of glPixelMap data in display listBrian Paul2013-11-291-13/+16
* mesa: added memory-related comment in save_error()Brian Paul2013-11-291-0/+4
* mesa: fix flags assignment in save_WaitSync()Brian Paul2013-11-291-1/+1
* mesa: remove old colortable, histogram, etc. code from dlist.cBrian Paul2013-11-291-551/+0
* mesa: have old convolution functions generate GL_INVALID_OPERATIONBrian Paul2013-11-291-12/+12
* mesa: have old glColorTable functions generate GL_INVALID_OPERATIONBrian Paul2013-11-291-10/+10
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-287-15/+98
* trace: Dump query results faithfully.José Fonseca2013-11-283-15/+133
* gallium/cso: fix sampler / sampler_view countsRoland Scheidegger2013-11-281-11/+16
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-2815-8/+33
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-286-7/+7
* i965: Properly reject __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS when __DRI2_ROBUSTN...Ian Romanick2013-11-273-4/+18
* Revert "drop old INTEL_DEBUG names for `perf` (fall) and `fs` (wm)"Matt Turner2013-11-271-0/+2
* glsl: Link glcpp with math library.Vinson Lee2013-11-271-1/+3
* i965: Always reserve binding table space for at least one render target.Kenneth Graunke2013-11-271-1/+4
* glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.Francisco Jerez2013-11-261-0/+2
* i965/fs: Fix misleading comment.Francisco Jerez2013-11-261-1/+1
* i965: Bump number of supported atomic counter buffers.Francisco Jerez2013-11-261-1/+1
* glsl/linker: Validate IR just before reparenting.Paul Berry2013-11-261-0/+5
* glsl: Fix lowering of direct assignment in lower_clip_distance.Paul Berry2013-11-261-0/+5
* i965/gs: Set GS prog_data to NULL if there is no GS program.Paul Berry2013-11-261-0/+7
* i965/gs: Properly skip GS binding table upload when no GS active.Paul Berry2013-11-261-1/+1
* dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick2013-11-261-2/+4
* i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick2013-11-262-16/+23
* Revert "i965: Make the driver compile until a proper libdrm can be released."Ian Romanick2013-11-262-10/+5
* egl: Kill macro _EGL_DECLARE_MUTEXChad Versace2013-11-265-8/+5
* egl: Enable EGL_EXT_client_extensionsChad Versace2013-11-263-1/+22
* radeon/compute: Unconditionally inline all functions v2Tom Stellard2013-11-251-2/+20
* i965: Use __attribute__((flatten)) on fast tiled teximage code.Kenneth Graunke2013-11-251-2/+8
* llvmpipe: support 8bit subpixel precisionZack Rusin2013-11-2510-148/+496
* gbm/dri: hide extension loader symbolsMaarten Lankhorst2013-11-251-2/+2
* i965: Enable ARB_draw_indirect (and ARB_multi_draw_indirect) on Gen7+Chris Forbes2013-11-251-0/+1
* vbo: map indirect buffer and extract params if doing sw primitive restartChris Forbes2013-11-251-0/+33
* mesa: pass indirect buffer to sw primitive restartChris Forbes2013-11-254-4/+6
* i965: pass indirect buffer to primitive restart checkChris Forbes2013-11-253-6/+9
* i965: implement indirect drawing for Gen7Chris Forbes2013-11-251-2/+55