summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_context.c
AgeCommit message (Expand)Author
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-14radeon: move debug symbol add DRI2Dave Airlie
2009-01-14radeon/r200/r300: consolidate swap buffersDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2008-12-01radeon: make DRI1 one work with new CS mechanismDave Airlie
2008-11-16radeon: fix pointer danglingJerome Glisse
2008-11-14radeon: dri2 don't forget to free bufferJerome Glisse
2008-11-14r300: SetTex extension supportJerome Glisse
2008-11-14r300: cs + DRI2 supportJerome Glisse
2008-11-14r300: bo and cs abstraction.Jerome Glisse
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-05-15r300: set screen so that context init can find out chip idsDave Airlie
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2007-10-30More vblank cleanups.Michel Dänzer
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg
2007-05-07radeon: enable xpress chipsetsDave Airlie
2007-04-29r300: Page flipping fixes.Michel Dänzer
2007-04-29r300: radeonMakeCurrent cleanups.Michel Dänzer
2007-03-17r300: change vendor string to DRI R300 ProjectDave Airlie
2007-03-09r300: Also update window state when it's already bound but its stamp changed.Michel Dänzer
2007-03-06r300: Call radeonSetCliprects from radeonMakeCurrent.Michel Dänzer
2006-11-09Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick
2006-11-02Add requested size to r300RefillCurrentDmaRegion.Jerome Glisse
2006-11-01Remove deprecated GetBufferSize interface.Jerome Glisse
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-09-26Remove r200 dependency.Jerome Glisse
2006-08-15Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick
2006-07-11_mesa_destroy_context() frees radeon->glCtx so we must not access it afterwardsTilman Sauerbeck
2006-06-29destroy left-over VBOs on shutdownTilman Sauerbeck
2006-06-02remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger
2006-04-04switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-13Clean build.Aapo Tahkola
2005-12-17Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-05-06Updated for EXT_framebuffer_object changes. I don't know if this is correct, ...Ben Skeggs
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola
2004-10-17- FIX: flickeringNicolai Haehnle
2004-09-28Initial revisionNicolai Haehnle