aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flagBrian Paul2009-04-221-1/+2
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-17/+17
* mesa: rename some gl_light fields to be clearerBrian Paul2009-04-031-4/+4
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+8
* mesa: gl_register_file enum typedefBrian Paul2009-03-071-1/+1
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* mesa: re-org texgen stateBrian Paul2009-02-211-19/+23
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-212-3/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1818-87/+88
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+2
* r200: Do not set second coordinate clamping for 1D texturesNicolai Haehnle2008-07-261-31/+33
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-213-6/+6
* r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)Roland Scheidegger2008-06-211-1/+1
* R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk2008-05-291-4/+6
* r200: fix state submission issue causing bogus textures (bug 15730)Ove Kaaven2008-04-291-0/+6
* enable GL_EXT_multi_draw_arrays (see bug 15670)Pierre Beyssac2008-04-241-0/+2
* r200: accept PROGRAM_CONSTANT inputs due to mesa changesAndrew Randrianasulu2008-04-171-0/+1
* r200: fix XPD vertex program instruction when using temps as inputsRoland Scheidegger2008-04-121-3/+13
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-3/+1
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-292-4/+6
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-12/+12
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-062-3/+3
* rx00: fix off by one error in tempreg checkHans de Goede2008-01-021-4/+6
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* r200: Fix texture format regression on big endian systems.Michel Dänzer2007-11-281-3/+6
* r200: Fix SetTexOffset format for 16 bit pixmaps/textures.Michel Dänzer2007-11-061-6/+6
* More vblank cleanups.Michel Dänzer2007-10-302-10/+10
* Refactor and fix core vblank supportJesse Barnes2007-10-294-13/+10
* 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
|/