index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vtbl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+1
*
i965: Move intel_context::hw_ctx to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Move intel_context::vtbl to brw_context.
Kenneth Graunke
2013-07-09
1
-5
/
+5
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-7
/
+8
*
i965: Move annotate_aub out of the vtable.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Move debug_batch hook out of the vtable.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Remove render_target_supported from the vtable.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Move is_hiz_depth_format out of the vtable.
Kenneth Graunke
2013-07-03
1
-22
/
+0
*
i965: Remove the invalidate_state() vtable hook.
Kenneth Graunke
2013-07-03
1
-6
/
+0
*
i965: Drop code for calling the empty brw_update_draw_buffers() hook.
Eric Anholt
2013-06-28
1
-14
/
+0
*
i965: Drop i915-specific vtbl entries.
Eric Anholt
2013-06-28
1
-6
/
+0
*
i965: Remove the rest of brw_update_draw_buffer().
Eric Anholt
2013-06-25
1
-27
/
+5
*
i965: Stop updating FBO state on drawbuffers change.
Eric Anholt
2013-06-25
1
-8
/
+0
*
i965: Stop recomputing drawbuffer bounds on drawbuffer change.
Eric Anholt
2013-06-25
1
-2
/
+0
*
i965: Remove _NEW_DEPTH state flagging on drawbuffers change.
Eric Anholt
2013-06-25
1
-2
/
+0
*
intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.
Eric Anholt
2013-06-25
1
-6
/
+1
*
i965: Stop flagging viewport/scissor change on drawbuffers change.
Eric Anholt
2013-06-25
1
-3
/
+0
*
i965: Stop flagging _NEW_POLYGON on drawbuffers change.
Eric Anholt
2013-06-25
1
-5
/
+0
*
i965: Delete unused brw->sol.offset_0_batch_start field.
Kenneth Graunke
2013-05-21
1
-6
/
+0
*
i965: Reduce code duplication in handling of depth, stencil, and HiZ.
Paul Berry
2013-04-02
1
-0
/
+2
*
i965: Start using HIZ for Z16 textures.
Eric Anholt
2012-12-26
1
-0
/
+1
*
i965: Make sure that the shader_time report at context destroy happens.
Eric Anholt
2012-12-14
1
-0
/
+3
*
i965: Add a debug flag for counting cycles spent in each compiled shader.
Eric Anholt
2012-12-05
1
-0
/
+14
*
i965: Fix slow leak of brw->wm.compile_data->store
Eric Anholt
2012-11-08
1
-2
/
+0
*
i965: Don't bother trying to extend the current vertex buffers.
Kenneth Graunke
2012-10-31
1
-1
/
+0
*
i965: brwInitVtbl needs to know the chipset generation
Ian Romanick
2012-09-28
1
-0
/
+1
*
intel: Reserve enough space to finish occlusion queries on Gen6.
Kenneth Graunke
2012-08-12
1
-0
/
+4
*
i965: Add hardware context support.
Kenneth Graunke
2012-07-10
1
-4
/
+11
*
i965: Drop a layer of indirection in doing HiZ resolves.
Eric Anholt
2012-05-23
1
-12
/
+0
*
i965: Completely annotate the batch bo when aub dumping.
Paul Berry
2012-05-22
1
-0
/
+1
*
i965/hiz: Convert gen{6,7}_hiz.h to gen{6,7}_blorp.h
Paul Berry
2012-05-10
1
-2
/
+2
*
i965: Avoid blocking on the GPU for setting the HiZ op vertex data.
Eric Anholt
2012-02-28
1
-1
/
+0
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-2
/
+12
*
i965/gen7: Fix up the transform feedback buffer pointers on later batches.
Eric Anholt
2012-01-06
1
-0
/
+6
*
i965: Add separate stencil/HiZ setup for MESA_FORMAT_Z32_FLOAT_X24S8.
Eric Anholt
2011-12-19
1
-0
/
+2
*
i965: Drop separate stencil assertions in update_draw_buffer().
Eric Anholt
2011-12-14
1
-16
/
+0
*
intel: Only prefer separate stencil when we can do HiZ.
Eric Anholt
2011-12-07
1
-2
/
+10
*
intel: Change signature of HiZ resolve functions
Chad Versace
2011-11-22
1
-2
/
+2
*
intel: Remove unused HiZ functions
Chad Versace
2011-11-22
1
-9
/
+0
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-1
/
+1
*
intel: Fix swrast_render_start() for depthstencil buffers with separate stencil
Chad Versace
2011-11-21
1
-21
/
+1
*
i965: Add new vtable entries for surface state updating functions.
Kenneth Graunke
2011-11-10
1
-0
/
+6
*
i965: Remove the validated BO list, now that it's unused.
Eric Anholt
2011-10-29
1
-1
/
+0
*
intel: Add HiZ operations to intel_context::vtbl for all drivers
Chad Versace
2011-10-18
1
-0
/
+15
*
i965: Fix Android build by removing relative includes
Chad Versace
2011-08-30
1
-1
/
+1
*
i965: Fix many of the trivial WebGL demos that broke due to IB optimization.
Eric Anholt
2011-07-25
1
-0
/
+1
*
i965: Remove i915 paths from brw_update_draw_buffers().
Eric Anholt
2011-07-18
1
-37
/
+11
*
i965: Remove unused region calculations in brw_update_draw_buffer().
Eric Anholt
2011-07-18
1
-60
/
+2
*
i965: Remove empty brw_set_draw_region.
Eric Anholt
2011-07-18
1
-14
/
+0
*
i965: Remove FALLBACK() from brw_update_draw_region().
Eric Anholt
2011-07-18
1
-16
/
+0
[next]