index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/glx: Add xm_st.c to SConscript.
Chia-I Wu
2010-03-12
1
-0
/
+1
*
st/glx: Return a better format in choose_depth_stencil_format.
Chia-I Wu
2010-03-12
1
-13
/
+9
*
st/glx: Fix an infinite recursion in flush_front.
Chia-I Wu
2010-03-12
1
-1
/
+1
*
st/glx: Use st_api.h instead of st_public.h.
Chia-I Wu
2010-03-12
6
-165
/
+470
*
gallium: plumb winsys-drawable-handle through to state tracker
Keith Whitwell
2010-03-10
1
-2
/
+3
*
gallium: create helper for swrast+xlib combination
Keith Whitwell
2010-03-09
2
-5
/
+7
*
targets/libgl-xlib: add code to inject trace and identity layers
Keith Whitwell
2010-03-09
1
-7
/
+1
*
ws/xlib: manage the GC internally
Keith Whitwell
2010-03-09
1
-12
/
+0
*
gallium: remove xlib_driver::display_surface
Keith Whitwell
2010-03-08
1
-7
/
+3
*
gallium: introduce target directory
Keith Whitwell
2010-03-08
2
-13
/
+0
*
winsys/xlib: remove dependency on glx/x11 state tracker
Keith Whitwell
2010-03-08
4
-93
/
+25
*
mesa: Remove support for creating color-index visuals
Ian Romanick
2010-03-03
1
-2
/
+1
*
glx: Rename pipe formats.
José Fonseca
2010-03-01
1
-7
/
+7
*
xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.
José Fonseca
2010-03-01
1
-2
/
+2
*
st/glx: improved depth/stencil format selection code
Brian Paul
2010-02-23
3
-43
/
+71
*
st/glx: added PIPE_FORMAT_Z24S8_UNORM code
Brian Paul
2010-02-23
1
-1
/
+6
*
st/xlib: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-20
1
-0
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
2
-8
/
+8
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
2
-16
/
+16
*
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
1
-1
/
+1
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
1
-1
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
1
-2
/
+2
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
1
-6
/
+6
*
Remove _mesa_strncpy in favor of plain strncpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
st/xlib: Remove unnecessary header.
Vinson Lee
2010-02-12
1
-1
/
+0
*
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
2
-12
/
+5
*
gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.
José Fonseca
2010-02-02
1
-1
/
+1
*
st/xlib: Make glXGetProcAddressARB visible
Jakob Bornecrantz
2010-01-17
1
-1
/
+1
*
st/xlib: Mark GLX functions as public.
Chia-I Wu
2010-01-11
3
-77
/
+80
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-0
/
+1
|
\
|
*
gallium/xlib: Silence unused variable warning.
Vinson Lee
2009-12-27
1
-0
/
+1
*
|
xlib: Integrate the trace driver with all pipe drivers.
José Fonseca
2009-12-28
1
-4
/
+19
|
/
*
gallium/xlib: call XQueryExtension() in glXQueryExtension()
Brian Paul
2009-10-07
1
-4
/
+6
*
gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320
Brian Paul
2009-10-07
3
-13
/
+34
*
gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()
Brian Paul
2009-10-07
1
-3
/
+5
*
gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()
Brian Paul
2009-10-02
1
-2
/
+2
*
gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()
Brian Paul
2009-10-02
1
-2
/
+2
*
gallium/xlib: fix GLX_RENDER_TYPE query
Brian Paul
2009-09-29
1
-4
/
+4
*
gallium/xlib: minor clean-ups
Brian Paul
2009-09-04
1
-14
/
+5
*
gallium/xlib: silence unitialized var warning
Brian Paul
2009-09-03
1
-1
/
+1
*
Gallium xlib: Add support for BGRA visuals.
Michel Dänzer
2009-08-31
1
-0
/
+12
*
xlib: Ensure one screen instance.
José Fonseca
2009-08-29
1
-7
/
+2
*
xlib: Complete llvmpipe integration.
José Fonseca
2009-08-29
1
-2
/
+1
*
st/xlib: remove a couple more 'fake' references
Keith Whitwell
2009-08-19
1
-4
/
+2
*
st/xlib: remove dead ungrab helper
Keith Whitwell
2009-08-19
1
-13
/
+0
*
st/xlib: reduce the proliferation of GLX context types
Keith Whitwell
2009-08-14
1
-57
/
+37
*
gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/
Brian Paul
2009-08-12
4
-10
/
+9
*
gallium/glx/xlib: updated comments
Brian Paul
2009-08-12
3
-4
/
+2
*
gallium/glx/xlib: delete fakeglx.h
Brian Paul
2009-08-12
1
-41
/
+0
[next]