aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* intel: Add always_flush_batch driconf option for making small batchbuffers.Eric Anholt2009-03-051-0/+2
* intel: Add always_flush_cache driconf option for debugging cache flush failure.Eric Anholt2009-03-051-0/+18
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-5/+24
* i965: texture fixes: bordered textures, fallback renderingRobert Ellison2009-02-271-3/+31
* i965: fix line stipple fallback for GL_LINE_STRIP primitivesRobert Ellison2009-02-231-1/+1
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-9/+12
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-021-5/+2
* i965: Update state before checking for fallbacks in brw_try_draw_prims.Eric Anholt2008-12-151-2/+2
* i965: Reduce fast-pathiness of brw_try_draw_prims, bringing in important checks.Eric Anholt2008-11-281-51/+52
* i965: Upload state on primitive switch, don't just prepare it.Eric Anholt2008-11-121-0/+1
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-281-2/+30
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-13/+10
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-071-1/+1
* intel: Fix a number of memory leaks on context destroy.Eric Anholt2008-09-261-0/+10
* i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt2008-09-231-3/+6
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-56/+16
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-16/+56
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-56/+16
* i965: Check fallback before accounting for index/vertex buffer size. fix #16028.Xiang, Haihao2008-05-201-10/+8
* i965: Don't cast the result of brw_prepare_vertices to an unsigned value.Xiang, Haihao2008-05-051-1/+3
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-12/+47
* Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_...Zou Nan hai2008-03-181-1/+1
* [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIPZou Nan hai2008-03-181-1/+1
* [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.Eric Anholt2008-02-041-47/+5
* i965: fix an assert fail in brw_new_batchZou Nan hai2008-01-151-2/+4
* [965] Force a new vertex upload buffer at new batch time.Eric Anholt2008-01-141-1/+1
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-1/+3
* [965] Allow more than one draw_prims per batchbuffer.Eric Anholt2008-01-091-7/+13
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-47/+5
* [intel] Remove the dead intel->need_flush member.Eric Anholt2008-01-091-2/+1
* [intel] Merge intel_buffer_objects to shared.Eric Anholt2007-12-151-1/+3
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-1/+1
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-45/+19
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-1/+1