aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_state.c
Commit message (Expand)AuthorAgeFilesLines
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-12/+12
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-1/+3
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.Alan Swanson2007-03-121-16/+19
* r200: Adapt cliprect fixes from r300.Alan Swanson2007-03-121-0/+2
* disable r200 materials-between-begin-end check if vertex progs are enabledRoland Scheidegger2007-02-031-5/+7
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-8/+27
|\
| * Remove use of GetBufferSize (depreciated).Jerome Glisse2006-11-151-8/+27
* | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-4/+2
|/
* fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger2006-10-241-4/+5
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-7/+0
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-3/+95
* don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger2006-09-131-2/+2
* fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...Roland Scheidegger2006-09-131-0/+2
* make sure vertex programs are only enabled on the hw when they are really ena...Roland Scheidegger2006-09-011-9/+6
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-1/+78
* preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger2006-05-271-3/+3
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-5/+5
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-281-23/+28
* No need to call *_FIREVERTICES twice.Aapo Tahkola2006-02-281-1/+0
* do not set format of the incoming vertices needed for fog_coord in the generi...Roland Scheidegger2005-10-081-6/+1
* fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...Roland Scheidegger2005-10-051-7/+21
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-5/+9
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-3/+0
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-2/+30
* Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...Roland Scheidegger2005-09-091-1/+1
* remove dead codeBrian Paul2005-09-031-16/+0
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-2/+55
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+3
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-1/+1
* SUBPIXEL fixes from DieterKeith Whitwell2005-02-081-2/+2
* Call _mesa_ResizeBuffersMESA() in r200Viewport(), fixes incorrect renderingMichel Dänzer2005-02-081-0/+3
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-0/+3
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+16
* enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger2004-11-031-3/+30
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-6/+4
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+1
* This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie2004-09-071-0/+4
* change some explicit references to texture units 0/1 to unit < MaxTextureUnit...Roland Scheidegger2004-05-271-1/+1
* Add support for GL_EXT_blend_[func|equation]_separate. Fix GL_EXT_blend_color...Roland Scheidegger2004-05-201-12/+87
* Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix er...Roland Scheidegger2004-05-141-127/+113
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-1/+1
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-1/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-10/+10
* Changed lighting to use SOURCE_MATERIAL instead of PREMULT (moves some light ...Roland Scheidegger2004-02-101-71/+104
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-3/+6
* Fix hardware ROP state handling (Roland Scheidegger)Michel Dänzer2004-01-241-3/+3