aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_gs.c
Commit message (Expand)AuthorAgeFilesLines
* i965: don't spawn GS thread for LINELOOP on SandybridgeXiang, Haihao2010-12-271-1/+4
* i965: Fix GS state uploading on SandybridgeZhenyu Wang2010-12-061-4/+13
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-2/+2
* i965: Fix GS hang on SandybridgeZhenyu Wang2010-10-141-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: ignore quads for GS kernel on sandybridgeZhenyu Wang2010-09-281-1/+8
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* i965: Make rasterization of single and multiple quad prims match.Eric Anholt2010-05-171-0/+6
* i965: Add program dumping for INTEL_DEBUG=gs.Eric Anholt2010-05-141-0/+10
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-1/+1
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-6/+7
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-2/+2
* i965: fix EXT_provoking_vertex supportRoland Scheidegger2009-11-111-3/+7
* i965: add support for new chipsetsXiang, Haihao2009-07-131-2/+7
* 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-6/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+6
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-6/+1
* i965: fix gs_prog aperture checkDave Airlie2008-04-181-2/+4
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+4
* 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-19/+13
* Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt2007-12-051-19/+12
* [965] Add missing flagging of new stage programs for updating stage state.Eric Anholt2007-12-051-12/+19
* I965: fix bug#9625-get the correct PV for quardstripXiang, Haihao2007-01-171-1/+4
* i965: Avoid branch instructions while in single program flow mode.Eric Anholt2007-01-061-1/+3
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+198