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_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix reference counting in new basevertex upload code.
Kenneth Graunke
2014-09-12
1
-0
/
+3
*
i965: Make gl_BaseVertex available in a buffer object.
Kenneth Graunke
2014-09-10
1
-0
/
+14
*
i965: Calculate start/base_vertex_location after preparing vertices.
Kenneth Graunke
2014-09-10
1
-9
/
+8
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-10
/
+10
*
i965: Modify dirty bit handling to support 2 pipelines.
Paul Berry
2014-09-01
1
-4
/
+4
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-6
/
+6
*
i965: Move pre-draw resolve buffers to dd::UpdateState
Kristian Høgsberg
2014-08-15
1
-40
/
+0
*
i965: Add a mechanism for sending native primitives into the driver
Kristian Høgsberg
2014-08-15
1
-3
/
+12
*
i965: Emit a performance warning on conditional rendering.
Kenneth Graunke
2014-08-08
1
-0
/
+5
*
i965: Drop sizeof(struct brw_sampler_state) from estimated prim size.
Kenneth Graunke
2014-08-02
1
-3
/
+3
*
i965: Avoid redundant call to brw_merge_inputs() in brw_try_draw_prims()
Iago Toral Quiroga
2014-05-13
1
-7
/
+6
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-4
/
+4
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-1
/
+1
*
i965: Use ctx->Texture._MaxEnabledTexImageUnit for upper bound
Chris Forbes
2014-04-21
1
-1
/
+2
*
i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.
Eric Anholt
2014-04-11
1
-1
/
+0
*
tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
Iago Toral Quiroga
2014-04-08
1
-12
/
+12
*
i965: Make sure we always compute valid index bounds before drawing.
Iago Toral Quiroga
2014-03-28
1
-1
/
+2
*
i965: Drop broken front_buffer_reading/drawing optimization.
Eric Anholt
2014-03-11
1
-1
/
+2
*
i965: Fix render-to-texture in non-FinishRenderTexture cases.
Eric Anholt
2014-03-06
1
-6
/
+24
*
i965: Validate (and resolve) all the bound textures.
Chris Forbes
2014-03-02
1
-1
/
+1
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
1
-2
/
+2
*
i965: Use the new brw_load_register_mem helper for draw indirect.
Kenneth Graunke
2014-02-07
1
-31
/
+22
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Ensure that all necessary state is re-emitted if we run out of aperture.
Paul Berry
2014-01-13
1
-0
/
+6
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-9
/
+9
*
i965: pass indirect buffer to primitive restart check
Chris Forbes
2013-11-25
1
-3
/
+4
*
i965: implement indirect drawing for Gen7
Chris Forbes
2013-11-25
1
-2
/
+55
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-1
/
+2
*
i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.
Kenneth Graunke
2013-11-21
1
-1
/
+1
*
i965: Mark brw_draw_prims tfb_vertcount parameter as unused.
Kenneth Graunke
2013-10-31
1
-1
/
+3
*
i965: Add perf debug hint when the app makes us do index buffer scanning.
Eric Anholt
2013-10-23
1
-1
/
+4
*
i965: Be sure to reset brw->vb.buffers[] when trying to redo vertex setup.
Eric Anholt
2013-10-23
1
-0
/
+2
*
i965/gs: Add new primitive types.
Paul Berry
2013-09-17
1
-2
/
+6
*
i965: Use brw_stage_state for WM data as well.
Kenneth Graunke
2013-09-13
1
-1
/
+2
*
i965: Rename "prim" parameter to "prims" where it's an array.
Kenneth Graunke
2013-09-03
1
-13
/
+13
*
i965: Use the proper element of the prim array in brw_try_draw_prims.
Kenneth Graunke
2013-09-01
1
-4
/
+4
*
i965: Combine brw_emit_prim and gen7_emit_prim.
Kenneth Graunke
2013-09-01
1
-63
/
+18
*
i965/gs: make the state atom for compiling Gen7 geometry shaders.
Paul Berry
2013-08-31
1
-0
/
+2
*
i965: Move data from brw->vs into a base class if gs will also need it.
Paul Berry
2013-08-31
1
-1
/
+2
*
i965: Make prim_to_hw_prim accessible outside brw_draw.c.
Paul Berry
2013-08-23
1
-1
/
+1
*
i965: Make sampler counts available for the entire drawing operation.
Kenneth Graunke
2013-08-19
1
-0
/
+7
*
i965 clear/draw: set renderbuffer attachment as needing depth resolve
Jordan Justen
2013-08-04
1
-1
/
+2
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-4
/
+4
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-5
/
+3
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move intel_context::no_batch_wrap to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context's driconf flags to brw_context.
Kenneth Graunke
2013-07-09
1
-6
/
+5
*
i965: Move intel_context::reduced_primitive to brw_context.
Kenneth Graunke
2013-07-09
1
-2
/
+2
[next]