aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-3/+1
* i965: Move intel_context::hw_ctx to brw_context.Kenneth Graunke2013-07-091-3/+2
* i965: Move intel_context::vtbl to brw_context.Kenneth Graunke2013-07-091-5/+5
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-7/+8
* i965: Move annotate_aub out of the vtable.Kenneth Graunke2013-07-031-1/+0
* i965: Move debug_batch hook out of the vtable.Kenneth Graunke2013-07-031-1/+0
* i965: Remove render_target_supported from the vtable.Kenneth Graunke2013-07-031-1/+0
* i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke2013-07-031-22/+0
* i965: Remove the invalidate_state() vtable hook.Kenneth Graunke2013-07-031-6/+0
* i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt2013-06-281-14/+0
* i965: Drop i915-specific vtbl entries.Eric Anholt2013-06-281-6/+0
* i965: Remove the rest of brw_update_draw_buffer().Eric Anholt2013-06-251-27/+5
* i965: Stop updating FBO state on drawbuffers change.Eric Anholt2013-06-251-8/+0
* i965: Stop recomputing drawbuffer bounds on drawbuffer change.Eric Anholt2013-06-251-2/+0
* i965: Remove _NEW_DEPTH state flagging on drawbuffers change.Eric Anholt2013-06-251-2/+0
* intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt2013-06-251-6/+1
* i965: Stop flagging viewport/scissor change on drawbuffers change.Eric Anholt2013-06-251-3/+0
* i965: Stop flagging _NEW_POLYGON on drawbuffers change.Eric Anholt2013-06-251-5/+0
* i965: Delete unused brw->sol.offset_0_batch_start field.Kenneth Graunke2013-05-211-6/+0
* i965: Reduce code duplication in handling of depth, stencil, and HiZ.Paul Berry2013-04-021-0/+2
* i965: Start using HIZ for Z16 textures.Eric Anholt2012-12-261-0/+1
* i965: Make sure that the shader_time report at context destroy happens.Eric Anholt2012-12-141-0/+3
* i965: Add a debug flag for counting cycles spent in each compiled shader.Eric Anholt2012-12-051-0/+14
* i965: Fix slow leak of brw->wm.compile_data->storeEric Anholt2012-11-081-2/+0
* i965: Don't bother trying to extend the current vertex buffers.Kenneth Graunke2012-10-311-1/+0
* i965: brwInitVtbl needs to know the chipset generationIan Romanick2012-09-281-0/+1
* intel: Reserve enough space to finish occlusion queries on Gen6.Kenneth Graunke2012-08-121-0/+4
* i965: Add hardware context support.Kenneth Graunke2012-07-101-4/+11
* i965: Drop a layer of indirection in doing HiZ resolves.Eric Anholt2012-05-231-12/+0
* i965: Completely annotate the batch bo when aub dumping.Paul Berry2012-05-221-0/+1
* i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.hPaul Berry2012-05-101-2/+2
* i965: Avoid blocking on the GPU for setting the HiZ op vertex data.Eric Anholt2012-02-281-1/+0
* i965: Rewrite the HiZ opChad Versace2012-02-071-2/+12
* i965/gen7: Fix up the transform feedback buffer pointers on later batches.Eric Anholt2012-01-061-0/+6
* i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.Eric Anholt2011-12-191-0/+2
* i965: Drop separate stencil assertions in update_draw_buffer().Eric Anholt2011-12-141-16/+0
* intel: Only prefer separate stencil when we can do HiZ.Eric Anholt2011-12-071-2/+10
* intel: Change signature of HiZ resolve functionsChad Versace2011-11-221-2/+2
* intel: Remove unused HiZ functionsChad Versace2011-11-221-9/+0
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-1/+1
* intel: Fix swrast_render_start() for depthstencil buffers with separate stencilChad Versace2011-11-211-21/+1
* i965: Add new vtable entries for surface state updating functions.Kenneth Graunke2011-11-101-0/+6
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-1/+0
* intel: Add HiZ operations to intel_context::vtbl for all driversChad Versace2011-10-181-0/+15
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965: Fix many of the trivial WebGL demos that broke due to IB optimization.Eric Anholt2011-07-251-0/+1
* i965: Remove i915 paths from brw_update_draw_buffers().Eric Anholt2011-07-181-37/+11
* i965: Remove unused region calculations in brw_update_draw_buffer().Eric Anholt2011-07-181-60/+2
* i965: Remove empty brw_set_draw_region.Eric Anholt2011-07-181-14/+0
* i965: Remove FALLBACK() from brw_update_draw_region().Eric Anholt2011-07-181-16/+0