summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-31/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-26/+32
* Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt2005-06-261-1/+7
* Explain the reason for TCL fallback when GL_SPHERE_MAP happens withEric Anholt2005-06-261-1/+2
* Remove unused CTX_ARG2 define.Eric Anholt2005-05-311-1/+0
* Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt2005-05-313-410/+220
* Put some fallback debugging output under DEBUG_FALLBACKS.Eric Anholt2005-05-281-2/+4
* Add a missing EnsureCmdBufSpace, matching r200.Eric Anholt2005-05-281-0/+4
* Apply r200 tcl fix to radeon - compiles but untested.Keith Whitwell2005-05-161-1/+25
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-049-27/+148
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-222-139/+20
* Remove all the radeon_subset files. They were completely unused. KeithIan Romanick2005-04-086-3522/+0
* Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Dänzer2005-03-181-0/+2
* add support for user-configurable brilinear filtering on r200Roland Scheidegger2005-03-151-0/+1
* Fixing memset on ia64 & other archsDave Airlie2005-03-051-2/+3
* remove one of the two _tnl_isolate_materials function callsRoland Scheidegger2005-03-051-6/+0
* Add a dri config option to enable the max texture level hackDave Airlie2005-02-262-1/+9
* fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)Michel Dänzer2005-02-181-0/+3
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-1611-25/+25
* Add missing texture formats for completenessDave Airlie2005-02-151-0/+5
* remove accidentally commited printf for tiling supportRoland Scheidegger2005-02-141-1/+0
* Typo fix.Michel Dänzer2005-02-131-1/+1
* MMIO endianness fixes for Radeon drivers.Michel Dänzer2005-02-121-9/+3
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-104-28/+103
* add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ...Roland Scheidegger2005-02-101-1/+24
* SUBPIXEL fixes from DieterKeith Whitwell2005-02-081-2/+2
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-3110-35/+0
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-267-24/+58
* replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger2005-01-262-1/+2
* reapply Keiths workaround for zbs emit that got dropped duringDave Airlie2005-01-231-2/+7
* add sync debugging to the radeon driverDave Airlie2005-01-234-0/+22
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-146-11/+11
* fixup pci code for Jon's last checkin for changing page sizeDave Airlie2004-12-091-2/+2
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-087-5/+44
* From: Stephane Marchesin <[email protected]>Dave Airlie2004-12-082-7/+96
* enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger2004-12-035-0/+56
* silence warningsAlan Hourihane2004-12-022-6/+14
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-5/+3
* add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so state gets updated which ...Roland Scheidegger2004-11-121-0/+7
* (from r200 driver) If an application cleared before any state had been emitte...Roland Scheidegger2004-11-121-16/+21
* brown paper bag, r100 can't do hardware quads.Adam Jackson2004-11-121-1/+1
* make render_quads_verts call EMIT_PRIM with the arguments in the right order,Adam Jackson2004-11-121-1/+1
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-4/+4
* add some chip idsRoland Scheidegger2004-11-101-0/+5
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-075-8/+160
* added support for GL_ARB_draw_buffersBrian Paul2004-10-022-3/+3
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-306-49/+42