summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_sf.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Fix Android build by removing relative includesChad Versace2011-08-301-1/+1
* i965: Use state streaming on programs, and state base address on gen5+.Eric Anholt2011-06-181-13/+9
* i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT.Eric Anholt2011-05-261-3/+0
* i965: Get a ralloc context into brw_compile.Kenneth Graunke2011-05-171-1/+6
* i965: Remove dead entrypoints to state cache, rename the one that's left.Eric Anholt2011-04-291-8/+5
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-2/+2
* i965: Fix point coordinate replacement after airlied's ffvertex changes.Eric Anholt2010-05-171-0/+1
* i965: Add SF program disasm under INTEL_DEBUG=sf.Eric Anholt2010-05-171-0/+9
* i965: Fix up the handling of point sprite coordinate replacement.Eric Anholt2010-03-081-10/+11
* i965: Allow for variable-sized auxdata in the state cache.Eric Anholt2010-01-191-6/+7
* Merge branch 'outputswritten64'Ian Romanick2009-11-171-3/+3
* i965: make brw_sf_prog_key::sprite_origin_lower_left one bitBrian Paul2009-10-291-1/+1
* i965: interpolate colors with perspective correction by defaultBrian Paul2009-06-121-1/+4
* i965: fix polygon face orientation when rendering to FBORobert Ellison2009-03-111-2/+8
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-021-6/+8
* i965: fix indentationBrian Paul2009-01-141-5/+6
* 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-2/+1
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-1/+2
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-2/+1
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-2/+3
* i965: use setup attributes as inputs when allocating registersXiang, Haihao2008-02-141-2/+0
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-291-1/+1
* i965: allocate GRF registers before building subroutines,Xiang, Haihao2007-12-191-4/+4
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-20/+13
* Revert "[965] Add missing flagging of new stage programs for updating stage s...Eric Anholt2007-12-051-19/+13
* [965] Add missing flagging of new stage programs for updating stage state.Eric Anholt2007-12-051-13/+19
* i965: revert commit 1a15b2169ba6cb100627eb525a20a00537cfb6f0,Xiang, Haihao2007-09-121-1/+1
* i965: only take non-varying attribute into account whenXiang, Haihao2007-09-051-1/+1
* ARB sprite point support on i965Zou Nan hai2007-07-301-3/+12
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+188