summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
AgeCommit message (Expand)Author
2007-03-24r300: Fix texture coordinate calculation for rectangle texturesNicolai Haehnle
2007-03-24r300: No assertion when accessing incomplete texture images.Nicolai Haehnle
2007-03-21r300: Remove the program-global const_sin indexNicolai Haehnle
2007-03-20r300: Whitespace cleanup (remove trailing spaces)Nicolai Haehnle
2007-03-19r300: Cleanup fragment program constant allocation, share constantsNicolai Haehnle
2007-03-19r300: Fix fragment program reorderingNicolai Haehnle
2007-03-19r300: Fix fragment program instruction pairing and register allocationNicolai Haehnle
2007-03-11Guess another unknown register in R300 command buffer initialization. (Oliver...Aapo Tahkola
2007-03-11Renamed some of the unkXXX variables in the command buffer initOliver McFadden
2007-02-22r300: get rid of CB_DPATH legacyDave Airlie
2007-02-14r300: Fix cos & add scs to fragment program.Rune Peterson
2007-02-12r300: Add proper support for sin/cos instruction in fragment programRune Peterson
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-17fragment.position supportRune Petersen
2006-11-17r300_select_vertex_shader4:Rune Petersen
2006-10-31disable vtxfmt_a code, switch over to vboKeith Whitwell
2006-09-12Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse
2006-08-31Give the user posibility to choose speed over correctness.Rune Petersen
2006-08-22extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-06-29instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...Tilman Sauerbeck
2006-06-27Fix generic vertex attribs (Rune Petersen)Aapo Tahkola
2006-04-26R300_SPAN_DISABLE_LOCKING env varAapo Tahkola
2006-04-23Enable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on big endian by forcing all...Benjamin Herrenschmidt
2006-04-20limit max program/param length to 255 (spotted by sroland)Aapo Tahkola
2006-04-11More GLSL code:Michal Krol
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-03-29FP textures and fixes (Ewald Snel)Brian Paul
2006-03-27remove unnecessary typedefs causing compiler warningsRoland Scheidegger
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-03-09Kick VBOs out of GART if nothing else helps.Aapo Tahkola
2006-03-07Enable HW VBOs and other things needed by it.Aapo Tahkola
2006-03-07Various fallbacks, checks and tags.Aapo Tahkola
2006-03-06Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola
2006-01-27per vp sw fallbacksAapo Tahkola
2006-01-09Missing patch from Ben Skeggs:Aapo Tahkola
2005-12-17Drop output checking.Aapo Tahkola
2005-12-17Enable CB_DPATH by default.Aapo Tahkola
2005-12-04Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-11-02Use ctx->VertexProgram._Current .Aapo Tahkola
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-11-01Re-enable fallbacks.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-10-28Compiled arrays for vtxfmt_a path.Aapo Tahkola
2005-10-28Correct the ordering of the blend constant color.Eric Anholt
2005-10-26Sync with my local tree.Aapo Tahkola
2005-10-26Fix invalid vsf temp count for rv350.Aapo Tahkola