aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* i915: Remove GLES 3.0 sRGB workaround.Kenneth Graunke2013-06-281-52/+0
* i965: Remove is_945.Kenneth Graunke2013-06-282-3/+0
* i965: Delete hw_stencil flag.Kenneth Graunke2013-06-282-3/+0
* i965: Remove hw_stipple flag.Kenneth Graunke2013-06-282-2/+0
* i965: Remove use_early_z option.Kenneth Graunke2013-06-283-9/+1
* i965: Remove unused SUBPIXEL_* macros.Kenneth Graunke2013-06-281-3/+0
* i965: Remove redundant Gen3 PCI IDs.Kenneth Graunke2013-06-281-14/+0
* intel: Remove unused INTEL_MAX_FIXUP macro.Kenneth Graunke2013-06-282-4/+0
* i965: Drop i915 register/instruction definitions.Eric Anholt2013-06-282-176/+0
* i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt2013-06-286-69/+0
* i965: Drop dead i915 blend state code.Eric Anholt2013-06-282-41/+0
* i965: Drop i915-specific blit clear code.Eric Anholt2013-06-282-180/+0
* i965: Drop the system-memory VBO support for i915.Eric Anholt2013-06-282-101/+4
* i965: Drop i915 swtnl code.Eric Anholt2013-06-283-58/+1
* i965: Drop i915-specific vtbl entries.Eric Anholt2013-06-282-28/+1
* i965: Drop swtnl fallback code for i915.Eric Anholt2013-06-282-32/+0
* i965: Drop i915 code from intel_screen.Eric Anholt2013-06-282-20/+1
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-2810-166/+5
* i965: Drop code checking for gen <= 3.Eric Anholt2013-06-285-35/+10
* i915: Remove a duplicated set of PCI IDs.Eric Anholt2013-06-282-14/+1
* i915: Remove various remaining dead code.Eric Anholt2013-06-283-10/+0
* i915: Remove dead debug flags.Eric Anholt2013-06-282-20/+0
* i915: Remove state batch emit support.Eric Anholt2013-06-283-10/+1
* i915: Drop unused register #defines from the shared reg file.Eric Anholt2013-06-281-67/+0
* i915: Drop 965+ GL version setup.Eric Anholt2013-06-281-22/+1
* i915: Remove gen6+ batchbuffer support.Eric Anholt2013-06-286-91/+25
* i915: Drop chipset detection code for 965+ chipsets.Eric Anholt2013-06-282-238/+2
* i915: Drop context fields specific to 965+ chipsets.Eric Anholt2013-06-282-48/+2
* i915: Drop all has_llc code.Eric Anholt2013-06-288-226/+10
* i915: Remove the remainder of the batchbuffer caching.Eric Anholt2013-06-282-24/+0
* i915: Remove miscellanous uncalled gen4 code from formerly shared files.Eric Anholt2013-06-289-311/+0
* i915: Remove most of the code under gen >= 4 checks.Eric Anholt2013-06-288-162/+17
* i915: Remove fake ETC support that only existed on gen4+Eric Anholt2013-06-282-129/+10
* i915: Remove separate stencil code.Eric Anholt2013-06-2811-506/+21
* i915: Remove the I915 macro from the formerly shared code.Eric Anholt2013-06-2810-116/+5
* i915: Remove all the MSAA support code.Eric Anholt2013-06-2814-1251/+59
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-2813-716/+4
* mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick2013-06-282-2/+0
* mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick2013-06-281-1/+0
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-282-2/+0
* mesa: GL_ARB_shading_language_100 is not optionalIan Romanick2013-06-282-2/+0
* mesa: GL_ARB_shader_objects is not optionalIan Romanick2013-06-282-2/+0
* mesa: GL_NV_blend_square is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_fog_coord is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_secondary_color is not optionalIan Romanick2013-06-285-5/+0
* mesa: GL_EXT_framebuffer_object is not optionalIan Romanick2013-06-285-5/+0
* swrast: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-56/+0
* i965: Merge the two GEN >= 6 extension enable blocksIan Romanick2013-06-281-7/+6
* i965: Move GEN >= 4 extensions into the "always on" listIan Romanick2013-06-281-43/+35
* i965: Move GEN >= 3 extensions into the "always on" listIan Romanick2013-06-281-17/+16