aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.c
Commit message (Expand)AuthorAgeFilesLines
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-2/+9
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-0/+7
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-1/+1
* enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger2005-08-311-0/+1
* Remove support for the R200_NO_VTXFMT environment variable. Instead useIan Romanick2005-08-111-2/+3
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-4/+4
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+1
* Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger2005-07-061-2/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-32/+57
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-6/+9
* precedence precedence precedence.. add some bracketsDave Airlie2005-02-271-1/+1
* Add a dri config option to enable the max texture level hackDave Airlie2005-02-261-3/+10
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-3/+3
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-0/+3
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+9
* only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, s...Roland Scheidegger2004-12-031-1/+5
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-5/+0
* enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger2004-11-031-0/+4
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+9
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-1/+1
* Fix texturing in quake3. Some code was left over from the dirty/clean listEric Anholt2004-09-251-1/+1
* Bump DRIVER_DATE for yesterday's changes.Eric Anholt2004-09-251-1/+1
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-221-1/+1
* updated patch for vertex programDave Airlie2004-09-081-1/+1
* This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie2004-09-071-1/+6
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-4/+1
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-021-7/+8
* Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...Roland Scheidegger2004-05-201-1/+4
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-0/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-3/+3
* Only print message about disabling HW TCL if the chip supports it in theMichel Dänzer2004-02-281-2/+4
* call _tnl_allow_pixel/vertex_fog() funcsBrian Paul2004-02-241-1/+3
* Silence some compiler warnings.Ian Romanick2004-01-211-1/+1
* Make the R200 driver work with the NewTextureObject in Mesa. OtherIan Romanick2004-01-211-5/+0
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-16/+45
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-181-1/+1
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-131-0/+1
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-5/+1
* Actually disable HW TCL capability when SW TCL is forced.Michel Dänzer2004-01-111-2/+3
* Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt2004-01-051-2/+3
* applied Felix's patch for configuration systemBrian Paul2003-12-121-24/+1
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-4/+4
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-3/+2
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-3/+4
* xmlconfig fixes for the new optionsAlan Hourihane2003-12-051-5/+11
* Import vtx-0-2-branchKeith Whitwell2003-11-241-3/+3
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-28/+62
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-2/+3