aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-1/+1
* More vblank cleanups.Michel Dänzer2007-10-301-8/+8
* Refactor and fix core vblank supportJesse Barnes2007-10-291-2/+1
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-4/+4
* Fix-up #includes to remove some -I options.Brian2007-09-111-8/+9
* bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger2007-05-121-1/+1
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* radeon: Adapt cliprect fixes from r300.Alan Swanson2007-03-121-4/+6
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-1/+0
|\
| * Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick2006-11-091-1/+0
* | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-21/+5
|/
* Enable GLX_SGI_make_current_read for radeon.Ian Romanick2006-10-181-19/+11
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger2006-09-101-5/+0
* 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/+26
* 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/+8
* 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-4/+4
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-171-0/+5
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-2/+4
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-12/+11
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-051-2/+4
* updated commentBrian Paul2005-09-141-2/+4
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-1/+1
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+1
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-26/+32
* Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt2005-05-311-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-6/+7
* remove one of the two _tnl_isolate_materials function callsRoland Scheidegger2005-03-051-6/+0
* Add a dri config option to enable the max texture level hackDave Airlie2005-02-261-0/+7
* s/0/NULL/ (Jeff Muizelaar)Brian Paul2005-02-161-3/+3
* remove accidentally commited printf for tiling supportRoland Scheidegger2005-02-141-1/+0
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-0/+4
* add sync debugging to the radeon driverDave Airlie2005-01-231-0/+1
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+9
* enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger2004-12-031-0/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-5/+0
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+8
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-1/+1
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-2/+2
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-5/+1
* add support for GL_ARB_texture_env_crossbarRoland Scheidegger2004-06-011-0/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-3/+3
* Only print message about disabling HW TCL if the chip supports it in theMichel Dänzer2004-02-281-4/+6