summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* remove SetBuffer(). Misc renderbuffer changes.Brian Paul2005-09-034-87/+12
* silence misc warningsBrian Paul2005-09-035-16/+23
* fix a cast/assignment warningBrian Paul2005-08-311-1/+1
* Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTUREEric Anholt2005-08-251-1/+1
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* Fix card_extensions by following corresponding r200 code.Vladimir Dergachev2005-08-061-50/+12
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-2/+2
* Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick2005-07-281-2/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-11/+11
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-282-2/+12
* test for the proper drm version, at least 1.17 is requiredRoland Scheidegger2005-07-271-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-264-35/+18
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-60/+23
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-2011-18/+36
* Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev2005-07-022-0/+11
* Adding RV350_NJ ID.Jerome Glisse2005-07-011-0/+2
* Adapt extension string to new GL dispatch schema proposedJerome Glisse2005-07-011-1/+48
* -"fix" page flippingAapo Tahkola2005-06-302-13/+30
* Uncomment a couple of helper functions.Vladimir Dergachev2005-06-271-10/+1
* Rename unchecked state to match DRM driver.Vladimir Dergachev2005-06-275-140/+148
* Back out the actual enabling of depth tiling.Nicolai Haehnle2005-06-211-7/+0
* Add PCI ID for R420 JI.Nicolai Haehnle2005-06-211-0/+2
* r300 driver side of color tiling support.Aapo Tahkola2005-06-213-2/+8
* Make sure texture base addresses are used correctly.Nicolai Haehnle2005-06-212-2/+2
* Fix gloss breakage when using hw tnl.Aapo Tahkola2005-06-162-1/+21
* Use depth tiling.Aapo Tahkola2005-06-162-7/+28
* Support 16-bit modes.Aapo Tahkola2005-06-163-7/+21
* Fix problems with elts when immediate mode is on.Aapo Tahkola2005-06-161-9/+9
* Turn off VBO's.Aapo Tahkola2005-06-161-3/+27
* lost_context never gets reset.Aapo Tahkola2005-06-161-2/+3
* Fixed typos.Vladimir Dergachev2005-06-121-2/+2
* Add definition for memory controller latency registers..Vladimir Dergachev2005-06-101-0/+21
* - Secondary colourBen Skeggs2005-06-085-31/+64
* TEX to outputBen Skeggs2005-06-061-6/+45
* Fix xyz/w interaction (needs a cleanup still..)Ben Skeggs2005-06-052-117/+128
* Causes lockups on some rare cases.Aapo Tahkola2005-05-311-1/+1
* Some fixesJerome Glisse2005-05-281-1/+1
* Up MAX_AOS_ARRAYS to 16. Do we need more?Ben Skeggs2005-05-282-1/+9
* Play with swizzling a bit.Ben Skeggs2005-05-282-39/+36
* Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola2005-05-285-55/+53
* More optimal r300Clear.Aapo Tahkola2005-05-271-5/+213
* constant trackingBen Skeggs2005-05-263-58/+87
* - Remove one of the loops in emit_arithBen Skeggs2005-05-253-55/+133
* Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs2005-05-239-53/+1312
* Small change to handle native case (7 natives case)Jerome Glisse2005-05-221-6/+12
* Adding r300 fragment program swizzle tab. Please someJerome Glisse2005-05-221-0/+1337
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-197-416/+24
* Stick texture LOD back on.Aapo Tahkola2005-05-181-1/+1
* Polygon mode fixes.Aapo Tahkola2005-05-183-120/+81
* Make gleans polyoffset test happy.Aapo Tahkola2005-05-141-2/+11