summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_dd.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* r128: Remove unnecessary headers.Vinson Lee2010-01-301-3/+0
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt2005-10-271-1/+1
* Bump driver date for recent extension adds.Eric Anholt2005-10-271-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+2
* As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.Ian Romanick2004-10-261-1/+1
* Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt2004-10-021-2/+2
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-12/+11
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+148