aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Remove fallthrough for Gen4 cube map layout.Kenneth Graunke2013-07-031-9/+7
* i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases.Kenneth Graunke2013-07-031-5/+2
* i965: Pull 3D texture layout code out into a helper function.Kenneth Graunke2013-07-031-77/+82
* i965: Replace maxBatchSize variable with BATCH_SZ define.Kenneth Graunke2013-07-034-5/+3
* i965: Move annotate_aub out of the vtable.Kenneth Graunke2013-07-033-5/+2
* i965: Move debug_batch hook out of the vtable.Kenneth Graunke2013-07-033-4/+2
* i965: Remove render_target_supported from the vtable.Kenneth Graunke2013-07-035-6/+3
* i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke2013-07-036-31/+26
* i965: Remove the invalidate_state() vtable hook.Kenneth Graunke2013-07-033-12/+0
* i965: Replace fprintfs with assertions in GLenum comparison translators.Kenneth Graunke2013-07-031-2/+2
* i965: Replace intel_state.c enums with those from brw_defines.h.Kenneth Graunke2013-07-033-102/+46
* i965: Delete pre-DRI2.3 viewport hacks.Kenneth Graunke2013-07-033-25/+1
* i965: Remove "There are probably better ways" comment.Kenneth Graunke2013-07-031-5/+0
* i965: Delete brw_print_reg() function.Kenneth Graunke2013-07-033-99/+0
* i965: Move contents of intel_clear.h to intel_context.h.Kenneth Graunke2013-07-034-40/+2
* i965: Move contents of intel_extensions.h to intel_context.h.Kenneth Graunke2013-07-034-37/+3
* i965: Remove some dead code.Kenneth Graunke2013-07-0317-228/+0
* i965: Delete dead intel_buffer_object::range_map_size field.Kenneth Graunke2013-07-031-1/+0
* i965: Remove intel_buffer_object::source.Kenneth Graunke2013-07-032-6/+0
* i965: Fix buffer object segfault since removal of system memory BOs.Kenneth Graunke2013-07-031-0/+3
* mesa: renumber shader indices according to their placement in pipelineMarek Olšák2013-07-021-6/+2
* i965: Enable ext_framebuffer_multisample_blit_scaled on intel h/wAnuj Phogat2013-07-011-0/+1
* i965/blorp: Add bilinear filtering of samples for multisample scaled blitsAnuj Phogat2013-07-012-11/+264
* i965: Initialize brw_blorp_const_color_program member variables.Vinson Lee2013-07-011-1/+5
* i965: NULL check depth_mt to quiet static analysis.Matt Turner2013-06-291-1/+1
* mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt2013-06-285-23/+4
* 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