| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0: allow frame dropping in h264 | Maarten Lankhorst | 2013-07-01 | 1 | -3/+0 |
* | r300g/compiler: Prevent regalloc from swizzling texture operands v2 | Tom Stellard | 2013-06-30 | 5 | -0/+124 |
* | r300g/compiler/tests: Add an assembly parser | Tom Stellard | 2013-06-30 | 5 | -16/+200 |
* | r300g: Fix make check | Tom Stellard | 2013-06-30 | 1 | -1/+2 |
* | r600g: implement fast color clears for MSAA on evergreen+ | Grigori Goronzy | 2013-07-01 | 3 | -2/+79 |
* | r600g/compute: disable unused colorbuffer slots | Marek Olšák | 2013-07-01 | 1 | -1/+12 |
* | st/mesa: handle SNORM formats in generic CopyPixels path | Marek Olšák | 2013-06-30 | 3 | -0/+29 |
* | i965: NULL check depth_mt to quiet static analysis. | Matt Turner | 2013-06-29 | 1 | -1/+1 |
* | llvmpipe: fix timer query if there's no bins | Roland Scheidegger | 2013-06-29 | 1 | -0/+10 |
* | clover: Don't segfault when compiling a program with no kernel | Tom Stellard | 2013-06-28 | 1 | -0/+7 |
* | mesa: Remove unused allow_large_textures driconf from classic drivers. | Eric Anholt | 2013-06-28 | 5 | -23/+4 |
* | i915: Remove GLES 3.0 sRGB workaround. | Kenneth Graunke | 2013-06-28 | 1 | -52/+0 |
* | i965: Remove is_945. | Kenneth Graunke | 2013-06-28 | 2 | -3/+0 |
* | i965: Delete hw_stencil flag. | Kenneth Graunke | 2013-06-28 | 2 | -3/+0 |
* | i965: Remove hw_stipple flag. | Kenneth Graunke | 2013-06-28 | 2 | -2/+0 |
* | i965: Remove use_early_z option. | Kenneth Graunke | 2013-06-28 | 3 | -9/+1 |
* | i965: Remove unused SUBPIXEL_* macros. | Kenneth Graunke | 2013-06-28 | 1 | -3/+0 |
* | i965: Remove redundant Gen3 PCI IDs. | Kenneth Graunke | 2013-06-28 | 1 | -14/+0 |
* | intel: Remove unused INTEL_MAX_FIXUP macro. | Kenneth Graunke | 2013-06-28 | 2 | -4/+0 |
* | i965: Drop i915 register/instruction definitions. | Eric Anholt | 2013-06-28 | 2 | -176/+0 |
* | i965: Drop code for calling the empty brw_update_draw_buffers() hook. | Eric Anholt | 2013-06-28 | 6 | -69/+0 |
* | i965: Drop dead i915 blend state code. | Eric Anholt | 2013-06-28 | 2 | -41/+0 |
* | i965: Drop i915-specific blit clear code. | Eric Anholt | 2013-06-28 | 2 | -180/+0 |
* | i965: Drop the system-memory VBO support for i915. | Eric Anholt | 2013-06-28 | 2 | -101/+4 |
* | i965: Drop i915 swtnl code. | Eric Anholt | 2013-06-28 | 3 | -58/+1 |
* | i965: Drop i915-specific vtbl entries. | Eric Anholt | 2013-06-28 | 2 | -28/+1 |
* | i965: Drop swtnl fallback code for i915. | Eric Anholt | 2013-06-28 | 2 | -32/+0 |
* | i965: Drop i915 code from intel_screen. | Eric Anholt | 2013-06-28 | 2 | -20/+1 |
* | i965: Drop #ifdef I915 code. | Eric Anholt | 2013-06-28 | 10 | -166/+5 |
* | i965: Drop code checking for gen <= 3. | Eric Anholt | 2013-06-28 | 5 | -35/+10 |
* | i915: Remove a duplicated set of PCI IDs. | Eric Anholt | 2013-06-28 | 2 | -14/+1 |
* | i915: Remove various remaining dead code. | Eric Anholt | 2013-06-28 | 3 | -10/+0 |
* | i915: Remove dead debug flags. | Eric Anholt | 2013-06-28 | 2 | -20/+0 |
* | i915: Remove state batch emit support. | Eric Anholt | 2013-06-28 | 3 | -10/+1 |
* | i915: Drop unused register #defines from the shared reg file. | Eric Anholt | 2013-06-28 | 1 | -67/+0 |
* | i915: Drop 965+ GL version setup. | Eric Anholt | 2013-06-28 | 1 | -22/+1 |
* | i915: Remove gen6+ batchbuffer support. | Eric Anholt | 2013-06-28 | 6 | -91/+25 |
* | i915: Drop chipset detection code for 965+ chipsets. | Eric Anholt | 2013-06-28 | 2 | -238/+2 |
* | i915: Drop context fields specific to 965+ chipsets. | Eric Anholt | 2013-06-28 | 2 | -48/+2 |
* | i915: Drop all has_llc code. | Eric Anholt | 2013-06-28 | 8 | -226/+10 |
* | i915: Remove the remainder of the batchbuffer caching. | Eric Anholt | 2013-06-28 | 2 | -24/+0 |
* | i915: Remove miscellanous uncalled gen4 code from formerly shared files. | Eric Anholt | 2013-06-28 | 9 | -311/+0 |
* | i915: Remove most of the code under gen >= 4 checks. | Eric Anholt | 2013-06-28 | 8 | -162/+17 |
* | i915: Remove fake ETC support that only existed on gen4+ | Eric Anholt | 2013-06-28 | 2 | -129/+10 |
* | i915: Remove separate stencil code. | Eric Anholt | 2013-06-28 | 11 | -506/+21 |
* | i915: Remove the I915 macro from the formerly shared code. | Eric Anholt | 2013-06-28 | 10 | -116/+5 |
* | i915: Remove all the MSAA support code. | Eric Anholt | 2013-06-28 | 14 | -1251/+59 |
* | i915: Remove all the HiZ code from i915. | Eric Anholt | 2013-06-28 | 13 | -716/+4 |
* | mesa: GL_EXT_shadow_funcs is not optional with GL_ARB_shadow | Ian Romanick | 2013-06-28 | 8 | -26/+8 |
* | mesa: GL_ARB_texture_storage_multisample is not optional with GL_ARB_texture_... | Ian Romanick | 2013-06-28 | 4 | -5/+3 |