summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_state.c
AgeCommit message (Expand)Author
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2007-03-12r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.Alan Swanson
2007-03-12r200: Adapt cliprect fixes from r300.Alan Swanson
2007-02-03disable r200 materials-between-begin-end check if vertex progs are enabledRoland Scheidegger
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-15Remove use of GetBufferSize (depreciated).Jerome Glisse
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-10-24fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-09-13don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger
2006-09-13fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...Roland Scheidegger
2006-09-01make sure vertex programs are only enabled on the hw when they are really ena...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-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger
2006-02-28No need to call *_FIREVERTICES twice.Aapo Tahkola
2005-10-08do not set format of the incoming vertices needed for fog_coord in the generi...Roland Scheidegger
2005-10-05fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...Roland Scheidegger
2005-10-05enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger
2005-09-09Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...Roland Scheidegger
2005-09-03remove dead codeBrian Paul
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-02-17s/0/NULL/ (Jeff Muizelaar)Brian Paul
2005-02-08SUBPIXEL fixes from DieterKeith Whitwell
2005-02-08Call _mesa_ResizeBuffersMESA() in r200Viewport(), fixes incorrect renderingMichel Dänzer
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2004-12-14uint*t -> u_int*t changesAlan Hourihane
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-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-07This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie
2004-05-27change some explicit references to texture units 0/1 to unit < MaxTextureUnit...Roland Scheidegger
2004-05-20Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...Roland Scheidegger
2004-05-14Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...Roland Scheidegger
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-02-10Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger