summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_clip.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt2010-07-191-9/+11
* i965: Clarify the nr_regs calculation in brw_clip.cEric Anholt2010-07-191-3/+8
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt2010-05-141-1/+2
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-141-1/+7
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-3/+3
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-7/+8
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-5/+6
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-1/+1
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-0/+1
* i965: Don't clip everything if FRONT_AND_BACK culling while culling disabled.Eric Anholt2009-07-201-1/+2
* i965: add support for new chipsetsXiang, Haihao2009-07-131-4/+18
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-20/+20
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-3/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+3
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-3/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+4
* [965] Clean up whitespace and dead code from do_unfilled change.Eric Anholt2008-03-261-11/+6
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-1/+1
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-21/+14
* Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt2007-12-051-19/+15
* [965] Add missing flagging of new stage programs for updating stage state.Eric Anholt2007-12-051-15/+19
* i965: handle all unfilled mode in clip stage. fix bug #12453Xiang, Haihao2007-09-271-0/+4
* i965: Avoid branch instructions while in single program flow mode.Eric Anholt2007-01-061-0/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+264