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: Move front buffer rendering fields from intel_context to brw.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-15
/
+14
*
i965/gen7+: Resolve color buffers when necessary.
Paul Berry
2013-06-12
1
-1
/
+5
*
i965: Kill software primitive counting entirely.
Kenneth Graunke
2013-05-21
1
-54
/
+0
*
i965: Remove software geometry query code.
Kenneth Graunke
2013-05-21
1
-4
/
+0
*
i965: Only use brw_draw.c's trim() function when necessary.
Paul Berry
2013-04-09
1
-2
/
+14
*
i965: Remove brw->vb.info and struct brw_vertex_info.
Kenneth Graunke
2013-04-08
1
-6
/
+0
*
i965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.
Kenneth Graunke
2013-04-08
1
-5
/
+0
*
i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.
Paul Berry
2013-03-19
1
-1
/
+1
*
i965: Fix typo in doxygen hyperlink
Chad Versace
2013-03-11
1
-1
/
+1
*
i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.
Eric Anholt
2013-03-05
1
-0
/
+1
*
i965: Implement the GL_ARB_base_instance extension.
Kenneth Graunke
2013-01-22
1
-2
/
+2
*
i965: Fix hiz resolves getting stomped by depth offset validation.
Eric Anholt
2012-12-22
1
-5
/
+5
*
mesa: Make a function is_transform_feedback_active_and_unpaused.
Paul Berry
2012-12-18
1
-2
/
+2
*
mesa: Change args to vbo_count_tessellated_primitives.
Paul Berry
2012-12-18
1
-1
/
+3
*
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
2012-11-04
1
-0
/
+4
*
i965: Set dirty state for brw_draw_upload.c when num_instances changes.
Eric Anholt
2012-11-04
1
-1
/
+4
*
i965: Remove the vbo_rebase_prims() path.
Eric Anholt
2012-11-04
1
-15
/
+6
*
i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.
Eric Anholt
2012-10-16
1
-0
/
+5
*
i965: Remove stale comment about rebuilding tnl_program.
Eric Anholt
2012-09-27
1
-7
/
+0
*
vbo: add a prefix to count_tessellated_primitives
Dave Airlie
2012-09-15
1
-1
/
+1
*
i965: Replace general sw fallback support with a manual check for rendermode.
Eric Anholt
2012-08-28
1
-18
/
+13
*
i965: Move hiz resolve to after renderbuffer resizing (v2)
Chad Versace
2012-08-27
1
-4
/
+5
*
i965: Remove redundant null check
Chad Versace
2012-08-27
1
-2
/
+1
*
i965: Mark needed downsamples for msaa winsys buffers
Chad Versace
2012-08-07
1
-5
/
+15
*
i965: enable ARB_instanced_arrays extension
Jordan Justen
2012-06-27
1
-0
/
+1
*
i965: create code path to handle primitive restart in hardware
Jordan Justen
2012-05-23
1
-0
/
+6
*
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-1
/
+1
*
i965: Enable the GL_ARB_draw_instanced extension.
Kenneth Graunke
2012-02-29
1
-2
/
+2
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-43
/
+4
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+1
*
i965/gen7: Make primitives_written counting work.
Eric Anholt
2011-12-23
1
-6
/
+27
*
i965 gen6: Implement transform feedback pause/resume functionality.
Paul Berry
2011-12-23
1
-1
/
+2
*
i965 gen6: Implement transform feedback queries.
Paul Berry
2011-12-20
1
-0
/
+4
*
i965 gen6: Ensure correct transform feedback indices on new batch.
Paul Berry
2011-12-20
1
-0
/
+33
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+2
*
i965: Mark that depth buffer needs depth resolve after drawing
Chad Versace
2011-11-22
1
-0
/
+23
*
i965: Resolve buffers before drawing [v2]
Chad Versace
2011-11-22
1
-0
/
+73
*
i965/gen6: Manipulate state batches for HiZ meta-ops [v4]
Chad Versace
2011-11-22
1
-1
/
+8
*
i965: Merge brw_validate_state() and brw_upload_state() together.
Eric Anholt
2011-10-29
1
-7
/
+0
*
i965: Check Fallback again after upload.
Eric Anholt
2011-10-29
1
-1
/
+6
*
i965: Use the batch save/reset code to avoid needing the BO validate step.
Eric Anholt
2011-10-29
1
-33
/
+27
*
i965: Add a note about an unsafe-looking state check.
Eric Anholt
2011-10-29
1
-0
/
+5
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-10
/
+10
*
i965: Change type of brw_context.primitive from GLenum to hardware primitive
Chad Versace
2011-10-10
1
-23
/
+20
*
i965: Split brw_set_prim into brw/gen6 variants
Chad Versace
2011-10-10
1
-1
/
+18
*
i965: Don't bother telling tnl about state updates unless we fall back.
Eric Anholt
2011-06-24
1
-0
/
+1
*
i965/gen6: Limit the workaround flush to once per primitive.
Eric Anholt
2011-06-20
1
-0
/
+2
*
i965: Drop remaining strict conformance fallback for GL_POINT_SMOOTH.
Eric Anholt
2011-06-03
1
-30
/
+0
*
i965: Drop strict conformance fallback for GL_LINE_STIPPLE.
Eric Anholt
2011-06-03
1
-18
/
+0
[prev]
[next]