index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
fb
/
fb_dri.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove last of _mesa_unreference_framebuffer() calls
Brian Paul
2009-03-07
1
-1
/
+1
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
1
-2
/
+2
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-4
/
+4
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
1
-4
/
+5
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-5
/
+1
*
switch remaining drivers over to vbo
Keith Whitwell
2006-10-31
1
-4
/
+4
*
Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.
Brian Paul
2006-10-15
1
-1
/
+0
*
compilation fixes, don't know if runtime works
Brian Paul
2005-09-19
1
-5
/
+7
*
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-14
1
-2
/
+14
*
Add new void *addr and __DRIdrawablePrivate parameters to
Brian Paul
2005-09-04
1
-8
/
+14
*
remove SetBuffer
Brian Paul
2005-09-03
1
-15
/
+0
*
Fixes the glXGetProcAddress portion of the interface. Most of the functions
Ian Romanick
2005-07-26
1
-11
/
+5
*
All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows
Ian Romanick
2005-07-24
1
-4
/
+0
*
Add SetBuffer to egl driver too
Jon Smirl
2005-06-07
1
-1
/
+1
*
Add a NULL SetBuffer function to the fbdev driver
Jon Smirl
2005-06-06
1
-0
/
+8
*
Fix inverted y for egl fbdev, add egl demo3
Jon Smirl
2005-05-18
1
-5
/
+5
*
First attempt at getting egl support up on dumb framebuffer.
Jon Smirl
2005-05-13
1
-1
/
+2
*
dri fb works using renderbuffers now in RGBA mode
Jon Smirl
2005-05-08
1
-115
/
+43
*
fbdri can draw double buffered now. Next step is to convert it
Jon Smirl
2005-05-07
1
-2
/
+3
*
Fix problem generating mode db. Miniglxtest works now.
Jon Smirl
2005-05-06
1
-3
/
+3
*
Fix up origin in dri/fb driver
Jon Smirl
2005-05-05
1
-72
/
+14
*
Minor touchups to fbdev renderbuffer support
Jon Smirl
2005-05-05
1
-1
/
+1
*
more updates for users of s_spantemp.h
Brian Paul
2005-05-05
1
-70
/
+83
*
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-05-04
1
-63
/
+109
*
DRI fbdev driver getting better. Now I can see something on the screen
Jon Smirl
2005-05-04
1
-120
/
+111
*
Improve the DRI fb driver, now it compiles.
Jon Smirl
2005-05-01
1
-63
/
+243
*
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-11-27
1
-5
/
+9
*
Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.
Jon Smirl
2004-07-10
1
-11
/
+0
*
This should make most linux-solo drivers work again. Mainly a fix
Jon Smirl
2004-06-29
1
-2
/
+2
*
Redo of removing __driRegisterExtensions(). I accidentally undid the previous...
Jon Smirl
2004-06-03
1
-7
/
+0
*
Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out
Jon Smirl
2004-06-03
1
-9
/
+7
*
kill __driRegisterExtensions(), none of the functions did anything
Jon Smirl
2004-06-03
1
-6
/
+0
*
fix bug #957792 (swap buffers), plus misc clean-ups
Brian Paul
2004-05-21
1
-14
/
+14
*
Implemented support for software-based AUX color buffers.
Brian Paul
2004-03-21
1
-2
/
+2
*
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-20
1
-56
/
+36
*
s/char/GLubyte/ to silence warnings
Brian Paul
2004-01-18
1
-3
/
+3
*
Import vtx-0-2-branch
Keith Whitwell
2003-11-24
1
-1
/
+0
*
More SciTech SNAP specific changes to glheader.h. Also modified the macros
Kendall Bennett
2003-10-08
1
-9
/
+9
*
Not-quite-functional swrast-only dri driver
Keith Whitwell
2003-08-06
1
-0
/
+729