summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-07glx/tests: Add GetGLXScreenConfigs_called flagIan Romanick1-0/+4
2013-11-07docs: Import extension spec for GLX_MESA_query_rendererIan Romanick1-0/+405
2013-11-07glx/dri2: Add DRI2 support for GLX_MESA_query_rendererIan Romanick5-1/+119
2013-11-07glx/dri2: Pull some internal structures out to a separate header fileIan Romanick2-20/+52
2013-11-07glx/tests: Silence warnings after adding fields to glx_screen_vtableIan Romanick1-2/+6
2013-11-07glx: Add functions and GLX plumbing for GLX_MESA_query_rendererIan Romanick4-1/+186
2013-11-07glx: Add GLX_MESA_query_rendererIan Romanick1-1/+26
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-07dri: Add interface definition for DRI_RENDERER_QUERY extensionIan Romanick1-0/+29
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 Turner23-7125/+11
2013-11-07xorg-nouveau: Delete.Matt Turner5-286/+1
2013-11-07xorg-i915: Delete.Matt Turner6-257/+1
2013-11-07docs: Mark off ARB_shader_atomic_counters for i965Ian Romanick2-1/+2
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-07docs: Mark off ARB_vertex_type_10f_11f_11f_rev for r600gFredrik Höglund2-2/+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-08docs: Mark off some more things.Chris Forbes1-3/+3
2013-11-07i965: Fix 'SIMD16 only' dispatch of fragment shader in case of sample shadingAnuj Phogat2-14/+25
2013-11-08docs: update relnotesChris Forbes1-0/+1
2013-11-08docs: Mark off ARB_vertex_type_10f_11f_11f_rev.Chris Forbes1-1/+1
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