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 typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-1
/
+1
*
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
2015-08-06
1
-1
/
+2
*
i965: Trivial formatting changes in brw_draw.c
Ian Romanick
2015-08-03
1
-51
/
+51
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-4
/
+4
*
i965: Move BEGIN_BATCH() into same control flow as ADVANCE_BATCH().
Matt Turner
2015-07-15
1
-2
/
+2
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-2
/
+2
*
i965: Assert that the GL primitive isn't out of range.
Matt Turner
2015-06-23
1
-1
/
+3
*
i965: Use predicate enable bit for conditional rendering w/o stalling
Neil Roberts
2015-05-12
1
-8
/
+8
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-11
/
+11
*
i965/state: Rename brw_clear_dirty_bits to brw_render_state_finished
Jordan Justen
2015-03-31
1
-1
/
+1
*
i965/state: Rename brw_upload_state to brw_upload_render_state
Jordan Justen
2015-03-31
1
-3
/
+4
*
i965: Do Sandybridge workaround flushes before each primitive.
Kenneth Graunke
2015-02-17
1
-3
/
+0
*
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
2014-12-31
1
-5
/
+10
*
i965: Use WARN_ONCE for the single-primitive-exceeded-aperture message.
Kenneth Graunke
2014-12-31
1
-9
/
+4
*
i965: Compute VS attribute WA bits earlier and check if they changed.
Kenneth Graunke
2014-12-04
1
-0
/
+42
*
i965: Just return void from brw_try_draw_prims
Ian Romanick
2014-12-02
1
-5
/
+2
*
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
[next]