summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_swtcl.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-8/+0
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-1/+19
* More GLSL code:Michal Krol2006-04-111-14/+17
* Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger2006-02-161-0/+3
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-2/+4
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-14/+20
* s/__inline/INLINE/Brian Paul2005-09-011-2/+2
* Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt2005-06-261-1/+7
* Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, andEric Anholt2005-05-311-2/+0
* Remove unused CTX_ARG2 define.Eric Anholt2005-05-311-1/+0
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-1/+1
* (Andreas Stenglein) fix projected textures with swtcl, they need the w coordi...Roland Scheidegger2005-02-101-2/+10
* revert enabling of hw quads for swtcl. It lead to problems with quad_strips, ...Roland Scheidegger2004-11-231-2/+2
* enable hw quad primitive for swtclRoland Scheidegger2004-11-121-2/+2
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
* enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger2004-11-031-1/+6
* Big-endian fixes for R200 sw TCL path.Ian Romanick2004-10-231-0/+21
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-18/+5
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+2
* Remove unused HAVE_INDEX define.Eric Anholt2004-08-161-1/+0
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-4/+4
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-021-1/+2
* Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick2004-05-051-14/+7
* Convert R200 driver to use the t_vertex interface.Ian Romanick2004-04-231-546/+220
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-1/+1
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-17/+1
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-96/+62
* Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell2003-12-091-16/+36
* Import vtx-0-2-branchKeith Whitwell2003-11-241-20/+22
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-6/+5
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-2/+2
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+1291