summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* Replace 'Display *' with '__DRInativeDisplay *'.Ian Romanick2004-06-042-6/+6
* fix minor signedness issue in assertionRoland Scheidegger2004-06-031-2/+2
* Remove fill_in_modes and use driFillInModes instead.Ian Romanick2004-06-031-82/+29
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-2/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-3/+11
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-021-2/+2
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-0213-145/+292
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-022-2/+2
* Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick2004-06-011-1/+3
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-2/+2
* remove never finished verts path (r200_maos_vbtmp.h, r200_maos_verts.c) and u...Roland Scheidegger2004-05-284-717/+4
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-1/+3
* change some explicit references to texture units 0/1 to unit < MaxTextureUnit...Roland Scheidegger2004-05-274-27/+21
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-271-29/+36
* Added a couple fog coordinate related register defines.Ian Romanick2004-05-251-0/+2
* fix constant texture environment color setup for texture units > 0Roland Scheidegger2004-05-211-48/+24
* Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...Roland Scheidegger2004-05-204-17/+115
* add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLORRoland Scheidegger2004-05-202-0/+5
* add missing R200_RB3D_BLENDCOLOR registerRoland Scheidegger2004-05-201-0/+1
* Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...Roland Scheidegger2004-05-143-162/+135
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-144/+0
* Remove a debug printf that should not have been left in.Ian Romanick2004-05-051-3/+0
* Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick2004-05-058-184/+294
* add r200 x86 sourcesDave Airlie2004-05-041-1/+1
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-293-88/+7
* Use the dispatch table directly instead of calling GL functions.Ian Romanick2004-04-271-32/+38
* Remove include of texutil.h to get build working.Ian Romanick2004-04-272-2/+0
* bring over build fixes from stable branchAlan Hourihane2004-04-263-1/+5
* Convert R200 driver to use the t_vertex interface.Ian Romanick2004-04-233-552/+256
* New glTexImage code.Brian Paul2004-04-221-8/+3
* disable under _SOLO buildAlan Hourihane2004-04-142-1/+4
* fix the usage of GLX_MESA_allocate_memoryAlan Hourihane2004-04-132-6/+6
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-48/+49
* New Makefile systemBrian Paul2004-03-261-0/+141
* Make sure drivers don't dereference a NULL pointer ifIan Romanick2004-03-261-10/+10
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-213-6/+6
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-183-4/+4
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-174-5/+5
* These files are redundant now. Definitions come from DRM files.Jon Smirl2004-03-121-2/+0
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-1116-116/+121
* Only print message about disabling HW TCL if the chip supports it in theMichel Dänzer2004-02-281-2/+4
* Fix a problem with 24-bit screens. Modes with 0 stencil bits wereIan Romanick2004-02-271-6/+5
* Create all the right modes for 16-bit screens.Ian Romanick2004-02-261-2/+15
* call _tnl_allow_pixel/vertex_fog() funcsBrian Paul2004-02-241-1/+3
* Minor tweaks to get the fbconfig list returned by __driCreateNewScreenIan Romanick2004-02-131-4/+5
* Fix a problem that caused the new interface code to not actually beIan Romanick2004-02-121-37/+61
* Initial pass at adding support for the new DRI driver interfaces toIan Romanick2004-02-111-44/+161
* Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger2004-02-102-80/+121
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-699/+241