summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)AuthorFilesLines
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2-3/+3
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul18-87/+88
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao1-0/+2
2008-07-26r200: Do not set second coordinate clamping for 1D texturesNicolai Haehnle1-31/+33
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul3-6/+6
2008-06-21r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)Roland Scheidegger1-1/+1
2008-05-29R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk1-4/+6
2008-04-29r200: fix state submission issue causing bogus textures (bug 15730)Ove Kaaven1-0/+6
2008-04-24enable GL_EXT_multi_draw_arrays (see bug 15670)Pierre Beyssac1-0/+2
2008-04-17r200: accept PROGRAM_CONSTANT inputs due to mesa changesAndrew Randrianasulu1-0/+1
2008-04-12r200: fix XPD vertex program instruction when using temps as inputsRoland Scheidegger1-3/+13
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-3/+1
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2-4/+6
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian1-12/+12
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2-3/+3
2008-01-02rx00: fix off by one error in tempreg checkHans de Goede1-4/+6
2007-12-22fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger1-1/+1
2007-11-28r200: Fix texture format regression on big endian systems.Michel Dänzer1-3/+6
2007-11-06r200: Fix SetTexOffset format for 16 bit pixmaps/textures.Michel Dänzer1-6/+6
2007-10-30More vblank cleanups.Michel Dänzer2-10/+10
2007-10-29Refactor and fix core vblank supportJesse Barnes4-13/+10
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg1-4/+4
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2-6/+6
2007-09-29r200: Implement SetTexOffset hook.Chris Rankin4-31/+73
2007-09-11Fix-up #includes to remove some -I options.Brian2-9/+9
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian1-1/+3
2007-05-17change max anisotropy testChristoff Brill1-1/+1
2007-05-17use R200_DEBUG for debug outputChristoff Brill1-2/+2
2007-05-17remove CVS/XFree86 keywordsChristoff Brill26-26/+0
2007-05-12bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger1-1/+0
2007-04-16remove _tnl_arb_vertex_program_stageBrian1-1/+0
2007-03-27r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...Roland Scheidegger1-2/+4
2007-03-21merge from masterBrian4-24/+27
2007-03-12r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.Alan Swanson4-22/+22
2007-03-12r200: Adapt cliprect fixes from r300.Alan Swanson3-3/+6
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian1-2/+2
2007-02-23Update DRI drivers for new glsl compiler.Brian1-4/+6
2007-02-23r200 fix broken (by new input handling) fogcoordRoland Scheidegger1-2/+2
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger5-334/+141
2007-02-03disable r200 materials-between-begin-end check if vertex progs are enabledRoland Scheidegger1-5/+7
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger2-128/+3
2007-02-03fix errorneously adding fog state params to all vertex programs...Roland Scheidegger1-1/+1
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell11-84/+355
2006-12-14submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger3-2/+19
2006-12-06Make git ignore some more generated files.Michel Dänzer1-0/+3
2006-11-30fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger3-1/+116
2006-11-29fix a bug in the sanity code when outputting vertex progsRoland Scheidegger1-1/+1
2006-11-29call Driver.ProgramStringNotify if a ati_fragment_shader changes and pick up ...Roland Scheidegger1-0/+3
2006-11-21fix segfault with ATI_fs when trying to use a not enabled texture unit (bug #...Roland Scheidegger1-16/+21
2006-11-15Remove use of GetBufferSize (depreciated).Jerome Glisse4-29/+44