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
/
gallium
/
state_trackers
/
glx
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/xlib: Remove unnecessary header.
Vinson Lee
2010-05-15
1
-1
/
+0
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
2
-0
/
+2
*
st/xlib: Try to propagate failure to create framebuffer.
José Fonseca
2010-04-23
1
-3
/
+10
*
st/glx: variable 'i' is an enum
Brian Paul
2010-04-21
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
2
-20
/
+20
*
Fix copyright headers.
Chia-I Wu
2010-04-10
2
-10
/
+12
*
Merge branch 'gallium-new-formats'
Roland Scheidegger
2010-03-31
1
-2
/
+2
|
\
|
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-2
/
+2
*
|
st/glx: Remove a wrong assertion in choose_pixel_format.
Chia-I Wu
2010-03-30
2
-2
/
+11
|
/
*
st/glx: add support for multiple displays
Brian Paul
2010-03-23
1
-4
/
+26
*
Change libX11 variables to not conflict with AC_PATH_XTRA
Dan Nicholson
2010-03-23
1
-1
/
+1
*
st/glx: fix depth/stencil format selection code
Brian Paul
2010-03-22
1
-7
/
+12
*
Merge remote branch 'origin/gallium-st-api'
Chia-I Wu
2010-03-16
8
-196
/
+579
|
\
|
*
st/glx: Fix glXCopySubBufferMESA.
Chia-I Wu
2010-03-14
1
-1
/
+1
|
*
st/glx: Sync the back buffer to the front buffer.
Chia-I Wu
2010-03-14
1
-4
/
+22
|
*
st/glx: Add support for GLX_MESA_copy_sub_buffer.
Chia-I Wu
2010-03-14
4
-6
/
+53
|
*
st/glx: Add xmesa_display to hold per-display variables.
Chia-I Wu
2010-03-14
2
-58
/
+73
|
*
st/glx: Fix framebuffer validation.
Chia-I Wu
2010-03-13
1
-24
/
+29
|
*
st/glx: Correctly set buffer_mask of a visual.
Chia-I Wu
2010-03-13
1
-3
/
+3
|
*
st/glx: Make xmesa_create_st_api a callback of xm_driver.
Chia-I Wu
2010-03-13
4
-19
/
+9
|
*
st/glx: Fix leaks in xmesa_st_framebuffer.
Chia-I Wu
2010-03-13
1
-0
/
+6
|
*
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: Respect user's CFLAGS for including X headers
Dan Nicholson
2010-03-13
1
-1
/
+2
|
/
*
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
[next]