aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Move intel_draw_buffers() code into each driver.Eric Anholt2011-07-181-0/+201
* i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt2011-07-111-0/+2
* i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt2011-06-201-0/+5
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-6/+6
* i965: Only flag the new-batch related state as dirty at new batch time.Eric Anholt2011-06-181-5/+1
* intel: Add is_hiz_depth_format() to intel_contex.vtblChad Versace2011-05-251-0/+11
* i965: Stop caching the combined depth/stencil region in brw_context.c.Eric Anholt2011-05-181-9/+0
* i965: Get a ralloc context into brw_compile.Kenneth Graunke2011-05-171-7/+3
* i965/gen4: Move the GS state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen4: Move clip state to state streamingEric Anholt2011-04-291-1/+0
* i965/gen4: Move VS state to state streaming.Eric Anholt2011-04-291-2/+0
* i965/gen6: Move scissor state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-3/+0
* i965/gen4: Move WM state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the depth/stencil state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the blend state to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the color calc state to state streaming.Eric Anholt2011-04-291-1/+0
* i965: Move the CC VP to state streaming.Eric Anholt2011-04-291-1/+0
* i965/gen6: Move the SF VP to state streaming.Eric Anholt2011-04-291-1/+0