| Commit message (Expand) | Author | Age | Files | Lines |
* | Want to stop passing x/y/width/height to Clear() function. | Brian Paul | 2006-10-18 | 15 | -122/+168 |
* | remove obsolete intelBufferSize(), bump driver date | Brian Paul | 2006-10-17 | 1 | -23/+2 |
* | Remove get_buffer_size() | Brian Paul | 2006-10-17 | 2 | -15/+4 |
* | Lots of fixes/changes to select color depth at runtime. | Brian Paul | 2006-10-17 | 1 | -109/+100 |
* | Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ... | Brian Paul | 2006-10-16 | 1 | -0/+1 |
* | Updates to intelWindowMoved(): | Brian Paul | 2006-10-16 | 1 | -6/+8 |
* | Track the currently bound read drawable and make sure its info is up | Ian Romanick | 2006-10-16 | 2 | -2/+15 |
* | remove some old code that could cause infinite recursion | Brian Paul | 2006-10-16 | 1 | -7/+0 |
* | allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130) | Brian Paul | 2006-10-15 | 4 | -19/+25 |
* | regenerated to get DRI_CONF_EXCESS_MIPMAP() | Brian Paul | 2006-10-15 | 1 | -0/+5 |
* | fix handling of textures with a base internal format that does not have all f... | Roland Scheidegger | 2006-10-15 | 2 | -11/+30 |
* | minor clean-up: s/intel->driDrawable/dPriv/ | Brian Paul | 2006-10-15 | 1 | -1/+1 |
* | Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code to | Brian Paul | 2006-10-15 | 6 | -12/+72 |
* | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul | 2006-10-15 | 20 | -252/+15 |
* | Use endianness test function provided by mesa. | Jerome Glisse | 2006-10-15 | 2 | -9/+6 |
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 18 | -19/+0 |
* | increate MaxTextureLevels to 11 (bug 3130) | Brian Paul | 2006-10-15 | 2 | -2/+9 |
* | Some code movement so that the gl_framebuffer is fully initialized before | Brian Paul | 2006-10-14 | 1 | -5/+9 |
* | Big re-org of buffer size management. | Brian Paul | 2006-10-14 | 4 | -491/+526 |
* | build fix: s/Table/TableUB/ | Brian Paul | 2006-10-14 | 1 | -1/+1 |
* | assorted clean-ups | Brian Paul | 2006-10-14 | 1 | -56/+38 |
* | implement ARB_point_parameters and ARB_point_sprite on r200. The code is near... | Roland Scheidegger | 2006-10-13 | 10 | -18/+238 |
* | Upload of interleaved arrays currently assumes that position is the | Keith Whitwell | 2006-10-13 | 1 | -0/+1 |
* | Make sure instructions are zero'd out before use. | Keith Whitwell | 2006-10-13 | 1 | -0/+1 |
* | Use unsigned long batchbuffer offset, fixes x64 warnings. | Keith Whitwell | 2006-10-13 | 1 | -1/+1 |
* | Fix printf warning. | Keith Whitwell | 2006-10-13 | 1 | -1/+1 |
* | Use unsigned long cast for checking pointer alignment, fixes x64 warnings. | Keith Whitwell | 2006-10-13 | 1 | -2/+2 |
* | Use mesa function to get opcode name rather than an internal table. | Keith Whitwell | 2006-10-13 | 1 | -61/+1 |
* | Revamp color table code. | Brian Paul | 2006-10-13 | 2 | -7/+5 |
* | Fix bug #4681. | Ian Romanick | 2006-10-11 | 1 | -142/+158 |
* | In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer, | Brian Paul | 2006-10-11 | 1 | -16/+17 |
* | List of source (.c) files in each directory. | Brian Paul | 2006-10-11 | 2 | -0/+10 |
* | Move the fp_machine struct into s_nvfragmprog.c since (except for program | Brian Paul | 2006-10-10 | 1 | -0/+3 |
* | Use the mesa-provided texenv program rather than rolling our own. | Keith Whitwell | 2006-10-10 | 4 | -1/+21 |
* | missing file | Keith Whitwell | 2006-10-05 | 1 | -0/+132 |
* | Accelerate glBitmap with a color expand blit. Nice speedup for demos | Keith Whitwell | 2006-10-05 | 7 | -5/+477 |
* | Quieten debug message. | Keith Whitwell | 2006-10-05 | 1 | -1/+1 |
* | eliminate rhw divide under some circumstances | Keith Whitwell | 2006-10-05 | 3 | -18/+32 |
* | Quieten debug message. | Keith Whitwell | 2006-10-05 | 1 | -0/+2 |
* | Bugzilla 6242: [mach64] Use private DMA buffers (only) | Felix Kuehling | 2006-10-02 | 4 | -23/+27 |
* | i915: Fix wait for scheduled swap on secondary display. | Michel Dänzer | 2006-09-29 | 1 | -0/+5 |
* | Move mipmap generation functions, texture scaling functions into new | Brian Paul | 2006-09-29 | 2 | -0/+2 |
* | Synchronize drawable to the pipe where the bigger part can be visible. | Michel Dänzer | 2006-09-28 | 1 | -0/+30 |
* | Add new I830 SAREA fields. | Michel Dänzer | 2006-09-28 | 1 | -0/+15 |
* | Add helper function that returns the current vblank sequence of a drawable. | Michel Dänzer | 2006-09-28 | 2 | -0/+23 |
* | Add helper function to calculate the area of the intersection of two rectangles. | Michel Dänzer | 2006-09-28 | 2 | -0/+15 |
* | i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps. | Michel Dänzer | 2006-09-28 | 1 | -0/+4 |
* | i915: Attempt to schedule buffer swap on target vertical blank when possible. | Michel Dänzer | 2006-09-28 | 2 | -79/+122 |
* | Add driGetVBlankInterval() helper function. | Michel Dänzer | 2006-09-28 | 2 | -14/+27 |
* | driWaitForVBlank: Add support for secondary vertical blank. | Michel Dänzer | 2006-09-28 | 2 | -2/+10 |