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
/
xm_dd.c
Age
Commit message (
Expand
)
Author
2009-10-08
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-09-30
mesa: remove GLchan-based formats; use hw 8-bit/channel formats instead
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-19
mesa: rename functions to be more consistant with rest of mesa
Brian Paul
2009-09-06
xlib: test _mesa_meta_bitmap()
Brian Paul
2009-09-06
xlib: move misplaced brace
Brian Paul
2009-08-31
xlib: plug in more meta functions, if TEST_META_FUNCS is set
Brian Paul
2009-08-31
xlib: option to enable/test meta functions (disabled)
Brian Paul
2009-05-01
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2008-09-21
mesa: improved driver query interface
Keith Whitwell
2008-09-18
mesa: prefix more #includes with "main/"
Brian Paul
2008-02-16
Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)
Brian
2008-01-22
Fix some issues with glDrawBuffer(GL_NONE), bug 14198
Brian
2008-01-06
Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.
Brian
2007-10-22
don't apply ColorMask to main gc
Brian
2007-05-02
fix some renderbuffer/wrapper bugs
Brian
2007-03-30
Clean and update XMesa/XFree86 interface.
George Sapountzis
2006-11-02
merge current trunk into vbo branch
Alan Hourihane
2006-10-30
switch several dri drivers over
Keith Whitwell
2006-10-29
switch over to vbo module
Keith Whitwell
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-14
Big re-org of buffer size management.
Brian Paul
2006-10-11
In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,
Brian Paul
2006-09-10
don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channel
Brian Paul
2006-04-27
assorted clean-ups, fixes
Brian Paul
2006-04-26
minor clean-up
Brian Paul
2006-03-28
a little code movement so we don't make invalid casts from gl_renderbuffers t...
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-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-10-21
fix GLX server resize/crash when resizing windows
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-08
Committing in .
Jouk Jansen
2005-09-07
some clean-up and re-org for renderbuffers
Brian Paul
2005-09-02
Prototype implementation of new GL_EXT_timer_query extension (not finalized y...
Brian Paul
2005-07-01
Remove NEW_RENDERBUFFER stuff.
Brian Paul
2005-06-23
Remove the xmesa_set_buffer() function. No longer needed since the
Brian Paul
2005-05-06
remove bad assertion, added new ones in clear_pixmap()
Brian Paul
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-04-18
comments and clean-up
Brian Paul
2004-11-27
Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().
Brian Paul
2004-11-27
Remove the redundant width, height fields in xmesa_buffer struct. Just use
Brian Paul
2004-11-25
Use __GLXextFuncPtr type instead of void * for generic functions to
Brian Paul
2004-11-10
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-11-09
Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.
Brian Paul
2004-10-31
Removed _swrast_validate_pbo_access().
Brian Paul
[next]