summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-05-17change max anisotropy testChristoff Brill
2007-05-17use R200_DEBUG for debug outputChristoff Brill
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2007-05-12bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-03-27r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...Roland Scheidegger
2007-03-21merge from masterBrian
2007-03-12r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.Alan Swanson
2007-03-12r200: Adapt cliprect fixes from r300.Alan Swanson
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-02-23r200 fix broken (by new input handling) fogcoordRoland Scheidegger
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger
2007-02-03disable r200 materials-between-begin-end check if vertex progs are enabledRoland Scheidegger
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger
2007-02-03fix errorneously adding fog state params to all vertex programs...Roland Scheidegger
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-12-14submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger
2006-12-06Make git ignore some more generated files.Michel Dänzer
2006-11-30fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger
2006-11-29fix a bug in the sanity code when outputting vertex progsRoland Scheidegger
2006-11-29call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...Roland Scheidegger
2006-11-21fix segfault with ATI_fs when trying to use a not enabled texture unit (bug #...Roland Scheidegger
2006-11-15Remove use of GetBufferSize (depreciated).Jerome Glisse
2006-11-05fix vp lockups due to incorrectly set up / emitted attrib inputs.Roland Scheidegger
2006-11-05fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT when assigning vp inp...Roland Scheidegger
2006-11-03enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger
2006-11-03remove remaining traces of r200FlushVertices...Roland Scheidegger
2006-11-03remove setting some driver funcs explicitly to NULL, as they are no longer se...Roland Scheidegger
2006-11-02casting, type changes to silence warningsBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-10-26remove code for inserting mvp transform into position-invariant vertex progs ...Roland Scheidegger
2006-10-25change some bogus comments regarding the base e exponential function used for...Roland Scheidegger
2006-10-24fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-10-15fix handling of textures with a base internal format that does not have all f...Roland Scheidegger
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-09-22fix up access to vertex attrib components which don't really exist but are de...Roland Scheidegger
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger
2006-09-20fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...Roland Scheidegger
2006-09-13Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger
2006-09-13don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger
2006-09-13fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...Roland Scheidegger
2006-09-13make sure we upload the new vertex program if the program string changes.Roland Scheidegger