summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-07-01scons: Fix dependencies of enums.c and api_exec.c.José Fonseca2-18/+15
2013-07-01nvc0: allow frame dropping in h264Maarten Lankhorst1-3/+0
2013-06-30r300g/compiler: Prevent regalloc from swizzling texture operands v2Tom Stellard5-0/+124
2013-06-30r300g/compiler/tests: Add an assembly parserTom Stellard5-16/+200
2013-06-30r300g: Fix make checkTom Stellard1-1/+2
2013-07-01r600g: implement fast color clears for MSAA on evergreen+Grigori Goronzy3-2/+79
2013-07-01r600g/compute: disable unused colorbuffer slotsMarek Olšák1-1/+12
2013-06-30st/mesa: handle SNORM formats in generic CopyPixels pathMarek Olšák3-0/+29
2013-06-29i965: NULL check depth_mt to quiet static analysis.Matt Turner1-1/+1
2013-06-29llvmpipe: fix timer query if there's no binsRoland Scheidegger1-0/+10
2013-06-28clover: Don't segfault when compiling a program with no kernelTom Stellard1-0/+7
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