aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* Add a version field to __DRIextension.Kristian Høgsberg2007-10-111-2/+2
* Move new texOffset extension to the new extension mechanism.Kristian Høgsberg2007-10-112-5/+11
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-112-5/+3
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-112-9/+6
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-112-2/+2
* Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-112-11/+17
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-102-8/+8
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-1/+6
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-61/+35
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-102-14/+14
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-8/+7
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-13/+12
* r200: Implement SetTexOffset hook.Chris Rankin2007-09-291-1/+3
* Fix-up #includes to remove some -I options.Brian2007-09-111-8/+9
* r300: Implement SetTexOffset hook.Michel Dänzer2007-05-221-0/+4
* bring over recent radeonMakeCurrent fixes for r300 to radeon/r200Roland Scheidegger2007-05-121-1/+1
* Revert "r300: Merged radeon_span.c."Oliver McFadden2007-05-111-6/+1
* r300: Corrected some macro errors from the previous commit.Oliver McFadden2007-05-111-6/+6
* r300: Reduced the diff on radeon_lock.[ch].Oliver McFadden2007-05-111-2/+2
* r300: Initial work on merging radeon_lock.[ch].Oliver McFadden2007-05-112-60/+67
* r300: Merged radeon_span.c.Oliver McFadden2007-05-111-1/+6
* r300: Cleaned up radeon_context.h slightly; mostly Indent.Oliver McFadden2007-05-091-344/+325
* r300: Indented radeon_span.hOliver McFadden2007-05-091-2/+2
* r300: Further reduced the radeon_span.c diff.Oliver McFadden2007-05-091-2/+49
* r300: Further reduced the diff between radeon_span.[ch].Oliver McFadden2007-05-091-0/+3
* r300: Indented both copies of radeon_span.[ch] in preparation for merging.Oliver McFadden2007-05-092-93/+80
* radeon: enable xpress chipsetsDave Airlie2007-05-071-2/+1
* the RS400 definitely doesn't work at this point so don't let it initDave Airlie2007-04-091-1/+2
* r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...Roland Scheidegger2007-03-271-2/+4
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* radeon: Adapt cliprect fixes from r300.Alan Swanson2007-03-123-5/+8
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* r300: Add proper support for sin/cos instruction in fragment programRune Peterson2007-02-121-1/+10
* remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger2007-02-031-111/+0
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-0214-3350/+12
|\
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-162-3/+2
| |\
| * | merge current trunk into vbo branchAlan Hourihane2006-11-022-5/+5
| * | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-3114-3350/+12
* | | fix unitialized values in radeonClearRoland Scheidegger2007-02-011-4/+4
* | | support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola2007-01-181-1/+7
| |/ |/|
* | Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick2006-11-091-1/+0
* | s/GLuint/int/ to silence warningsBrian Paul2006-11-021-2/+2
* | Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* | Correct a little bug, radeon->glCtx is a pointer.Jerome Glisse2006-11-011-2/+3
|/
* Enable GLX_SGI_make_current_read for radeon.Ian Romanick2006-10-185-34/+57
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-6/+14
* fix handling of textures with a base internal format that does not have all f...Roland Scheidegger2006-10-151-10/+27
* 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-0/+2
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2