Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline
[mesa.git] / src / mesa / drivers / dri / savage / savageioctl.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-03-14 Felix KuehlingWhen timestamping textures, need to emit the event...
2005-03-06 Felix KuehlingDon't synchronize after each frame. Allow the GPU to...
2005-03-06 Felix Kuehling- Fixed two bugs related to DMA buffer handling that...
2005-02-23 Felix KuehlingWith Savage DRM version 2.3.x or later use event counte...
2005-02-12 Felix KuehlingMake glean's masked clear test pass.
2005-02-05 Felix Kuehling- Fixed scissor rectangle not moving with the window...
2005-02-02 Felix KuehlingFixed flushing of client-side vertex buffers.
2005-01-21 Felix KuehlingSmall cleanup:
2005-01-20 Felix KuehlingAdded support for ELTS to the _savage_render_stage...
2005-01-03 Felix KuehlingAdded support for floating point depth buffers on Savag...
2005-01-01 Felix KuehlingRemoved all direct hardware access (MMIO, BCI) from...
2004-12-14 Alan Hourihaneuint*t -> u_int*t
2004-10-08 Alex DeucherApply Eric's stencil wrap patch (Eric Anholt)
2004-05-24 Felix KuehlingWAIT_IDLE_EMPTY in savageSwapBuffers until real frame...
2004-05-03 Dave Airlieget rid of last few XF86DRIClipRect
2004-03-26 Felix KuehlingEnable drawing directly to the (now tiled) front buffer.
2004-03-24 Felix KuehlingMake sure hardware culling is disabled for unfilled...
2004-03-24 Felix KuehlingBuffer vertices and emit them in batches. Still using...
2004-03-21 Felix Kuehlingunsigned int -> uint32_t, unsigned char -> uint8_t...
2004-03-20 Felix KuehlingFixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_B...
2004-03-04 Felix KuehlingClearing rectangle was one too big in each direction.
2004-02-29 Felix KuehlingReorganized hardware state data structures and state...
2004-02-22 Felix KuehlingImported the Savage DRI driver from the savage-2-0...