aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-4/+4
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-102-6/+6
* r200: Implement SetTexOffset hook.Chris Rankin2007-09-294-31/+73
* Fix-up #includes to remove some -I options.Brian2007-09-112-9/+9
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-1/+3
* change max anisotropy testChristoff Brill2007-05-171-1/+1
* use R200_DEBUG for debug outputChristoff Brill2007-05-171-2/+2
* remove CVS/XFree86 keywordsChristoff Brill2007-05-1726-26/+0
* bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger2007-05-121-1/+0
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...Roland Scheidegger2007-03-271-2/+4
* merge from masterBrian2007-03-214-24/+27
|\
| * r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.Alan Swanson2007-03-124-22/+22
| * r200: Adapt cliprect fixes from r300.Alan Swanson2007-03-123-3/+6
* | Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-2/+2
|\|
| * r200 fix broken (by new input handling) fogcoordRoland Scheidegger2007-02-231-2/+2
* | Update DRI drivers for new glsl compiler.Brian2007-02-231-4/+6
|/
* r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger2007-02-095-334/+141
* disable r200 materials-between-begin-end check if vertex progs are enabledRoland Scheidegger2007-02-031-5/+7
* remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger2007-02-032-128/+3
* fix errorneously adding fog state params to all vertex programs...Roland Scheidegger2007-02-031-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-1611-84/+355
|\
| * submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger2006-12-143-2/+19
| * Make git ignore some more generated files.Michel Dänzer2006-12-061-0/+3
| * fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger2006-11-303-1/+116
| * fix a bug in the sanity code when outputting vertex progsRoland Scheidegger2006-11-291-1/+1
| * call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...Roland Scheidegger2006-11-291-0/+3
| * fix segfault with ATI_fs when trying to use a not enabled texture unit (bug #...Roland Scheidegger2006-11-211-16/+21
| * Remove use of GetBufferSize (depreciated).Jerome Glisse2006-11-154-29/+44
| * fix vp lockups due to incorrectly set up / emitted attrib inputs.Roland Scheidegger2006-11-051-1/+2
| * fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT when assigning vp inp...Roland Scheidegger2006-11-051-1/+1
| * enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger2006-11-034-27/+143
| * remove setting some driver funcs explicitly to NULL, as they are no longer se...Roland Scheidegger2006-11-031-4/+0
| * casting, type changes to silence warningsBrian Paul2006-11-022-5/+5
| * Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* | remove remaining traces of r200FlushVertices...Roland Scheidegger2006-11-032-2/+0
* | merge current trunk into vbo branchAlan Hourihane2006-11-021-3/+2
* | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-3112-3573/+9
|/
* remove code for inserting mvp transform into position-invariant vertex progs ...Roland Scheidegger2006-10-261-96/+7
* change some bogus comments regarding the base e exponential function used for...Roland Scheidegger2006-10-252-7/+6
* fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger2006-10-246-67/+153
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-8/+16
* fix handling of textures with a base internal format that does not have all f...Roland Scheidegger2006-10-151-1/+3
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-152-15/+0
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-139-18/+236
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* fix up access to vertex attrib components which don't really exist but are de...Roland Scheidegger2006-09-221-1/+39
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-203-9/+75
* fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...Roland Scheidegger2006-09-201-4/+89