aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-221-2/+0
* | intel: Drop more cliprect bookkeepingKristian Høgsberg2010-01-041-4/+0
* | intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-3/+2
* | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-4/+0
* | intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt2009-11-191-2/+2
|/
* intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt2009-11-061-6/+2
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-091-0/+1
|\
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-091-0/+1
| |\
| | * i965: fix incorrect test for vertex position attributeBrian Paul2009-09-081-0/+1
* | | intel: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-1/+1
* | | i965: #include clean-upsBrian Paul2009-09-081-7/+4
|/ /
* | i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt2009-08-121-0/+2
* | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-38/+15
* | i965: Remove BRW_NEW_INPUT_VARYINGEric Anholt2009-07-071-7/+1
* | intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt2009-06-291-0/+2
|/