summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_state.c
AgeCommit message (Expand)Author
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
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-24Fix hardware ROP state handling (Roland Scheidegger)Michel Dänzer
2004-01-23Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state changeMichel Dänzer
2004-01-23Fix attenuation hardware state handling, inspired by the R200 DDK referenceMichel Dänzer
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-18minor changes to silence warningsBrian Paul
2003-12-27Don't allow lighting in model coordinates when fog is active,Keith Whitwell
2003-12-09No need to call UpdateMaterial() from RunPipeline().Keith Whitwell
2003-12-07sync some more of the r200 driver from the DRI trunkAlan Hourihane
2003-11-24Import vtx-0-2-branchKeith Whitwell
2003-08-06r200 driver, brought over by Jon SmirlKeith Whitwell