summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/savage/savagecontext.h
AgeCommit message (Expand)Author
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-09-03savage: Fix driver build post-ARB_sync.Eric Anholt
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-04-21Fixed some suspicious pointer casts that caused lots ofFelix Kuehling
2005-04-21Fixed TexEnv modes GL_BLEND and GL_ADD on Savage4-based cards. DisabledFelix Kuehling
2005-03-06Don't synchronize after each frame. Allow the GPU to be one frameFelix Kuehling
2005-03-06- Fixed two bugs related to DMA buffer handling that showed up with theFelix Kuehling
2005-02-05- Fixed scissor rectangle not moving with the window (Xorg bug #1731).Felix Kuehling
2005-01-29* Fixed uploading of textures of certain sizes.Felix Kuehling
2005-01-24Converted the Savage texture management to use Ian's common texmem code.Felix Kuehling
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling
2005-01-08Added state debugging option (SAVAGE_DEBUG=state).Felix Kuehling
2005-01-03Added support for floating point depth buffers on Savage4-basedFelix Kuehling
2005-01-01Removed all direct hardware access (MMIO, BCI) from the Savage DRIFelix Kuehling
2004-12-22- Fake projective textures on a single texture unit. A fallback is onlyFelix Kuehling
2004-12-17Made debugging output controllable via environment variableFelix Kuehling
2004-12-15Added configuration support to the Savage driver. Three options areFelix Kuehling
2004-10-08Apply Eric's stencil wrap patch (Eric Anholt)Alex Deucher
2004-08-22Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-05-03get rid of last few XF86DRIClipRectDave Airlie
2004-03-25More state management changes:Felix Kuehling
2004-02-29Reorganized hardware state data structures and state emission. Don't trackFelix Kuehling
2004-02-26Converted vertex setup to use t_vertex.[ch].Felix Kuehling
2004-02-22Imported the Savage DRI driver from the savage-2-0-0-branch of DRI CVSFelix Kuehling