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
/
x11
Age
Commit message (
Expand
)
Author
2006-11-09
Fix some && (logical) that should clearly have been & (bitwise).
Adam Jackson
2006-11-01
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-10-18
Don't use x/y/w/h params given to Clear().
Brian Paul
2006-10-17
Remove get_buffer_size()
Brian Paul
2006-10-16
remove some old code that could cause infinite recursion
Brian Paul
2006-10-14
Big re-org of buffer size management.
Brian Paul
2006-10-14
assorted clean-ups
Brian Paul
2006-10-11
In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,
Brian Paul
2006-10-11
List of source (.c) files in each directory.
Brian Paul
2006-09-20
make current GLX context per-thread
Brian Paul
2006-09-20
fix a memleak in DestroyContext()
Brian Paul
2006-09-10
don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channel
Brian Paul
2006-08-31
check if ext->name is null before strcmp()
Brian Paul
2006-08-30
Use XAddExtension() to register an XCloseDisplay() callback function.
Brian Paul
2006-07-06
Don't include unused header files.
Kristian Høgsberg
2006-06-13
Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, but
Brian Paul
2006-06-13
GLX_BAD_CONTEXT checks in video-sync functions
Brian Paul
2006-05-19
added some CHAN_BITS tests
Brian Paul
2006-05-08
fix warning
Brian Paul
2006-05-07
added CHAN_BITS != 8 test
Brian Paul
2006-04-27
assorted clean-ups, fixes
Brian Paul
2006-04-27
replace a bunch of casts with GET_XRB macro
Brian Paul
2006-04-26
minor clean-up
Brian Paul
2006-04-26
remove old XFree86 tag
Brian Paul
2006-03-30
When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields
Brian Paul
2006-03-28
a little code movement so we don't make invalid casts from gl_renderbuffers t...
Brian Paul
2006-03-16
added #undef GET_DISPATCH
Brian Paul
2006-03-16
Moved _glapi_check_multithread() call into drivers, instead of in
Brian Paul
2006-03-01
added Flush in glXCopyContext()
Brian Paul
2006-02-24
need to check for _NEW_BUFFERS in xmesa_update_state()
Brian Paul
2006-01-26
New comments, clean-up of fields related to point/line/triangle validation.
Brian Paul
2006-01-10
added a couple new assertions to help debug XGL problem
Brian Paul
2006-01-09
only call xmesa_set_renderbuffer_funcs() when really necessary
Brian Paul
2006-01-09
check XGetGeometry() return value
Brian Paul
2005-12-07
Updates for GL_EXT_timer_query:
Brian Paul
2005-12-06
C++ fixes, mostly casts (Stephane Conversy)
Brian Paul
2005-12-02
Fix two failures encountered when running out of memory during XImage
Brian Paul
2005-11-04
MESA_GLX_ALPHA_BITS env var to force visual with alpha channel
Brian Paul
2005-10-21
fix GLX server resize/crash when resizing windows
Brian Paul
2005-10-20
fix another renderbuffer wrapping bug
Brian Paul
2005-10-11
check for PIXMAP in clip routine (SF bug 1323215)
Brian Paul
2005-09-28
Initial work for GL_EXT_packed_depth_stencil extension.
Brian Paul
2005-09-26
Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead
Brian Paul
2005-09-23
Committing in .
Jouk Jansen
2005-09-23
Added a fast xor_line() function. Uses XDrawLine with GXxor mode.
Brian Paul
2005-09-23
Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer
Brian Paul
2005-09-23
improve the test for using software alpha buffer
Brian Paul
2005-09-22
Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,
Brian Paul
2005-09-21
Remove ACCUM_BITS.
Brian Paul
2005-09-20
remove 31-bit Z buffer work-around
Brian Paul
[next]