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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-18
1
-1
/
+1
|
\
|
*
python/retrace: Open bz2 files correctly.
José Fonseca
2009-08-14
1
-1
/
+1
*
|
egl: Create the front texture the properly
Jakob Bornecrantz
2009-08-18
1
-25
/
+9
*
|
egl: Some per-driver data should be per-display.
Chia-I Wu
2009-08-18
1
-9
/
+16
*
|
egl: Overhaul driver API.
Chia-I Wu
2009-08-18
4
-70
/
+43
*
|
st/xlib: reduce the proliferation of GLX context types
Keith Whitwell
2009-08-14
1
-57
/
+37
*
|
st/dri: remove unused dummyContext value
Keith Whitwell
2009-08-14
2
-14
/
+0
*
|
st/vega: Add more symbols defined by mesa/st.
Chia-I Wu
2009-08-14
2
-3
/
+18
*
|
st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.
Michel Dänzer
2009-08-13
3
-0
/
+37
*
|
st/xorg: Fix DRI2 CopyRegion hook.
Michel Dänzer
2009-08-13
1
-29
/
+43
*
|
st/xorg: Acquire/drop DRM master in order to work with multiple servers.
Michel Dänzer
2009-08-12
1
-0
/
+15
*
|
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
*
|
gallium/glx/xlib: rename fakeglx.c to glx_api.c
Brian Paul
2009-08-12
3
-2
/
+2
*
|
gallium/glx/xlib: delete glxapi.h
Brian Paul
2009-08-12
1
-36
/
+0
*
|
gallium/glx/xlib: rename fakeglx_fonts.c to glx_usefont.c
Brian Paul
2009-08-12
3
-2
/
+2
*
|
gallium/glx/xlib: rename glxapi.c to glx_getproc.c
Brian Paul
2009-08-12
3
-2
/
+3
*
|
gallium/glx/xlib: don't include fakeglx.h
Brian Paul
2009-08-12
1
-1
/
+0
*
|
gallium/glx/xlib: overhaul and simplification of the Gallium Xlib-based GLX
Brian Paul
2009-08-12
4
-1574
/
+280
*
|
st/xorg: If we have DRI2 we should also have some sort of hw support
Jakob Bornecrantz
2009-08-06
1
-1
/
+1
*
|
st/xorg: Make it work again
Jakob Bornecrantz
2009-08-05
5
-10
/
+86
*
|
st/egl: Create primary texture not display target
Jakob Bornecrantz
2009-08-05
1
-2
/
+2
*
|
egl: Replace IsBound by a pointer to the binding.
Chia-I Wu
2009-08-03
2
-2
/
+2
*
|
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-2
/
+2
*
|
gallium: make g3dvl build again
Dave Airlie
2009-07-18
3
-3
/
+0
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-17
9
-7
/
+351
|
\
|
|
*
python/retrace: Process the call no passed to --to option inclusively.
José Fonseca
2009-07-16
1
-1
/
+1
|
*
python/retrace: Dump the surface copy contents.
José Fonseca
2009-07-16
1
-0
/
+10
|
*
python/retrace: Flush stdout before calling the pipe driver.
José Fonseca
2009-07-16
1
-0
/
+4
|
*
python: Hack to prevent segmentation faults when python exits.
José Fonseca
2009-07-16
1
-1
/
+7
|
*
wgl: Expose pipe_screen/pipe_context via an extension.
José Fonseca
2009-07-16
4
-1
/
+133
|
*
python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.
José Fonseca
2009-07-16
2
-3
/
+191
|
*
python/retrace: Interpret surface_copy.
José Fonseca
2009-07-15
1
-0
/
+4
|
*
python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.
José Fonseca
2009-07-15
1
-1
/
+1
*
|
st/egl: Fix broken build after EGL thread changes
Andrew Randrianasulu
2009-07-18
1
-1
/
+1
*
|
egl: Remove redundant DeletePending flag.
Chia-I Wu
2009-07-17
2
-6
/
+2
*
|
egl: Use the link functions to manage resources.
Chia-I Wu
2009-07-17
2
-7
/
+8
*
|
dri-st: Unbreak GL_EXT_blend_equation_separate.
Corbin Simpson
2009-07-14
1
-0
/
+1
*
|
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
2009-07-14
1
-2
/
+0
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-04
5
-123
/
+234
|
\
|
|
*
wgl: Make the stw_framebuffer destructions threadsafe.
José Fonseca
2009-07-06
5
-82
/
+186
|
*
wgl: Check for multiple threads before GET_CURRENT_CONTEXT.
José Fonseca
2009-07-06
1
-2
/
+8
|
*
wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.
José Fonseca
2009-07-06
1
-44
/
+45
*
|
Merge commit 'origin/openvg-1.0'
Zack Rusin
2009-07-06
50
-0
/
+18857
|
\
\
|
*
|
OpenVG 1.0 State Tracker
Zack Rusin
2009-05-01
50
-0
/
+18857
*
|
|
exa: some infrastucture work for accelerating composite
Zack Rusin
2009-07-06
5
-49
/
+130
*
|
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
5
-6
/
+79
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
st/wgl: don't advertise WGL_EXT_swap_interval string
Keith Whitwell
2009-07-03
1
-1
/
+1
|
*
|
wgl: Lookup framebuffers by HWND whenever possible.
José Fonseca
2009-07-03
1
-0
/
+10
[prev]
[next]