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
*
st/xorg: Re-enable accelerated fills and copies.
Michel Dänzer
2009-09-25
1
-1
/
+1
*
st/xorg: Flush render cache if but only if a source has pending write operati...
Michel Dänzer
2009-09-25
1
-1
/
+9
*
st/xorg: Reject Composite acceleration for some cases not working yet.
Michel Dänzer
2009-09-25
1
-0
/
+10
*
st/xorg: Make sure struct is fully initialized.
Michel Dänzer
2009-09-25
1
-1
/
+1
*
st/xorg: Use generic semantic for Composite mask coordinates.
Michel Dänzer
2009-09-25
1
-2
/
+2
*
st/xorg: Flesh out EXA PrepareComposite hook a little.
Michel Dänzer
2009-09-25
1
-2
/
+28
*
st/xorg: Use I8 format instead of A8 for depth 8 pixmaps.
Michel Dänzer
2009-09-25
1
-1
/
+1
*
st/xorg: Bind rasterizer state for copies.
Michel Dänzer
2009-09-25
1
-0
/
+2
*
st/xorg: Source-only pictures always have format PICT_a8r8g8b8.
Michel Dänzer
2009-09-25
1
-21
/
+3
*
st/xorg: Better checks for unsupported component alpha pictures.
Michel Dänzer
2009-09-25
1
-12
/
+7
*
st/xorg: start working on the Xv acceleration code
Zack Rusin
2009-09-24
2
-0
/
+218
*
st/xorg: fills are supported plussome minor clenups
Zack Rusin
2009-09-24
2
-11
/
+7
*
st/xorg: add easier way of disabling/enabling acceleration
Zack Rusin
2009-09-24
2
-10
/
+18
*
wgl: DWM integration.
José Fonseca
2009-09-24
10
-67
/
+380
*
st/xorg: fix a typo
Zack Rusin
2009-09-23
1
-1
/
+1
*
st/xorg: keep the user buffer contents around
Zack Rusin
2009-09-23
2
-38
/
+34
*
wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.
José Fonseca
2009-09-23
14
-798
/
+525
*
wgl: Flatten the source tree.
José Fonseca
2009-09-23
23
-28
/
+27
*
wgl: Fix debug_printf format specifiers.
José Fonseca
2009-09-23
1
-6
/
+6
*
st/xorg: Fix two leeks
Jakob Bornecrantz
2009-09-22
2
-0
/
+5
*
xorg/st: fixup builds against later dpms headers.
Dave Airlie
2009-09-21
2
-0
/
+8
*
st/xorg: fixing copies and composite shaders
Zack Rusin
2009-09-15
3
-11
/
+78
*
st/xorg: lots of fixes
Zack Rusin
2009-09-15
2
-13
/
+32
*
st/xorg: Brian suggested that those could be mad's
Zack Rusin
2009-09-15
1
-4
/
+2
*
st/xorg: Only unreference texture on pixmap destruction, don't destroy it.
Michel Dänzer
2009-09-15
1
-4
/
+1
*
st/xorg: Explicitly check whether the driver supports the pixmap formats.
Michel Dänzer
2009-09-15
1
-6
/
+13
*
st/xorg: Use A8 format for depth 8 pixmaps.
Michel Dänzer
2009-09-15
1
-0
/
+3
*
st/g3dvl: pass color values to softpipe clear function
Cooper Yuan
2009-09-15
1
-2
/
+8
*
st/xorg: add some debugging helpers
Zack Rusin
2009-09-14
2
-14
/
+33
*
st/xorg: fix ureg_DECL_constant() parameters
Brian Paul
2009-09-14
1
-5
/
+5
*
g3dvl: update tgsi_opcode in order to build g3dvl library
Cooper Yuan
2009-09-14
2
-8
/
+8
*
tgsi/ureg: give ureg_DECL_constant an explicit index parameter
Keith Whitwell
2009-09-12
1
-2
/
+2
*
tgsi/ureg: VS inputs don't have any semantic tags, just an index
Keith Whitwell
2009-09-12
1
-9
/
+6
*
st/xorg: rename ctx to pipe to match every other gallium state tracker
Zack Rusin
2009-09-10
4
-35
/
+35
*
st/xorg: temporarily disablie copies
Zack Rusin
2009-09-10
1
-1
/
+2
*
st/xorg: implement pipelines surface/texture copies
Zack Rusin
2009-09-10
2
-7
/
+329
*
st/xorg: unite finalization and stub out pipelined copies
Zack Rusin
2009-09-10
4
-20
/
+50
*
st/xorg: abstract flushing and syncing for the exa code
Zack Rusin
2009-09-10
2
-5
/
+23
*
st/xorg: disable solid fills until copies are accelerated as well
Zack Rusin
2009-09-10
2
-1
/
+3
*
st/xorg: implement exasolids with full pipelining
Zack Rusin
2009-09-10
4
-32
/
+135
*
st/xorg: start adding support for surface fills
Zack Rusin
2009-09-10
5
-26
/
+66
*
st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.
Michel Dänzer
2009-09-08
2
-0
/
+10
*
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
*
st/xorg: add linear and radial gradient acceleration
Zack Rusin
2009-09-03
1
-20
/
+71
*
st/xorg: radial gradient shader
Zack Rusin
2009-09-03
1
-0
/
+85
*
st/xorg: linear gradient shader
Zack Rusin
2009-09-03
1
-0
/
+59
*
st/xorg: cleanup and adjust to the changes in the ureg code
Zack Rusin
2009-09-03
1
-3
/
+3
*
st/xorg: adjust enums in preperation for gradients
Zack Rusin
2009-09-03
2
-7
/
+15
*
st/xorg: fix warnings
Zack Rusin
2009-09-02
1
-3
/
+3
[next]