aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* r300: Increase reference count of texture objects referenced by current state.Michel Dänzer2009-04-301-1/+1
* r300: always emit output insts after all KIL instsMaciej Cencora2009-04-271-1/+3
* r300: fix depth write regression (found by Nicolai Haehnle)Maciej Cencora2009-03-061-3/+10
* r300: enable EXT_fog_coord extensionMaciej Cencora2009-03-061-159/+18
* r300: rewrite and hopefully simplify RS setupMaciej Cencora2009-03-061-194/+207
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* mesa: use an array for current texture objectsBrian Paul2009-02-211-1/+1
* r300: Fix EXP2 fogMaciej Cencora2009-02-041-0/+1
* Track two sets of back-face stencil stateIan Romanick2009-01-231-28/+12
* r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul2009-01-141-0/+7
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-11/+11
* r5xx: Final fog option fix.Corbin Simpson2008-08-191-2/+4
* r5xx: Don't squish GL context when using FogOptionCorbin Simpson2008-08-191-5/+3
* r5xx: Enable fog options.Corbin Simpson2008-08-181-0/+8
* r300: Fix point minmax sizeNicolai Haehnle2008-07-271-2/+2
* r300: Implement hardware acceleration for ColorLogicOpNicolai Haehnle2008-07-271-1/+43
* r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle2008-07-121-21/+12
* R300: update vap_cntl values for NUM_FPUSAlex Deucher2008-07-111-4/+5
* r300: Allow adding parameters during fragprog transform, share LIT codeNicolai Haehnle2008-07-061-8/+33
* r500: Fix blend color.Nicolai Haehnle2008-07-051-9/+17
* r3xx/r5xx: Enable ARB_point_parameters.Corbin Simpson2008-06-301-0/+28
* r300: Fix dumb mistake in LOD bias translationNicolai Haehnle2008-06-301-1/+1
* r300: Cleanup LodBias supportNicolai Haehnle2008-06-301-13/+15
* r300: Change LOD bias emission to more closely follow per-tex rules.Corbin Simpson2008-06-291-2/+4
* r300: Fix wrap mode for 1D texturesNicolai Haehnle2008-06-291-4/+4
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* r300: Make LOD bias a persistent environment variable.Corbin Simpson2008-06-161-1/+14
* r5xx: FP refactor, take one.Corbin Simpson2008-06-141-23/+26
* r300: Do not include r300_fragprog.h from r300_context.h and other cleanupsNicolai Haehnle2008-06-141-0/+1
* r300_fragprog: Refactoring and cleanupNicolai Haehnle2008-06-141-35/+38
* r300: Reenable t->filter_1 (though currently not used)Nicolai Haehnle2008-06-131-2/+1
* r300: Some cleanups in depth and stencil state handlingNicolai Haehnle2008-06-071-30/+7
* r300: Cleanup TX_MIN_FILTER definesNicolai Haehnle2008-06-061-1/+1
* r5xx: Enable depth write emission.Corbin Simpson2008-06-011-1/+4
* r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)Nicolai Haehnle2008-06-011-29/+50
* [r300] Fix KIL instruction and swizzling of texture coordinatesNicolai Haehnle2008-06-011-18/+24
* r500: Use 8bit fog alpha compare value.Markus Amsler2008-05-311-0/+1
* Merge branch 'r500-support'Dave Airlie2008-05-281-217/+561
|\
| * R3/4/5xx: update to use drm get_param for num gb pipesAlex Deucher2008-05-281-21/+10
| * r500: cleanup warnings and include filesDave Airlie2008-05-281-5/+0
| * r500: the cs is shared per context - doh so don't use for program upload.Dave Airlie2008-05-271-3/+2
| * r500: reset fp/fp_const countsDave Airlie2008-05-271-0/+3
| * r300/r500: emit flush inside vap_cntl state atomDave Airlie2008-05-271-11/+10
| * r500: remove debuggingDave Airlie2008-05-271-1/+0
| * r300/r500: fix r500 fragment program texture unit referencesDave Airlie2008-05-271-1/+4
| * r500: initial support for tmu mappingsDave Airlie2008-05-271-35/+83
| * r500: set the RS unit register for R500 not R300 dangnammit..Dave Airlie2008-05-211-3/+3
| * r300: fixup US_OUT_FMT bitsDave Airlie2008-05-181-5/+9
| * r500: you can have a single texcoordDave Airlie2008-05-181-2/+5
| * r500: write out the correct FP registersAlex Deucher2008-05-171-0/+9