index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
fb
Age
Commit message (
Expand
)
Author
2009-03-07
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-02-29
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2007-03-06
Fix/improve framebuffer object reference counting.
Brian
2006-10-31
switch remaining drivers over to vbo
Keith Whitwell
2006-10-15
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-03-27
Fixup makefile for solo non-egl
Dave Airlie
2005-09-19
compilation fixes, don't know if runtime works
Brian Paul
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-04
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-03
remove SetBuffer
Brian Paul
2005-08-05
More EGL prep. No impact on anything outside of EGL
Jon Smirl
2005-07-26
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-24
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-06-13
fbSwapBuffers needs to return a status
Jon Smirl
2005-06-07
Add SetBuffer to egl driver too
Jon Smirl
2005-06-06
Add a NULL SetBuffer function to the fbdev driver
Jon Smirl
2005-05-20
Remove some debug output
Jon Smirl
2005-05-19
Fix EGL fbdev palette problem. demo3 can save ppm of screen
Jon Smirl
2005-05-18
Fix inverted y for egl fbdev, add egl demo3
Jon Smirl
2005-05-18
Fix for writing the wrong sysfs variable when blanking
Jon Smirl
2005-05-18
Implement fbdev swapbuffers()
Jon Smirl
2005-05-17
Check error return from _eglInitPbufferSurface() correctly
Jon Smirl
2005-05-17
Compute stride in the right order
Jon Smirl
2005-05-17
Added software-based pbuffer support (untested).
Brian Paul
2005-05-17
Make EGL_NO_MODE_MESA work.
Jon Smirl
2005-05-17
Fix several internal problems with generating the list of configs.
Jon Smirl
2005-05-16
Add error about write permission to fbdev attribs
Jon Smirl
2005-05-16
remove MESA suffix from _eglInitScreenSurface, use swAlpha value
Brian Paul
2005-05-15
A few egl patches needed for glitz, mainly config BITS
Jon Smirl
2005-05-14
Forgot to add fb_egl.c
Jon Smirl
2005-05-13
First attempt at getting egl support up on dumb framebuffer.
Jon Smirl
2005-05-08
dri fb works using renderbuffers now in RGBA mode
Jon Smirl
2005-05-07
fbdri can draw double buffered now. Next step is to convert it
Jon Smirl
2005-05-06
Fix problem generating mode db. Miniglxtest works now.
Jon Smirl
2005-05-05
Fix up origin in dri/fb driver
Jon Smirl
2005-05-05
Refactor COMMON_SOURCES up to Makefile.template
Adam Jackson
2005-05-05
Minor touchups to fbdev renderbuffer support
Jon Smirl
2005-05-05
more updates for users of s_spantemp.h
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
DRI fbdev driver getting better. Now I can see something on the screen
Jon Smirl
2005-05-01
Improve the DRI fb driver, now it compiles.
Jon Smirl
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-26
Mesa-solo builds with these changes. There are still more fixups needed to
Jon Smirl
2004-06-25
Make sure mklib sees the definition of CC and CXX. Make mklib respect
Ian Romanick
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
[next]