summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie
2009-03-09r300: move firevertices out into the main place its needed.Dave Airlie
2009-03-06r300: fix depth write regression (found by Nicolai Haehnle)Maciej Cencora
2009-03-06r300: enable EXT_fog_coord extensionMaciej Cencora
2009-03-06r300: rewrite and hopefully simplify RS setupMaciej Cencora
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2009-03-03radeon: refactor framebuffer code like intelDave Airlie
2009-02-27r300: remove depth offset exits in favour of rrb depth changesDave Airlie
2009-02-26r300: don't call page flip on DRI2Dave Airlie
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-13Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12r100/r200: fix front rendering issue.Dave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-11r300: fix front buffer rendering properly fixes tests in gleanDave Airlie
2009-02-04r300: Fix EXP2 fogMaciej Cencora
2009-01-31r200/r300: add aperture space checksDave Airlie
2009-01-23Track two sets of back-face stencil stateIan Romanick
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2009-01-21r200: make tri render on my r200.Dave Airlie
2009-01-14r300: work-around FRAG_BIT_FOGC warning/errorBrian Paul
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2008-11-14r300: cs + DRI2 supportJerome Glisse
2008-11-14r300: bo and cs abstraction.Jerome Glisse
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-19r5xx: Final fog option fix.Corbin Simpson
2008-08-19r5xx: Don't squish GL context when using FogOptionCorbin Simpson
2008-08-18r5xx: Enable fog options.Corbin Simpson
2008-07-27r300: Fix point minmax sizeNicolai Haehnle
2008-07-27r300: Implement hardware acceleration for ColorLogicOpNicolai Haehnle
2008-07-12r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle
2008-07-11R300: update vap_cntl values for NUM_FPUSAlex Deucher
2008-07-06r300: Allow adding parameters during fragprog transform, share LIT codeNicolai Haehnle
2008-07-05r500: Fix blend color.Nicolai Haehnle
2008-06-30r3xx/r5xx: Enable ARB_point_parameters.Corbin Simpson
2008-06-30r300: Fix dumb mistake in LOD bias translationNicolai Haehnle
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle
2008-06-29r300: Change LOD bias emission to more closely follow per-tex rules.Corbin Simpson
2008-06-29r300: Fix wrap mode for 1D texturesNicolai Haehnle
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-16r300: Make LOD bias a persistent environment variable.Corbin Simpson
2008-06-14r5xx: FP refactor, take one.Corbin Simpson
2008-06-14r300: Do not include r300_fragprog.h from r300_context.h and other cleanupsNicolai Haehnle
2008-06-14r300_fragprog: Refactoring and cleanupNicolai Haehnle
2008-06-13r300: Reenable t->filter_1 (though currently not used)Nicolai Haehnle
2008-06-07r300: Some cleanups in depth and stencil state handlingNicolai Haehnle
2008-06-06r300: Cleanup TX_MIN_FILTER definesNicolai Haehnle
2008-06-01r5xx: Enable depth write emission.Corbin Simpson
2008-06-01r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)Nicolai Haehnle