aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Drop strict conformance fallback for GL_LINE_SMOOTH.Eric Anholt2011-06-031-9/+0
* i965: Drop strict conformance fallback for GL_POLYGON_SMOOTH.Eric Anholt2011-06-031-6/+0
* i965: Drop INTEL_CONFORMANCE=2 fallback code.Eric Anholt2011-06-031-3/+0
* i965: Add support for correct GL_CLAMP behavior by clamping coordinates.Eric Anholt2011-05-181-36/+0
* i965: Emit 3DPRIMITIVE Ivybridge-style.Kenneth Graunke2011-05-171-1/+59
* i965: Move sampler state to state streaming.Eric Anholt2011-04-291-0/+3
* i965/gen6: Stream the VS push constants.Eric Anholt2011-04-291-0/+1
* i965/gen6: Stream the WM push constants.Eric Anholt2011-04-291-5/+7
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-6/+10
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-231-0/+4
* i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke2011-04-181-22/+31
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-6/+6
* intel: extend current vertex buffersChris Wilson2011-02-211-0/+5
* i965: emit one vb packet per vboChris Wilson2011-02-211-6/+21
* intel: use pwrite for batchChris Wilson2011-02-211-12/+7
* i965: Combine vb upload buffer with the general upload bufferChris Wilson2011-02-211-5/+0
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-131-2/+3
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-6/+4
* Revert "i965: fallback lineloop on sandybridge for now"Zhenyu Wang2010-10-141-7/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.Eric Anholt2010-10-121-1/+1
* i965: fallback lineloop on sandybridge for nowZhenyu Wang2010-09-291-0/+7
* i965: Move no_batch_wrap assertion out across the area we're trying to verify.Eric Anholt2010-06-111-5/+3
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-4/+4
* i965: Reduce a single GL_QUADS to GL_TRIANGLE_FAN.Eric Anholt2010-05-131-11/+20
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-2/+0
|\