index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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
*
g3dvl: pass display and screen to g3dvl when creating video private context
Cooper Yuan
2009-10-23
1
-1
/
+1
*
st/xorg: fix the makefile when used with new xextproto
Zack Rusin
2009-10-22
1
-0
/
+2
*
st/xorg: cleanup the checks for whether the op is accelerated
Zack Rusin
2009-10-22
1
-60
/
+36
*
st/xorg: lots of render fixes
Zack Rusin
2009-10-22
4
-113
/
+114
*
st/xorg: Move drm init to own function
Jakob Bornecrantz
2009-10-20
1
-29
/
+36
*
st/xorg: Cleanly shutdown
Jakob Bornecrantz
2009-10-20
2
-5
/
+10
*
st/xorg: Remove output functions not used
Jakob Bornecrantz
2009-10-19
1
-69
/
+15
*
st/xorg: makefile garbage
Zack Rusin
2009-10-19
1
-1
/
+0
*
st/xorg: implement basic src/mask transformations
Zack Rusin
2009-10-19
6
-40
/
+231
*
dri-st: Add EXT_provoking_vertex.
Corbin Simpson
2009-10-19
1
-0
/
+4
*
st/xorg: Switch to set_mode_major
Jakob Bornecrantz
2009-10-18
2
-58
/
+32
*
st/xorg: Massivly redo root pixmap creation
Jakob Bornecrantz
2009-10-18
3
-38
/
+137
*
st/xorg: Clean up cursor functions a bit
Jakob Bornecrantz
2009-10-18
1
-34
/
+47
*
st/xorg: Support more then one output of a given type
Jakob Bornecrantz
2009-10-18
1
-10
/
+13
*
st/xorg: Change how disable accel is handled
Jakob Bornecrantz
2009-10-18
1
-21
/
+6
*
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-17
6
-31
/
+85
*
st/xorg: refix source over
Zack Rusin
2009-10-15
1
-1
/
+1
*
st/xorg: fix most of the composition modes
Zack Rusin
2009-10-15
1
-8
/
+32
*
st/xorg: Fix dpms include problems
Jakob Bornecrantz
2009-10-13
2
-3
/
+2
*
st/xorg: get transparency on fills working (fixes Qt/KDE apps)
Zack Rusin
2009-10-14
2
-7
/
+15
*
st/xorg: solid fills with masks are supported
Zack Rusin
2009-10-13
1
-6
/
+1
*
st/xorg: fix and enable by default xrender acceleration
Zack Rusin
2009-10-13
3
-4
/
+17
*
st/xorg: initialize pipe in the renderer
Zack Rusin
2009-10-11
1
-0
/
+1
*
st/xorg: lots of rendering and xv changes
Zack Rusin
2009-10-11
11
-786
/
+1170
*
st/xorg: implement basics of xv
Zack Rusin
2009-10-11
4
-6
/
+66
*
st/xorg: Old X servers don't deal well with failing accesses
Jakob Bornecrantz
2009-10-08
1
-1
/
+5
*
st/xorg: More fallback debugging
Jakob Bornecrantz
2009-10-08
3
-32
/
+35
*
Revert "st/xorg: Debug fallbacks for composite as well"
Jakob Bornecrantz
2009-10-08
1
-28
/
+16
*
st/xorg: Debug fallbacks for composite as well
Jakob Bornecrantz
2009-10-08
1
-16
/
+28
*
st/xorg: Use A8 textures for depth 8 pixmaps
Jakob Bornecrantz
2009-10-08
1
-1
/
+1
*
st/xorg: Fix depth stencil buffers on old X servers
Jakob Bornecrantz
2009-10-08
1
-1
/
+4
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-08
1
-4
/
+6
|
\
|
*
gallium/xlib: call XQueryExtension() in glXQueryExtension()
Brian Paul
2009-10-07
1
-4
/
+6
*
|
Merge branch 'mesa_7_6_branch'
Nicolai Hähnle
2009-10-07
3
-16
/
+39
|
\
\
|
|
/
|
*
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
*
|
st/dri: Add missing front buffer case in dri_get_buffers().
Michel Dänzer
2009-10-07
1
-0
/
+4
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-4
/
+4
|
\
\
|
|
/
|
*
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
*
|
st/dri: avoid segfault if we can't get a pixmap's buffers
Ben Skeggs
2009-10-05
1
-0
/
+3
*
|
st/dri: no need to request fake front buffer, only handle it being returned
Ben Skeggs
2009-10-05
1
-3
/
+0
*
|
st/dri: Install APPLE_vertex_array_object functions
Nicolai Hähnle
2009-10-03
1
-0
/
+2
*
|
st/dri: Install ARB_vertex_array_object functions
Nicolai Hähnle
2009-10-03
1
-0
/
+2
*
|
st/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.
Michel Dänzer
2009-10-02
1
-59
/
+34
*
|
gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.
Michel Dänzer
2009-10-02
2
-3
/
+2
*
|
g3dvl: Delete state_trackers/g3dvl, other unused files.
Younes Manton
2009-10-01
22
-4487
/
+0
*
|
g3dvl: Copyright blocks.
Younes Manton
2009-10-01
13
-0
/
+351
*
|
st/xvmc: Set default CSC matrix to BT.601, no ProcAmp, full range RGB.
Younes Manton
2009-10-01
1
-0
/
+11
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-01
1
-4
/
+4
|
\
\
|
|
/
[next]