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: Replace MESA_VERSION_STRING by xmesa_get_name.
Chia-I Wu
2010-11-18
3
-6
/
+16
*
scons: Unify state tracker SConscripts
Jakob Bornecrantz
2010-11-05
1
-4
/
+6
*
scons: Move dependancy checks to the main gallium scons file
Jakob Bornecrantz
2010-11-05
1
-3
/
+0
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-19
/
+19
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Drop GLframebuffer typedef and just use struct gl_framebuffer
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
2
-2
/
+2
*
gl: Remove unused GLcontextModes fields
Kristian Høgsberg
2010-10-13
2
-7
/
+7
*
st/xlib: add some comments
Brian Paul
2010-10-12
1
-0
/
+8
*
st/xlib: Notify the context when the front/back buffers are swapped.
Chia-I Wu
2010-09-16
3
-4
/
+21
*
gallium: Add context profile support to st_api.
Chia-I Wu
2010-09-10
1
-1
/
+6
*
st/glx: added some comments
Brian Paul
2010-09-03
1
-0
/
+8
*
st/glx: re-order destruction of buffers, visuals
Brian Paul
2010-09-01
1
-1
/
+1
*
st/glx: Include main/core.h.
Chia-I Wu
2010-08-24
5
-21
/
+38
*
glx/xlib: configurable strict/non-strict buffer size invalidate
Keith Whitwell
2010-08-22
3
-4
/
+42
*
glx/xlib: remove another XSync
Keith Whitwell
2010-08-22
1
-1
/
+0
*
glx/xlib: no need to call XSync from XMesaFlush
Keith Whitwell
2010-08-22
1
-1
/
+1
*
st/glx: use PIPE_TEXTURE_RECT if appropriate
Luca Barbieri
2010-08-20
1
-1
/
+6
*
st/glx: check if deleting head of buffer list
Brian Paul
2010-05-24
1
-0
/
+4
*
st/glx: fix incorrect parameter type
Brian Paul
2010-05-21
1
-1
/
+1
*
st_api: Add get param function to st_manager
Jakob Bornecrantz
2010-05-21
1
-1
/
+9
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
2
-11
/
+11
|
\
|
*
st/glx: adapt to interface changes
Roland Scheidegger
2010-05-17
2
-11
/
+11
*
|
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
[next]