summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_context.h
AgeCommit message (Expand)Author
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-09-29r200: Implement SetTexOffset hook.Chris Rankin
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger
2006-12-14submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger
2006-11-30fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger
2006-11-15Remove use of GetBufferSize (depreciated).Jerome Glisse
2006-11-03enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger
2006-10-24fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-08-30Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-07-03check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...Roland Scheidegger
2006-06-02implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger
2006-04-11More GLSL code:Michal Krol
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-10-13fix potential bug when emitting elts with lots of componentsRoland Scheidegger
2005-10-05reverse accidentally commited part of last commit (makes it compile again...).Roland Scheidegger
2005-10-05enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger
2005-09-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-08-31enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-05-31Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, andEric Anholt
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger
2004-11-03enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger
2004-10-16Add code to support projective texturing and fix mixed enabling of textureEric Anholt
2004-09-30OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt
2004-09-22The previous code would emit a full set of state during the first EmitState onEric Anholt
2004-08-17Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt
2004-06-02add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-05-28remove never finished verts path (r200_maos_vbtmp.h, r200_maos_verts.c) and u...Roland Scheidegger
2004-05-20Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...Roland Scheidegger
2004-05-05Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-23Convert R200 driver to use the t_vertex interface.Ian Romanick
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-01-23Fix attenuation hardware state handling, inspired by the R200 DDK referenceMichel Dänzer
2004-01-21Silence some compiler warnings.Ian Romanick
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-09Roland Scheidegger's r200_changeemitorder.diff.Keith Whitwell