summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2013-07-01scons: Fix dependencies of enums.c and api_exec.c.José Fonseca1-17/+0
2013-06-30st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák1-0/+6
2013-06-29i965: NULL check depth_mt to quiet static analysis.Matt Turner1-1/+1
2013-06-28mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt5-23/+4
2013-06-28i915: Remove GLES 3.0 sRGB workaround.Kenneth Graunke1-52/+0
2013-06-28i965: Remove is_945.Kenneth Graunke2-3/+0
2013-06-28i965: Delete hw_stencil flag.Kenneth Graunke2-3/+0
2013-06-28i965: Remove hw_stipple flag.Kenneth Graunke2-2/+0
2013-06-28i965: Remove use_early_z option.Kenneth Graunke3-9/+1
2013-06-28i965: Remove unused SUBPIXEL_* macros.Kenneth Graunke1-3/+0
2013-06-28i965: Remove redundant Gen3 PCI IDs.Kenneth Graunke1-14/+0
2013-06-28intel: Remove unused INTEL_MAX_FIXUP macro.Kenneth Graunke2-4/+0
2013-06-28i965: Drop i915 register/instruction definitions.Eric Anholt2-176/+0
2013-06-28i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt6-69/+0
2013-06-28i965: Drop dead i915 blend state code.Eric Anholt2-41/+0
2013-06-28i965: Drop i915-specific blit clear code.Eric Anholt2-180/+0
2013-06-28i965: Drop the system-memory VBO support for i915.Eric Anholt2-101/+4
2013-06-28i965: Drop i915 swtnl code.Eric Anholt3-58/+1
2013-06-28i965: Drop i915-specific vtbl entries.Eric Anholt2-28/+1
2013-06-28i965: Drop swtnl fallback code for i915.Eric Anholt2-32/+0
2013-06-28i965: Drop i915 code from intel_screen.Eric Anholt2-20/+1
2013-06-28i965: Drop #ifdef I915 code.Eric Anholt10-166/+5
2013-06-28i965: Drop code checking for gen <= 3.Eric Anholt5-35/+10
2013-06-28i915: Remove a duplicated set of PCI IDs.Eric Anholt2-14/+1
2013-06-28i915: Remove various remaining dead code.Eric Anholt3-10/+0
2013-06-28i915: Remove dead debug flags.Eric Anholt2-20/+0
2013-06-28i915: Remove state batch emit support.Eric Anholt3-10/+1
2013-06-28i915: Drop unused register #defines from the shared reg file.Eric Anholt1-67/+0
2013-06-28i915: Drop 965+ GL version setup.Eric Anholt1-22/+1
2013-06-28i915: Remove gen6+ batchbuffer support.Eric Anholt6-91/+25
2013-06-28i915: Drop chipset detection code for 965+ chipsets.Eric Anholt2-238/+2
2013-06-28i915: Drop context fields specific to 965+ chipsets.Eric Anholt2-48/+2
2013-06-28i915: Drop all has_llc code.Eric Anholt8-226/+10
2013-06-28i915: Remove the remainder of the batchbuffer caching.Eric Anholt2-24/+0
2013-06-28i915: Remove miscellanous uncalled gen4 code from formerly shared files.Eric Anholt9-311/+0
2013-06-28i915: Remove most of the code under gen >= 4 checks.Eric Anholt8-162/+17
2013-06-28i915: Remove fake ETC support that only existed on gen4+Eric Anholt2-129/+10
2013-06-28i915: Remove separate stencil code.Eric Anholt11-506/+21
2013-06-28i915: Remove the I915 macro from the formerly shared code.Eric Anholt10-116/+5
2013-06-28i915: Remove all the MSAA support code.Eric Anholt14-1251/+59
2013-06-28i915: Remove all the HiZ code from i915.Eric Anholt13-716/+4
2013-06-28mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadowIan Romanick8-26/+8
2013-06-28mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_...Ian Romanick4-5/+3
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick7-16/+3
2013-06-28mesa: GL_ARB_shading_language_100 is not optionalIan Romanick5-6/+1
2013-06-28mesa: GL_ARB_shader_objects is not optionalIan Romanick10-31/+16
2013-06-28mesa: GL_NV_blend_square is not optionalIan Romanick9-11/+1
2013-06-28mesa: GL_EXT_fog_coord is not optionalIan Romanick14-29/+7
2013-06-28mesa: GL_EXT_secondary_color is not optionalIan Romanick13-33/+10
2013-06-28mesa: GL_EXT_framebuffer_object is not optionalIan Romanick13-35/+12