summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* updated patch for vertex programDave Airlie2004-09-082-2/+2
* This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie2004-09-074-1/+15
* r200-maybe-flush-less-3.diffKeith Whitwell2004-09-021-10/+26
* print internalFormat value in r200ChooseTextureFormat() error messageBrian Paul2004-08-251-1/+3
* Revert the move of lost_context setting to UNLOCK_HARDWARE that was done in theEric Anholt2004-08-172-14/+22
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-178-12/+53
* Remove unused HAVE_INDEX define.Eric Anholt2004-08-161-1/+0
* fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESSRoland Scheidegger2004-08-031-1/+1
* xorg-r200-uninitialized-variable-used.patch from Redhat xorgDave Airlie2004-07-311-1/+2
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-044-22/+3
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-4/+4
* add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.cRoland Scheidegger2004-06-281-0/+5
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-192-20/+32
* use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger2004-06-172-20/+15
* 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