summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-11-07glx: Add extension tracking GLX_MESA_query_rendererIan Romanick2-0/+2
2013-11-07i965: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick1-0/+83
2013-11-07i915: Wire up initial support for DRI_RENDERER_QUERY extensionIan Romanick1-0/+81
2013-11-07dri: Add function to implement queries common to all Mesa driversIan Romanick2-0/+67
2013-11-07i965: Refactor the renderer string creation out of intelGetStringIan Romanick2-13/+23
2013-11-07i915: Refactor the renderer string creation out of intelGetStringIan Romanick2-13/+23
2013-11-07i965: Refactor the vendor string out of intelGetStringIan Romanick2-2/+5
2013-11-07i915: Refactor the vendor string out of intelGetStringIan Romanick2-2/+4
2013-11-07i965: Enable DRI_Robustness extensionIan Romanick1-0/+5
2013-11-07i965: Propagate the GPU reset notifiction strategy down into the driverIan Romanick2-5/+29
2013-11-07i965: Add function to query the GPU reset status for a contextIan Romanick3-0/+71
2013-11-07i965: Handle __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS flagIan Romanick1-1/+6
2013-11-07mesa/dri: Move context flag validation down into the driversIan Romanick6-9/+27
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick12-2/+49
2013-11-07mesa: Implement proper tracking logic for glGetGraphicsResetStatusARBIan Romanick1-4/+43
2013-11-07mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupResetIan Romanick2-0/+20
2013-11-07mesa: Add dd_function_table::GetGraphicsResetStatusIan Romanick1-0/+9
2013-11-07mesa: Remove gl_context::ResetStatusIan Romanick3-5/+1
2013-11-07st/xorg: Delete.Matt Turner22-7080/+0
2013-11-07xorg-nouveau: Delete.Matt Turner4-284/+0
2013-11-07xorg-i915: Delete.Matt Turner5-255/+0
2013-11-07i965/gen7: Expose ARB_shader_atomic_counters.Francisco Jerez2-0/+13
2013-11-07glsl: Linker support for ARB_shader_atomic_counters.Francisco Jerez4-1/+306
2013-11-07glsl: Implement parser support for atomic counters.Francisco Jerez6-6/+103
2013-11-07Revert "i965: Add support for GL_AMD_performance_monitor on Ironlake."Kenneth Graunke5-413/+0
2013-11-07glsl: Enable dFdx, dFdy, and fwidth by default in GLSL ES 3.00.Kenneth Graunke1-1/+2
2013-11-07r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2-0/+9
2013-11-07st/mesa: Add support for ARB_vertex_type_10f_11f_11f_revFredrik Höglund2-1/+12
2013-11-07mesa: fix return statements in varray.cBrian Paul1-2/+2
2013-11-07svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul1-5/+4
2013-11-07svga: return true for the PIPE_CAP_SM3 queryBrian Paul1-1/+3
2013-11-07i965: Add an implementation of intel_miptree_map using streaming loads.Matt Turner1-0/+85
2013-11-07mesa: Add a streaming load memcpy implementation.Matt Turner3-1/+127
2013-11-07i965: Fix 'SIMD16 only' dispatch of fragment shader in case of sample shadingAnuj Phogat2-14/+25
2013-11-08i965: Enable ARB_vertex_type_10f_11f_11f_rev on Gen6+.Chris Forbes1-0/+1
2013-11-08i965: add support for UNSIGNED_INT_10F_11F_11F_REV vertex attribsChris Forbes1-0/+2
2013-11-08vbo: add 10_11_11 support to vbo_attrib_tmpChris Forbes1-6/+26
2013-11-08mesa: Add support to _mesa_bytes_per_vertex_attrib for 10_11_11 format.Chris Forbes1-0/+5
2013-11-08mesa: add varray support for UNSIGNED_INT_10F_11F_11F_REV typeChris Forbes1-3/+17
2013-11-08mesa: Add extension scaffolding for ARB_vertex_type_10f_11f_11f_revChris Forbes2-0/+2
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure14-56/+182
2013-11-07i965: Avoid flushing the batch for every blorp op.Eric Anholt4-17/+50
2013-11-07build: Build gen_matypes and matypes.h from src/mesa.Matt Turner5-103/+15
2013-11-07build: Change HAVE_X86_ASM to mean x86 or x86-64 asm.Matt Turner4-8/+12
2013-11-07mesa: Enable ARB_vertex_attrib_bindingFredrik Höglund1-0/+1
2013-11-07mesa: Optimize rebinding the same VBOFredrik Höglund1-2/+5
2013-11-07mesa: Handle zero-stride arrays in _mesa_update_array_max_element()Fredrik Höglund1-2/+4
2013-11-07mesa: Add Get* support for ARB_vertex_attrib_bindingFredrik Höglund3-0/+38
2013-11-07mesa: Add ARB_vertex_attrib_bindingFredrik Höglund16-125/+691
2013-11-07glapi: Add infrastructure for ARB_vertex_attrib_bindingFredrik Höglund6-7/+136