aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.h
Commit message (Expand)AuthorAgeFilesLines
* r200: cleanup some bits that aren't usedDave Airlie2009-02-091-2/+0
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-30/+0
* r200: bring back single dma flushDave Airlie2009-01-291-3/+0
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-4/+0
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-221-2/+2
* r200: emit elts into a separate ELT boDave Airlie2009-01-231-1/+6
* r200: remove indexed vertsDave Airlie2009-01-221-2/+0
* r200: clear is working at least - not much elseDave Airlie2009-01-201-3/+5
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-141-9/+1
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-4/+1
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-70/+7
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-12/+4
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-80/+38
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-189/+22
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* Refactor and fix core vblank supportJesse Barnes2007-10-291-4/+1
* r200: Implement SetTexOffset hook.Chris Rankin2007-09-291-0/+1
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger2007-02-091-10/+2
* remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger2007-02-031-124/+0
* submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger2006-12-141-0/+1
* fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger2006-11-301-0/+2
* Remove use of GetBufferSize (depreciated).Jerome Glisse2006-11-151-0/+1
* enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger2006-11-031-2/+3
* fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger2006-10-241-1/+5
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-3/+24
* Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger2006-08-301-1/+1
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-1/+1
* check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...Roland Scheidegger2006-07-031-0/+4
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-0/+42
* preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger2006-05-271-1/+1
* More GLSL code:Michal Krol2006-04-111-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-0/+2
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-281-0/+4
* First step of Radeon DRI unification:Eric Anholt2005-11-021-3/+3
* fix potential bug when emitting elts with lots of componentsRoland Scheidegger2005-10-131-1/+2
* reverse accidentally commited part of last commit (makes it compile again...).Roland Scheidegger2005-10-051-0/+1
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-1/+6
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-6/+34
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-0/+6
* enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger2005-08-311-2/+3
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-1/+0
* Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, andEric Anholt2005-05-311-8/+6
* add support for user-configurable brilinear filtering on r200Roland Scheidegger2005-03-151-5/+9
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-0/+3
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-3/+0
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-0/+3
* enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger2004-11-031-0/+5
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-1/+1