| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL | Brian Paul | 2009-05-01 | 1 | -1/+1 |
* | r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flag | Brian Paul | 2009-04-22 | 1 | -1/+2 |
* | mesa: merge the prog_src_register::NegateBase and NegateAbs fields | Brian Paul | 2009-04-14 | 1 | -17/+17 |
* | mesa: rename some gl_light fields to be clearer | Brian Paul | 2009-04-03 | 1 | -4/+4 |
* | dri: use BorderColor instead of _BorderChan | Brian Paul | 2009-04-01 | 1 | -3/+8 |
* | mesa: gl_register_file enum typedef | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: use Stencil._Enabled field instead of Stencil.Enabled | Brian Paul | 2009-03-02 | 1 | -1/+1 |
* | mesa: re-org texgen state | Brian Paul | 2009-02-21 | 1 | -19/+23 |
* | Make GL_ARB_draw_buffers mandatory | Ian Romanick | 2009-01-28 | 1 | -0/+2 |
* | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 2 | -3/+3 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 18 | -87/+88 |
* | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | 2008-08-05 | 1 | -0/+2 |
* | r200: Do not set second coordinate clamping for 1D textures | Nicolai Haehnle | 2008-07-26 | 1 | -31/+33 |
* | replace __inline and __inline__ with INLINE macro | Brian Paul | 2008-06-21 | 3 | -6/+6 |
* | r200: fix typo in r200TryDrawPixels parameter validation (bug 16406) | Roland Scheidegger | 2008-06-21 | 1 | -1/+1 |
* | R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer. | Dennis Kasprzyk | 2008-05-29 | 1 | -4/+6 |
* | r200: fix state submission issue causing bogus textures (bug 15730) | Ove Kaaven | 2008-04-29 | 1 | -0/+6 |
* | enable GL_EXT_multi_draw_arrays (see bug 15670) | Pierre Beyssac | 2008-04-24 | 1 | -0/+2 |
* | r200: accept PROGRAM_CONSTANT inputs due to mesa changes | Andrew Randrianasulu | 2008-04-17 | 1 | -0/+1 |
* | r200: fix XPD vertex program instruction when using temps as inputs | Roland Scheidegger | 2008-04-12 | 1 | -3/+13 |
* | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 2008-03-31 | 1 | -3/+1 |
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 2 | -4/+6 |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -12/+12 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 2 | -3/+3 |
* | rx00: fix off by one error in tempreg check | Hans de Goede | 2008-01-02 | 1 | -4/+6 |
* | fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527) | Roland Scheidegger | 2007-12-22 | 1 | -1/+1 |
* | r200: Fix texture format regression on big endian systems. | Michel Dänzer | 2007-11-28 | 1 | -3/+6 |
* | r200: Fix SetTexOffset format for 16 bit pixmaps/textures. | Michel Dänzer | 2007-11-06 | 1 | -6/+6 |
* | More vblank cleanups. | Michel Dänzer | 2007-10-30 | 2 | -10/+10 |
* | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 4 | -13/+10 |
* | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg | 2007-10-10 | 1 | -4/+4 |
* | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg | 2007-10-10 | 2 | -6/+6 |
* | r200: Implement SetTexOffset hook. | Chris Rankin | 2007-09-29 | 4 | -31/+73 |
* | Fix-up #includes to remove some -I options. | Brian | 2007-09-11 | 2 | -9/+9 |
* | Remove ctx->Point._Size and ctx->Line._Width. | Brian | 2007-07-21 | 1 | -1/+3 |
* | change max anisotropy test | Christoff Brill | 2007-05-17 | 1 | -1/+1 |
* | use R200_DEBUG for debug output | Christoff Brill | 2007-05-17 | 1 | -2/+2 |
* | remove CVS/XFree86 keywords | Christoff Brill | 2007-05-17 | 26 | -26/+0 |
* | bring over recent radeonMakeCurrent fixes for r300 to radeon/r200 | Roland Scheidegger | 2007-05-12 | 1 | -1/+0 |
* | remove _tnl_arb_vertex_program_stage | Brian | 2007-04-16 | 1 | -1/+0 |
* | r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ... | Roland Scheidegger | 2007-03-27 | 1 | -2/+4 |
* | merge from master | Brian | 2007-03-21 | 4 | -24/+27 |
|\ |
|
| * | r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300. | Alan Swanson | 2007-03-12 | 4 | -22/+22 |
| * | r200: Adapt cliprect fixes from r300. | Alan Swanson | 2007-03-12 | 3 | -3/+6 |
* | | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-03-09 | 1 | -2/+2 |
|\| |
|
| * | r200 fix broken (by new input handling) fogcoord | Roland Scheidegger | 2007-02-23 | 1 | -2/+2 |