aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_state_init.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie2009-02-171-1/+1
* r200: fixup cube emit debugDave Airlie2009-02-141-2/+1
* radeon/r200: make setTexOffset work againDave Airlie2009-02-131-1/+2
* r200: port over state emit fix from r100Dave Airlie2009-02-131-2/+4
* r200: fixup some CS emission sizesDave Airlie2009-02-131-1/+1
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-3/+1
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-8/+7
* r200: re-write state handlers for new CS mechanismDave Airlie2009-01-291-85/+299
* radeon: remove some debuggingDave Airlie2009-01-231-7/+0
* r200: fix cubemapsDave Airlie2009-01-221-0/+26
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-1/+28
* r200: make tri render on my r200.Dave Airlie2009-01-211-12/+50
* r200: clear is working at least - not much elseDave Airlie2009-01-201-0/+146
* r100/r200: move to new atom style emissionDave Airlie2009-01-151-8/+4
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-19/+19
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-66/+66
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-34/+34
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-2/+1
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-3/+37
* fog state atom contains (only) fog params necessary for tcl. Must not be emit...Roland Scheidegger2006-09-041-2/+2
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-4/+60
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-071-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-4/+4
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-2/+10
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-33/+87
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-0/+20
* enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger2005-08-311-9/+12
* add support for user-configurable brilinear filtering on r200Roland Scheidegger2005-03-151-0/+11
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-4/+4
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-0/+4
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-2/+14
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-3/+1
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-2/+0
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-221-10/+9
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+2
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-021-6/+63
* 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-201-3/+18
* Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...Roland Scheidegger2004-05-141-2/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-10/+10
* Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger2004-02-101-9/+17
* Fix attenuation hardware state handling, inspired by the R200 DDK referenceMichel Dänzer2004-01-231-0/+1
* Fix initialisation of cubic tecture offsets (Andreas Stenglein)Michel Dänzer2004-01-141-5/+10
* Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt2004-01-051-0/+6
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-6/+27
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-18/+12
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+691