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
/
x11
/
xm_api.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove _mesa_pow(), which is always just pow().
Eric Anholt
2010-05-13
1
-4
/
+4
*
mesa: Remove support for creating color-index visuals
Ian Romanick
2010-03-03
1
-2
/
+1
*
mesa/xlib: Remove support for color-index rendering
Ian Romanick
2010-03-03
1
-64
/
+48
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-6
/
+6
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-13
/
+13
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-6
/
+6
*
mesa: Factor out the fb initialization details from _mesa_new_framebuffer.
Francisco Jerez
2010-02-03
1
-1
/
+1
*
mesa: Enable remap table in core.
Chia-I Wu
2009-10-23
1
-73
/
+0
*
xlib: always call _mesa_meta_init/free()
Brian Paul
2009-09-20
1
-4
/
+2
*
Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"
Brian Paul
2009-09-20
1
-0
/
+7
*
mesa: move _mesa_meta_init/free() calls to core Mesa
Brian Paul
2009-09-19
1
-7
/
+0
*
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-0
/
+2
*
mesa: Expose NV_depth_clamp if ARB_depth_clamp is supported.
Eric Anholt
2009-09-08
1
-0
/
+1
*
mesa: Add support for ARB_depth_clamp.
Eric Anholt
2009-09-08
1
-0
/
+1
*
Add ARB_sync to the xorg sw dri driver.
Eric Anholt
2009-09-03
1
-0
/
+2
*
xlib: option to enable/test meta functions (disabled)
Brian Paul
2009-08-31
1
-0
/
+7
*
xlib: code to force fixed function -> shader translation (for debug, disabled)
Brian Paul
2009-03-03
1
-0
/
+8
*
mesa: remove unused AUX buffers
Brian Paul
2009-03-02
1
-3
/
+0
*
mesa: use an array for current texture objects
Brian Paul
2009-02-21
1
-3
/
+3
*
mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()
Brian Paul
2009-02-09
1
-1
/
+1
*
Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory
Ian Romanick
2009-01-28
1
-2
/
+0
*
xmesa: deprecate the "XMesa" interface
Brian Paul
2009-01-10
1
-1
/
+0
*
mesa: prefix more #includes with "main/"
Brian Paul
2008-09-18
1
-1
/
+1
*
prefix some includes with mesa/ or glapi/
Brian Paul
2008-06-05
1
-8
/
+8
*
glcore: tree sharing for DRI and XMesa
George Sapountzis
2008-04-23
1
-1
/
+70
*
added some missing calls to _mesa_enable_x_y_extensions()
Brian
2008-04-01
1
-0
/
+1
*
remove #include "GL/glxtokens.h"
Brian
2007-05-25
1
-1
/
+0
*
Fix xserver build after recent XMesa changes.
Michel Dänzer
2007-05-22
1
-10
/
+10
*
Implement GLX_EXT_texture_from_pixmap.
Brian
2007-05-19
1
-12
/
+235
*
xmesa: call _glapi_set_dispatch() for all xserver DDXes.
George Sapountzis
2007-04-20
1
-2
/
+0
*
xmesa: minor cosmetic
George Sapountzis
2007-04-20
1
-29
/
+25
*
xmesa: split FX functions to separate file, part 2.
George Sapountzis
2007-04-20
1
-13
/
+8
*
xmesa: split FX functions to separate file, part 1.
George Sapountzis
2007-04-20
1
-233
/
+6
*
xmesa: spilt FX code to separate functions.
George Sapountzis
2007-04-20
1
-20
/
+16
*
Revert "xmesa: drop glide (FX) backend."
George Sapountzis
2007-04-20
1
-2
/
+256
*
xmesa: drop glide (FX) backend.
George Sapountzis
2007-04-19
1
-256
/
+2
*
xmesa: export xmesa functions used by xfree86.
George Sapountzis
2007-04-13
1
-4
/
+15
*
Fix some bugs/issues related to alpha channel support. See bug 10483.
Brian
2007-04-01
1
-31
/
+23
*
Clean and update XMesa/XFree86 interface.
George Sapountzis
2007-03-30
1
-27
/
+12
*
Implement alpha buffer copy for SwapBuffers().
Brian
2007-03-23
1
-5
/
+7
*
Assorted fixes for dealing with zero-size frame/renderbuffers.
Brian
2007-03-16
1
-6
/
+8
*
added null xmctx check to XMesaResizeBuffers(), bug 7205
Mathias Hopf
2007-03-16
1
-0
/
+2
*
clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205
Brian
2007-03-14
1
-0
/
+6
*
formatting fix
Brian
2007-03-06
1
-4
/
+2
*
Fix/improve framebuffer object reference counting.
Brian
2007-03-06
1
-2
/
+2
*
Rewrite code related to buffer destruction.
Brian
2007-02-26
1
-74
/
+26
*
Merge branch 'vbo-0.2'
Keith Whitwell
2007-02-02
1
-3
/
+3
|
\
|
*
switch several dri drivers over
Keith Whitwell
2006-10-30
1
-1
/
+1
|
*
switch over to vbo module
Keith Whitwell
2006-10-29
1
-3
/
+3
*
|
Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().
George Sapountzis
2007-01-26
1
-0
/
+7
|
/
[next]