summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/radeon_context.c
Commit message (Expand)AuthorAgeFilesLines
* More vblank cleanups.Michel Dänzer2007-10-301-5/+9
* Refactor and fix core vblank supportJesse Barnes2007-10-291-4/+3
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-1/+1
* radeon: enable xpress chipsetsDave Airlie2007-05-071-0/+6
* r300: Page flipping fixes.Michel Dänzer2007-04-291-0/+2
* r300: radeonMakeCurrent cleanups.Michel Dänzer2007-04-291-6/+0
* r300: change vendor string to DRI R300 ProjectDave Airlie2007-03-171-1/+4
* r300: Also update window state when it's already bound but its stamp changed.Michel Dänzer2007-03-091-4/+4
* r300: Call radeonSetCliprects from radeonMakeCurrent.Michel Dänzer2007-03-061-0/+3
* Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick2006-11-091-1/+0
* Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse2006-11-021-3/+5
* Remove deprecated GetBufferSize interface.Jerome Glisse2006-11-011-20/+8
* 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 r200 dependency.Jerome Glisse2006-09-261-15/+1
* Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick2006-08-151-1/+1
* _mesa_destroy_context() frees radeon->glCtx so we must not access it afterwardsTilman Sauerbeck2006-07-111-5/+6
* destroy left-over VBOs on shutdownTilman Sauerbeck2006-06-291-1/+5
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-4/+2
* 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
* Clean build.Aapo Tahkola2006-03-131-0/+2
* Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola2005-12-171-0/+2
* First step of Radeon DRI unification:Eric Anholt2005-11-021-3/+3
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+1
* Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...Ben Skeggs2005-05-061-3/+4
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-2/+6
* - FIX: flickeringNicolai Haehnle2004-10-171-0/+17
* Initial revisionNicolai Haehnle2004-09-281-0/+302