aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke2013-07-091-2/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-15/+14
* i965/gen7+: Resolve color buffers when necessary.Paul Berry2013-06-121-1/+5
* i965: Kill software primitive counting entirely.Kenneth Graunke2013-05-211-54/+0
* i965: Remove software geometry query code.Kenneth Graunke2013-05-211-4/+0
* i965: Only use brw_draw.c's trim() function when necessary.Paul Berry2013-04-091-2/+14
* i965: Remove brw->vb.info and struct brw_vertex_info.Kenneth Graunke2013-04-081-6/+0
* i965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.Kenneth Graunke2013-04-081-5/+0
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-191-1/+1
* i965: Fix typo in doxygen hyperlinkChad Versace2013-03-111-1/+1
* i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt2013-03-051-0/+1
* i965: Implement the GL_ARB_base_instance extension.Kenneth Graunke2013-01-221-2/+2
* i965: Fix hiz resolves getting stomped by depth offset validation.Eric Anholt2012-12-221-5/+5
* mesa: Make a function is_transform_feedback_active_and_unpaused.Paul Berry2012-12-181-2/+2
* mesa: Change args to vbo_count_tessellated_primitives.Paul Berry2012-12-181-1/+3
* i965: Fix uploading user vertex arrays with basevertex set.Eric Anholt2012-11-041-0/+4
* i965: Set dirty state for brw_draw_upload.c when num_instances changes.Eric Anholt2012-11-041-1/+4
* i965: Remove the vbo_rebase_prims() path.Eric Anholt2012-11-041-15/+6
* i965: Fix rendering to small mipmaps of depth/stencil buffers using a temp mt.Eric Anholt2012-10-161-0/+5
* i965: Remove stale comment about rebuilding tnl_program.Eric Anholt2012-09-271-7/+0
* vbo: add a prefix to count_tessellated_primitivesDave Airlie2012-09-151-1/+1
* i965: Replace general sw fallback support with a manual check for rendermode.Eric Anholt2012-08-281-18/+13
* i965: Move hiz resolve to after renderbuffer resizing (v2)Chad Versace2012-08-271-4/+5
* i965: Remove redundant null checkChad Versace2012-08-271-2/+1
* i965: Mark needed downsamples for msaa winsys buffersChad Versace2012-08-071-5/+15
* i965: enable ARB_instanced_arrays extensionJordan Justen2012-06-271-0/+1
* i965: create code path to handle primitive restart in hardwareJordan Justen2012-05-231-0/+6
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-1/+1
* i965: Enable the GL_ARB_draw_instanced extension.Kenneth Graunke2012-02-291-2/+2
* i965: Rewrite the HiZ opChad Versace2012-02-071-43/+4
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-1/+1
* i965/gen7: Make primitives_written counting work.Eric Anholt2011-12-231-6/+27
* i965 gen6: Implement transform feedback pause/resume functionality.Paul Berry2011-12-231-1/+2
* i965 gen6: Implement transform feedback queries.Paul Berry2011-12-201-0/+4
* i965 gen6: Ensure correct transform feedback indices on new batch.Paul Berry2011-12-201-0/+33
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-1/+2
* i965: Mark that depth buffer needs depth resolve after drawingChad Versace2011-11-221-0/+23
* i965: Resolve buffers before drawing [v2]Chad Versace2011-11-221-0/+73
* i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace2011-11-221-1/+8
* i965: Merge brw_validate_state() and brw_upload_state() together.Eric Anholt2011-10-291-7/+0
* i965: Check Fallback again after upload.Eric Anholt2011-10-291-1/+6
* i965: Use the batch save/reset code to avoid needing the BO validate step.Eric Anholt2011-10-291-33/+27
* i965: Add a note about an unsafe-looking state check.Eric Anholt2011-10-291-0/+5
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-10/+10
* i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace2011-10-101-23/+20
* i965: Split brw_set_prim into brw/gen6 variantsChad Versace2011-10-101-1/+18
* i965: Don't bother telling tnl about state updates unless we fall back.Eric Anholt2011-06-241-0/+1
* i965/gen6: Limit the workaround flush to once per primitive.Eric Anholt2011-06-201-0/+2
* i965: Drop remaining strict conformance fallback for GL_POINT_SMOOTH.Eric Anholt2011-06-031-30/+0
* i965: Drop strict conformance fallback for GL_LINE_STIPPLE.Eric Anholt2011-06-031-18/+0