aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* cleanup code, compiles with vbo changesKeith Whitwell2006-10-3115-612/+98
* switch several dri drivers overKeith Whitwell2006-10-309-18/+20
* checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-3020-4114/+42
* switch over to vbo moduleKeith Whitwell2006-10-293-9/+6
* remove code for inserting mvp transform into position-invariant vertex progs ...Roland Scheidegger2006-10-261-96/+7
* change some bogus comments regarding the base e exponential function used for...Roland Scheidegger2006-10-252-7/+6
* fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger2006-10-246-67/+153
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-2310-66/+81
* don't use params passed to Clear()Brian Paul2006-10-211-2/+6
* Enable GLX_SGI_make_current_read for radeon.Ian Romanick2006-10-185-34/+57
* Don't use x/y/w/h params given to Clear().Brian Paul2006-10-182-160/+59
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-1815-122/+168
* remove obsolete intelBufferSize(), bump driver dateBrian Paul2006-10-171-23/+2
* Remove get_buffer_size()Brian Paul2006-10-172-15/+4
* Lots of fixes/changes to select color depth at runtime.Brian Paul2006-10-171-109/+100
* Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...Brian Paul2006-10-161-0/+1
* Updates to intelWindowMoved():Brian Paul2006-10-161-6/+8
* Track the currently bound read drawable and make sure its info is upIan Romanick2006-10-162-2/+15
* remove some old code that could cause infinite recursionBrian Paul2006-10-161-7/+0
* allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul2006-10-154-19/+25
* regenerated to get DRI_CONF_EXCESS_MIPMAP()Brian Paul2006-10-151-0/+5
* fix handling of textures with a base internal format that does not have all f...Roland Scheidegger2006-10-152-11/+30
* minor clean-up: s/intel->driDrawable/dPriv/Brian Paul2006-10-151-1/+1
* Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul2006-10-156-12/+72
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-1520-252/+15
* Use endianness test function provided by mesa.Jerome Glisse2006-10-152-9/+6
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-1518-19/+0
* increate MaxTextureLevels to 11 (bug 3130)Brian Paul2006-10-152-2/+9
* Some code movement so that the gl_framebuffer is fully initialized beforeBrian Paul2006-10-141-5/+9
* Big re-org of buffer size management.Brian Paul2006-10-144-491/+526
* build fix: s/Table/TableUB/Brian Paul2006-10-141-1/+1
* assorted clean-upsBrian Paul2006-10-141-56/+38
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-1310-18/+238
* Upload of interleaved arrays currently assumes that position is theKeith Whitwell2006-10-131-0/+1
* Make sure instructions are zero'd out before use.Keith Whitwell2006-10-131-0/+1
* Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell2006-10-131-1/+1
* Fix printf warning.Keith Whitwell2006-10-131-1/+1
* Use unsigned long cast for checking pointer alignment, fixes x64 warnings.Keith Whitwell2006-10-131-2/+2
* Use mesa function to get opcode name rather than an internal table.Keith Whitwell2006-10-131-61/+1
* Revamp color table code.Brian Paul2006-10-132-7/+5
* Fix bug #4681.Ian Romanick2006-10-111-142/+158
* In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,Brian Paul2006-10-111-16/+17
* List of source (.c) files in each directory.Brian Paul2006-10-112-0/+10
* Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul2006-10-101-0/+3
* Use the mesa-provided texenv program rather than rolling our own.Keith Whitwell2006-10-104-1/+21
* missing fileKeith Whitwell2006-10-051-0/+132
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-057-5/+477
* Quieten debug message.Keith Whitwell2006-10-051-1/+1
* eliminate rhw divide under some circumstancesKeith Whitwell2006-10-053-18/+32
* Quieten debug message.Keith Whitwell2006-10-051-0/+2