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: Flesh out colour map support and support depth 8.
Michel Dänzer
2011-01-05
3
-1
/
+80
*
st/egl: Fix eglChooseConfig when configs is NULL.
Chia-I Wu
2010-12-26
1
-4
/
+4
*
st/egl: Remove unnecessary header.
Vinson Lee
2010-12-23
1
-1
/
+0
*
st/vega: Remove unnecessary headers.
Vinson Lee
2010-12-22
6
-12
/
+0
*
st/egl: Assorted fixes for dri2_display_get_configs.
Chia-I Wu
2010-12-22
1
-4
/
+36
*
st/egl: Fix eglCopyBuffers.
Chia-I Wu
2010-12-22
1
-6
/
+5
*
st/egl: Plug pbuffer leaks.
Chia-I Wu
2010-12-22
1
-8
/
+2
*
st/egl: Allow single-buffered pixmaps.
Chia-I Wu
2010-12-22
2
-26
/
+17
*
st/egl: Remove native_config::samples.
Chia-I Wu
2010-12-22
3
-5
/
+1
*
st/egl: Remove native_config::slow_config.
Chia-I Wu
2010-12-22
5
-9
/
+0
*
st/egl: Remove unnecessary egl_g3d_find_pixmap_config.
Chia-I Wu
2010-12-22
3
-36
/
+2
*
st/egl: Make config optional for create_pixmap_surface.
Chia-I Wu
2010-12-22
3
-46
/
+79
*
st/python: remove unused 'buf' parameter in pipe_buffer_unmap
Vinson Lee
2010-12-20
1
-1
/
+1
*
mapi: Rewrite mapi_abi.py to get rid of preprocessor magic.
Chia-I Wu
2010-12-06
5
-21
/
+20
*
egl: _eglFilterArray should not allocate.
Chia-I Wu
2010-12-06
1
-2
/
+13
*
r300g: cleanup winsys
Marek Olšák
2010-12-05
1
-1
/
+1
*
st/vega: Fix pipe blend state for various blend modes.
Chia-I Wu
2010-12-04
3
-60
/
+76
*
st/vega: Add blend shaders for all blend modes.
Chia-I Wu
2010-12-04
4
-72
/
+145
*
st/vega: Fix VG_BLEND_MULTIPLY.
Chia-I Wu
2010-12-04
1
-1
/
+1
*
st/vega: Silence uninitialized variable warning.
Vinson Lee
2010-12-04
1
-0
/
+1
*
st/vega: Blending should use premultiplied alpha.
Chia-I Wu
2010-12-04
1
-8
/
+72
*
st/vega: Add support for per-channel alpha.
Chia-I Wu
2010-12-04
4
-41
/
+140
*
st/vega: Move masking after blending.
Chia-I Wu
2010-12-04
4
-58
/
+58
*
st/vega: Refactor blend shaders.
Chia-I Wu
2010-12-04
1
-62
/
+112
*
st/vega: Add some comments to pipeline shaders.
Chia-I Wu
2010-12-04
1
-2
/
+11
*
st/vega: Add a missing break.
Chia-I Wu
2010-12-03
1
-0
/
+1
*
st/vega: Move vertex transformation to shader.
Chia-I Wu
2010-12-03
8
-54
/
+116
*
st/vega: Set pipe_resource::array_size to 1.
Chia-I Wu
2010-12-03
1
-0
/
+1
*
st/egl: Set pipe_resource::array_size to 1.
Chia-I Wu
2010-12-03
1
-0
/
+1
*
wgl: Fix visual's buffer_mask configuration.
José Fonseca
2010-12-02
1
-1
/
+1
*
WIN32_THREADS -> WIN32
José Fonseca
2010-12-02
2
-7
/
+0
*
wgl: Unreference the current framebuffer after the make_current call.
José Fonseca
2010-12-02
1
-51
/
+58
*
wgl: Fix double free. Remove dead code.
José Fonseca
2010-12-02
1
-62
/
+4
*
st/vega: polygon_array requires a deep free.
Chia-I Wu
2010-12-02
1
-5
/
+20
*
st/vega: Destroy the pipe context with vg_context.
Chia-I Wu
2010-12-02
1
-0
/
+3
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
39
-398
/
+381
*
vega: Remove extraneous ;
José Fonseca
2010-12-01
1
-1
/
+1
*
st/vega: Avoid unnecessary constant bufer upload.
Chia-I Wu
2010-12-01
1
-30
/
+48
*
st/vega: Initialize pipe states with renderer.
Chia-I Wu
2010-12-01
3
-26
/
+28
*
st/vega: Create drawing surface mask as needed.
Chia-I Wu
2010-12-01
3
-35
/
+38
*
st/vega: Delay blend texture creation until needed.
Chia-I Wu
2010-12-01
4
-57
/
+32
*
st/vega: Remove st_inlines.h.
Chia-I Wu
2010-12-01
5
-127
/
+1
*
st/vega: Simplify radial gradient.
Chia-I Wu
2010-12-01
1
-73
/
+46
*
st/vega: Fix degenerate paints.
Chia-I Wu
2010-12-01
6
-9
/
+80
*
st/vega: Fix negated logic in image_draw.
Chia-I Wu
2010-12-01
1
-4
/
+4
*
st/vega: Fix paint coordinates transformations.
Chia-I Wu
2010-12-01
9
-39
/
+94
*
st/vega: Bump version to 1.1.
Chia-I Wu
2010-12-01
1
-2
/
+2
*
st/vega: Add color transformation support.
Chia-I Wu
2010-12-01
7
-50
/
+123
*
st/vega: More flexible shader selection.
Chia-I Wu
2010-12-01
3
-107
/
+130
*
st/vega: Revive mask layer support.
Chia-I Wu
2010-12-01
5
-47
/
+64
[next]