summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome
Commit message (Expand)AuthorAgeFilesLines
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* Unichrome DRI:Thomas Hellström2004-12-159-1135/+419
* Unichrome DRI:Thomas Hellström2004-12-151-6/+6
* Unichrome DRI:Thomas Hellström2004-12-151-9/+1
* Unichrome DRI driver:Thomas Hellström2004-12-151-7/+5
* Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell2004-12-151-0/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-144-34/+34
* fix recursion problem introduced on Nov 27Brian Paul2004-12-123-2/+3
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-3/+3
* Update expected DRM version to 2.0.0Keith Whitwell2004-11-251-1/+1
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-45/+8
* Added some documentation that I managed to figure out throughIan Romanick2004-10-131-17/+27
* Make the GL_RENDERER string include the actual chipset informationIan Romanick2004-10-131-8/+16
* Massively cleaned up the code that calculates front/back/depth bufferIan Romanick2004-10-084-342/+126
* Set MaxTextureImageUnits and MaxTextureCoordUnits to match MaxTextureUnits.Ian Romanick2004-10-041-0/+2
* The alpha post-scale and the RGB post-scale were mistakenly reversed.Ian Romanick2004-10-041-5/+9
* fix _DrawDestMask[0][0] typosBrian Paul2004-10-021-2/+2
* added support for GL_ARB_draw_buffersBrian Paul2004-10-024-16/+16
* Cut out all of the old texture environment code and rewrote it fromIan Romanick2004-10-024-4759/+390
* Replace the numerous switch-statements to derive GL_COMBINE post-scaleIan Romanick2004-10-011-419/+208
* Factored out code for setting texture coordinate wrap bits. Added supportIan Romanick2004-09-302-24/+47
* Fix unichrome solo build to not need X11 headers. Minor change toJon Smirl2004-07-101-10/+3
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-34/+0
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-043-22/+1
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-015-18/+18
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-263-86/+82
* Corrected a float to ubyte conversion bug with fog enabled.Erdi Chen2004-06-251-3/+2
* don't use // comments (Thomas Hellstrom)Brian Paul2004-06-161-1/+1
* Enable use of new DRI interface in Unichrome driver.Ian Romanick2004-06-051-2/+125
* Start to "modernize" the driver.Ian Romanick2004-06-041-26/+55
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-18/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-024-7/+7
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-1/+3
* Fixed code that has computed incorrect number of modes.Erdi Chen2004-05-121-1/+1
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-122/+0
* Don't mix variable definitions and other statements (fixed build on oldEric Anholt2004-05-081-1/+2
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-296-88/+10
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-58/+61
* New Makefile systemBrian Paul2004-03-261-0/+117
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-116-18/+16
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* updates from Erdi ChenBrian Paul2004-02-2324-801/+1125
* Minor fixes for recent Mesa 6.1 changesBrian Paul2004-01-302-14/+18
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-3036-0/+22741