summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-31disable vtxfmt_a code, switch over to vboKeith Whitwell
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-10-31cleanup code, compiles with vbo changesKeith Whitwell
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-30checkpoint - remove dead files, otherwise untestedKeith Whitwell
2006-10-26remove code for inserting mvp transform into position-invariant vertex progs ...Roland Scheidegger
2006-10-25change some bogus comments regarding the base e exponential function used for...Roland Scheidegger
2006-10-24fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger
2006-10-23Emit cliprects in the userspace driver as required, rather thanKeith Whitwell
2006-10-18Enable GLX_SGI_make_current_read for radeon.Ian Romanick
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-10-17remove obsolete intelBufferSize(), bump driver dateBrian Paul
2006-10-16Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...Brian Paul
2006-10-16Updates to intelWindowMoved():Brian Paul
2006-10-16Track the currently bound read drawable and make sure its info is upIan Romanick
2006-10-15allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul
2006-10-15regenerated to get DRI_CONF_EXCESS_MIPMAP()Brian Paul
2006-10-15fix handling of textures with a base internal format that does not have all f...Roland Scheidegger
2006-10-15minor clean-up: s/intel->driDrawable/dPriv/Brian Paul
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-15Use endianness test function provided by mesa.Jerome Glisse
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-10-15increate MaxTextureLevels to 11 (bug 3130)Brian Paul
2006-10-14build fix: s/Table/TableUB/Brian Paul
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-10-13Upload of interleaved arrays currently assumes that position is theKeith Whitwell
2006-10-13Make sure instructions are zero'd out before use.Keith Whitwell
2006-10-13Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell
2006-10-13Fix printf warning.Keith Whitwell
2006-10-13Use unsigned long cast for checking pointer alignment, fixes x64 warnings.Keith Whitwell
2006-10-13Use mesa function to get opcode name rather than an internal table.Keith Whitwell
2006-10-13Revamp color table code.Brian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-10-10Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell
2006-10-05missing fileKeith Whitwell
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell
2006-10-05Quieten debug message.Keith Whitwell
2006-10-05eliminate rhw divide under some circumstancesKeith Whitwell
2006-10-05Quieten debug message.Keith Whitwell
2006-10-02Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling
2006-09-29i915: Fix wait for scheduled swap on secondary display.Michel Dänzer
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
2006-09-28Synchronize drawable to the pipe where the bigger part can be visible.Michel Dänzer
2006-09-28Add new I830 SAREA fields.Michel Dänzer
2006-09-28Add helper function that returns the current vblank sequence of a drawable.Michel Dänzer
2006-09-28Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer
2006-09-28i915: Handle DRM_VBLANK_SECONDARY when scheduling buffer swaps.Michel Dänzer
2006-09-28i915: Attempt to schedule buffer swap on target vertical blank when possible.Michel Dänzer
2006-09-28Add driGetVBlankInterval() helper function.Michel Dänzer