summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_swtcl.c
Commit message (Expand)AuthorAgeFilesLines
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-6/+6
* radeon: Fix swtcl emit pediction.Pauli Nieminen2009-08-291-5/+14
* radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen2009-08-271-12/+25
* radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen2009-08-271-3/+19
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-1/+1
* radeon: Improve state emit code.Pauli Nieminen2009-08-211-1/+1
* r200: Make swtcl use state size prediction for flush.Pauli Nieminen2009-08-211-1/+1
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-1/+2
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-241-18/+18
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-4/+0
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+0
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-7/+3
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-76/+37
* r200: fix swtcl - slow but worksDave Airlie2009-01-301-0/+4
* r200: bring back single dma flushDave Airlie2009-01-291-3/+3
* r200: unref swtcl buffer correctlyDave Airlie2009-01-291-0/+1
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-221-5/+1
* r200: remove indexed vertsDave Airlie2009-01-221-2/+0
* r200: clear is working at least - not much elseDave Airlie2009-01-201-45/+25
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-2/+2
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-18/+19
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-1/+1
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-8/+8
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-7/+7
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* 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