index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
fb
/
fb_dri.c
Age
Commit message (
Expand
)
Author
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-07-10
Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.
Jon Smirl
2004-06-29
This should make most linux-solo drivers work again. Mainly a fix
Jon Smirl
2004-06-03
Redo of removing __driRegisterExtensions(). I accidentally undid the previous...
Jon Smirl
2004-06-03
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-03
kill __driRegisterExtensions(), none of the functions did anything
Jon Smirl
2004-05-21
fix bug #957792 (swap buffers), plus misc clean-ups
Brian Paul
2004-03-21
Implemented support for software-based AUX color buffers.
Brian Paul
2004-01-20
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-18
s/char/GLubyte/ to silence warnings
Brian Paul
2003-11-24
Import vtx-0-2-branch
Keith Whitwell
2003-10-08
More SciTech SNAP specific changes to glheader.h. Also modified the macros
Kendall Bennett
2003-08-06
Not-quite-functional swrast-only dri driver
Keith Whitwell