Age | Commit message (Expand) | Author |
2009-04-30 | r300: Increase reference count of texture objects referenced by current state. | Michel Dänzer |
2009-04-27 | r300: always emit output insts after all KIL insts | Maciej Cencora |
2009-03-06 | r300: fix depth write regression (found by Nicolai Haehnle) | Maciej Cencora |
2009-03-06 | r300: enable EXT_fog_coord extension | Maciej Cencora |
2009-03-06 | r300: rewrite and hopefully simplify RS setup | Maciej Cencora |
2009-03-02 | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-02-04 | r300: Fix EXP2 fog | Maciej Cencora |
2009-01-23 | Track two sets of back-face stencil state | Ian Romanick |
2009-01-14 | r300: work-around FRAG_BIT_FOGC warning/error | Brian Paul |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-08-19 | r5xx: Final fog option fix. | Corbin Simpson |
2008-08-19 | r5xx: Don't squish GL context when using FogOption | Corbin Simpson |
2008-08-18 | r5xx: Enable fog options. | Corbin Simpson |
2008-07-27 | r300: Fix point minmax size | Nicolai Haehnle |
2008-07-27 | r300: Implement hardware acceleration for ColorLogicOp | Nicolai Haehnle |
2008-07-12 | r300_fragprog: Use nqssa+dce and program_pair for emit | Nicolai Haehnle |
2008-07-11 | R300: update vap_cntl values for NUM_FPUS | Alex Deucher |
2008-07-06 | r300: Allow adding parameters during fragprog transform, share LIT code | Nicolai Haehnle |
2008-07-05 | r500: Fix blend color. | Nicolai Haehnle |
2008-06-30 | r3xx/r5xx: Enable ARB_point_parameters. | Corbin Simpson |
2008-06-30 | r300: Fix dumb mistake in LOD bias translation | Nicolai Haehnle |
2008-06-30 | r300: Cleanup LodBias support | Nicolai Haehnle |
2008-06-29 | r300: Change LOD bias emission to more closely follow per-tex rules. | Corbin Simpson |
2008-06-29 | r300: Fix wrap mode for 1D textures | Nicolai Haehnle |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul |
2008-06-16 | r300: Make LOD bias a persistent environment variable. | Corbin Simpson |
2008-06-14 | r5xx: FP refactor, take one. | Corbin Simpson |
2008-06-14 | r300: Do not include r300_fragprog.h from r300_context.h and other cleanups | Nicolai Haehnle |
2008-06-14 | r300_fragprog: Refactoring and cleanup | Nicolai Haehnle |
2008-06-13 | r300: Reenable t->filter_1 (though currently not used) | Nicolai Haehnle |
2008-06-07 | r300: Some cleanups in depth and stencil state handling | Nicolai Haehnle |
2008-06-06 | r300: Cleanup TX_MIN_FILTER defines | Nicolai Haehnle |
2008-06-01 | r5xx: Enable depth write emission. | Corbin Simpson |
2008-06-01 | r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx) | Nicolai Haehnle |
2008-06-01 | [r300] Fix KIL instruction and swizzling of texture coordinates | Nicolai Haehnle |
2008-05-31 | r500: Use 8bit fog alpha compare value. | Markus Amsler |
2008-05-28 | Merge branch 'r500-support' | Dave Airlie |
2008-05-28 | R3/4/5xx: update to use drm get_param for num gb pipes | Alex Deucher |
2008-05-28 | r500: cleanup warnings and include files | Dave Airlie |
2008-05-27 | r500: the cs is shared per context - doh so don't use for program upload. | Dave Airlie |
2008-05-27 | r500: reset fp/fp_const counts | Dave Airlie |
2008-05-27 | r300/r500: emit flush inside vap_cntl state atom | Dave Airlie |
2008-05-27 | r500: remove debugging | Dave Airlie |
2008-05-27 | r300/r500: fix r500 fragment program texture unit references | Dave Airlie |
2008-05-27 | r500: initial support for tmu mappings | Dave Airlie |
2008-05-21 | r500: set the RS unit register for R500 not R300 dangnammit.. | Dave Airlie |
2008-05-18 | r300: fixup US_OUT_FMT bits | Dave Airlie |
2008-05-18 | r500: you can have a single texcoord | Dave Airlie |
2008-05-17 | r500: write out the correct FP registers | Alex Deucher |