summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-4/+5
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-221-4/+5
* 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-16/+24
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-1/+1
* remove never finished verts path (r200_maos_vbtmp.h, r200_maos_verts.c) and u...Roland Scheidegger2004-05-281-2/+0
* Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...Roland Scheidegger2004-05-201-1/+6
* Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick2004-05-051-6/+19
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+0
* Convert R200 driver to use the t_vertex interface.Ian Romanick2004-04-231-4/+36
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-8/+9
* Fix attenuation hardware state handling, inspired by the R200 DDK referenceMichel Dänzer2004-01-231-3/+3
* Silence some compiler warnings.Ian Romanick2004-01-211-2/+2
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-1/+1
* Roland Scheidegger's r200_changeemitorder.diff.Keith Whitwell2004-01-091-0/+1
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-6/+0
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-0/+1
* xmlconfig fixesAlan Hourihane2003-12-051-1/+1
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-5/+9
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-1/+1
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+926