summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.c
Commit message (Expand)AuthorAgeFilesLines
* More vblank cleanups.Michel Dänzer2007-10-301-8/+8
* Refactor and fix core vblank supportJesse Barnes2007-10-291-3/+3
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-4/+4
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger2007-05-121-1/+0
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-1/+0
* r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.Alan Swanson2007-03-121-1/+1
* r200: Adapt cliprect fixes from r300.Alan Swanson2007-03-121-2/+4
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-20/+7
|\
| * Remove use of GetBufferSize (depreciated).Jerome Glisse2006-11-151-16/+7
| * remove setting some driver funcs explicitly to NULL, as they are no longer se...Roland Scheidegger2006-11-031-4/+0
* | remove remaining traces of r200FlushVertices...Roland Scheidegger2006-11-031-1/+0
* | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-21/+4
|/
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-2/+11
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger2006-08-191-2/+1
* enable arb_vertex_program by default if drm is new enough. Do a fallback when...Roland Scheidegger2006-06-101-1/+2
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-1/+9
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-4/+2
* Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt2006-04-091-4/+4
* switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie2006-04-041-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-1/+25
* make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger2006-03-271-1/+1
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-10/+7
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-071-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-7/+7
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-051-2/+9
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-0/+7
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-1/+1
* enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger2005-08-311-0/+1
* Remove support for the R200_NO_VTXFMT environment variable. Instead useIan Romanick2005-08-111-2/+3
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-4/+4
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+1
* Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger2005-07-061-2/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-32/+57
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-6/+9
* precedence precedence precedence.. add some bracketsDave Airlie2005-02-271-1/+1
* Add a dri config option to enable the max texture level hackDave Airlie2005-02-261-3/+10
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-171-3/+3
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-0/+3
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+9
* only enable GL_MESA_ycbcr_texture for real r200 chips, not the derivatives, s...Roland Scheidegger2004-12-031-1/+5
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-5/+0
* enable GL_EXT_fog_coord. Calculate fog factors and submit them instead of fog...Roland Scheidegger2004-11-031-0/+4
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+9
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-1/+1
* Fix texturing in quake3. Some code was left over from the dirty/clean listEric Anholt2004-09-251-1/+1
* Bump DRIVER_DATE for yesterday's changes.Eric Anholt2004-09-251-1/+1