| Commit message (Expand) | Author | Age | Files | Lines |
* | Reject unsupported texture formats passed to glCompressedTexImage?D. This | Ian Romanick | 2004-10-08 | 1 | -0/+3 |
* | Apply Eric's stencil wrap patch (Eric Anholt) | Alex Deucher | 2004-10-08 | 7 | -195/+147 |
* | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt | 2004-10-07 | 25 | -44/+627 |
* | Prevent Y-offset from exceeding valid range in texture upload code. This | Ian Romanick | 2004-10-07 | 1 | -0/+8 |
* | Fix emitting fog without secondary color and vice-versa. | Felix Kuehling | 2004-10-07 | 1 | -19/+46 |
* | *** empty log message *** | Karl Schultz | 2004-10-06 | 1 | -0/+15 |
* | more GL_ARB_draw_buffers updates from Michale Krol | Brian Paul | 2004-10-06 | 2 | -63/+54 |
* | fix GetVertexAttrib problem | Brian Paul | 2004-10-06 | 1 | -1/+4 |
* | Convert tdfxDDInitExtensions to use driInitExtensions. | Ian Romanick | 2004-10-06 | 1 | -43/+55 |
* | put Rush in the list of supported HW | Daniel Borca | 2004-10-05 | 1 | -3/+3 |
* | stencil wrap works, either HW or SW (Ian Romanick) | Daniel Borca | 2004-10-05 | 1 | -4/+1 |
* | enable 2_0 extensions | Daniel Borca | 2004-10-05 | 1 | -0/+1 |
* | Use the driFillInModes utility function. | Ian Romanick | 2004-10-04 | 1 | -85/+32 |
* | Also export fbconfigs with 0/0 depth/stencil modes. This fixes "driver | Ian Romanick | 2004-10-04 | 1 | -4/+6 |
* | Add some Savage3D stencil documentation based on discussions during the | Ian Romanick | 2004-10-04 | 1 | -0/+15 |
* | make clean should remove depend.bak too (Sérgio Moneiro Basto) | Brian Paul | 2004-10-04 | 3 | -3/+4 |
* | ARB_fp support for GL_ARB_draw_buffers (Karl Rasche) | Brian Paul | 2004-10-04 | 4 | -9/+69 |
* | Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits. | Ian Romanick | 2004-10-04 | 1 | -0/+2 |
* | The alpha post-scale and the RGB post-scale were mistakenly reversed. | Ian Romanick | 2004-10-04 | 1 | -5/+9 |
* | Remove empty r128_vb.h. | Eric Anholt | 2004-10-03 | 1 | -0/+0 |
* | put glapi_x86.S into the x86/ directory | Brian Paul | 2004-10-02 | 1 | -3/+3 |
* | remove unused413 stuff, glDrawBuffersARB uses that slot now | Brian Paul | 2004-10-02 | 3 | -4/+1 |
* | GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -1/+2 |
* | fix _DrawDestMask[0][0] typos | Brian Paul | 2004-10-02 | 1 | -2/+2 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 60 | -1817/+2153 |
* | fix indentation | Brian Paul | 2004-10-02 | 1 | -12/+6 |
* | fix a comment | Brian Paul | 2004-10-02 | 1 | -2/+2 |
* | bump version to 6.3 | Brian Paul | 2004-10-02 | 1 | -3/+3 |
* | fix LoadProgramNV regression when I had fixed the RefCount bug | Brian Paul | 2004-10-02 | 3 | -9/+12 |
* | If an application cleared before any state had been emitted, that clear would | Eric Anholt | 2004-10-02 | 2 | -4/+9 |
* | Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers) | Eric Anholt | 2004-10-02 | 14 | -786/+195 |
* | Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the | Eric Anholt | 2004-10-02 | 1 | -0/+7 |
* | Cut out all of the old texture environment code and rewrote it from | Ian Romanick | 2004-10-02 | 4 | -4759/+390 |
* | Replace the numerous switch-statements to derive GL_COMBINE post-scale | Ian Romanick | 2004-10-01 | 1 | -419/+208 |
* | Fix mesa solo with doublebuffered apps, the drawable index/stamp weren't | Dave Airlie | 2004-10-01 | 1 | -4/+11 |
* | Factored out code for setting texture coordinate wrap bits. Added support | Ian Romanick | 2004-09-30 | 2 | -24/+47 |
* | set span.y prior to each span write in draw_depth_pixels, like Karl's other fix | Brian Paul | 2004-09-30 | 1 | -11/+11 |
* | Bugzilla #1058: Fix some potential 64bit pointer issues by storing differences | Eric Anholt | 2004-09-30 | 1 | -3/+3 |
* | OK, one more time. Simplify the state-backup system by just storing the full | Eric Anholt | 2004-09-30 | 13 | -108/+95 |
* | Fix bug in glDrawPixels when writing color indexed images on color indexed | Karl Schultz | 2004-09-28 | 1 | -2/+2 |
* | Initial revision | Nicolai Haehnle | 2004-09-28 | 28 | -0/+8258 |
* | use GLuint instead of uint | Daniel Borca | 2004-09-28 | 1 | -1/+1 |
* | VBO RefCount fix (David Reveman) | Brian Paul | 2004-09-27 | 2 | -0/+10 |
* | stencil wrap works, either HW or SW (Ian Romanick) | Daniel Borca | 2004-09-27 | 1 | -4/+1 |
* | Bump driver_date for today's fixes. | Eric Anholt | 2004-09-25 | 1 | -1/+1 |
* | Can't bail in sisDDLogicOpCode when logicop is off, because it's called with | Eric Anholt | 2004-09-25 | 1 | -3/+0 |
* | Triangle stipple is a fallback, since we don't have code for the stippling. | Eric Anholt | 2004-09-25 | 1 | -1/+1 |
* | Correct a couple of comments. | Eric Anholt | 2004-09-25 | 1 | -2/+2 |
* | Fix SiS AGP vertex dispatch by not trying to emit 0 vertices, which would hang | Eric Anholt | 2004-09-25 | 3 | -3/+5 |
* | The previous code would emit a full set of state during the first EmitState on | Eric Anholt | 2004-09-25 | 10 | -150/+177 |