index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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] fix power_of_two buffer with/height handling
Christian König
2011-03-20
1
-2
/
+8
*
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-19
38
-212
/
+171
|
\
|
*
st/dri: fix warning: ‘bind’ may be used uninitialized in this function
Marek Olšák
2011-03-12
1
-1
/
+1
|
*
st/python: Remove flags from flush function.
Vinson Lee
2011-03-11
1
-1
/
+1
|
*
st/python: Remove the geom_flags param from is_format_supported.
Vinson Lee
2011-03-11
1
-4
/
+2
|
*
st/python: Clean up fence_finish.
Vinson Lee
2011-03-11
1
-1
/
+1
|
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
15
-41
/
+28
|
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
15
-49
/
+46
|
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
8
-9
/
+9
|
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
2
-20
/
+0
|
*
swrastg: Add __DRI_TEX_BUFFER support
Adam Jackson
2011-03-11
1
-0
/
+1
|
*
vega: remove unused pipe var
Brian Paul
2011-03-11
1
-1
/
+0
|
*
st/vega: remove unnecessary flushes
Marek Olšák
2011-03-11
3
-14
/
+0
|
*
wgl: Force framebuffer validation on glViewport.
José Fonseca
2011-03-09
1
-1
/
+13
|
*
st/python: Add timeout parameter to fence_finish.
Vinson Lee
2011-03-08
1
-1
/
+1
|
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
8
-9
/
+15
|
*
st/glx: whitespace, 80-column fixes
Brian Paul
2011-03-07
1
-35
/
+50
|
*
st/wgl: No need to initialize OneTimeLock anymore.
José Fonseca
2011-03-06
1
-6
/
+0
*
|
vdpau: fix formating and idention of surface.c
Christian König
2011-03-19
1
-127
/
+112
*
|
vdpau: make indention and formating more sane
Christian König
2011-03-19
11
-658
/
+615
*
|
vdpau: merge fixes for vdpau state tracker
Christian König
2011-03-19
2
-59
/
+62
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-05
1
-1
/
+1
|
\
|
|
*
egl/wayland: Move wayland-egl into a subdir
Benjamin Franzke
2011-03-04
1
-1
/
+1
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-03-03
16
-28
/
+259
|
\
|
|
*
egl: Add EGL_WL_bind_wayland_display
Benjamin Franzke
2011-03-01
2
-0
/
+2
|
*
st/egl: Implement swapbuffer throttling
Thomas Hellstrom
2011-03-01
3
-4
/
+141
|
*
st/egl/drm: Rework swapbuffers
Thomas Hellstrom
2011-03-01
2
-7
/
+32
|
*
st/egl: Add a helper to perform a copy swap on a resource surface
Thomas Hellstrom
2011-03-01
2
-0
/
+45
|
*
st/egl: Move the copy context to the native display structure
Thomas Hellstrom
2011-03-01
9
-20
/
+39
|
*
st/dri: one more missing array size
Dave Airlie
2011-03-01
1
-0
/
+1
|
*
st/dri: fix missing array size init.
Dave Airlie
2011-03-01
1
-0
/
+1
|
*
egl/st: add array size initialisor
Dave Airlie
2011-03-01
1
-0
/
+1
*
|
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-02-24
47
-277
/
+1488
|
\
|
|
*
st/dri: Track drawable context bindings
Jakob Bornecrantz
2011-02-20
4
-2
/
+14
|
*
st/python: add usage parameter to pipe_buffer_create
Vinson Lee
2011-02-15
2
-2
/
+3
|
*
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
3
-2
/
+6
|
*
st/python: remove pipe_vertex_buffer::max_index
Vinson Lee
2011-02-14
1
-3
/
+0
|
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
3
-4
/
+0
|
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
2
-4
/
+4
|
*
st/egl wayland: Sync front buffer release
Benjamin Franzke
2011-02-10
2
-1
/
+33
|
*
st/dri: Set render_buffer in dri_fill_st_visual
Benjamin Franzke
2011-02-10
1
-2
/
+4
|
*
st/dri: img_from_renderbuf: Fix incorrect usage of dri_context()
Benjamin Franzke
2011-02-10
1
-1
/
+1
|
*
st/dri: Fix surfaceless gl using contexts with previous bound surfaces
Benjamin Franzke
2011-02-10
1
-2
/
+6
|
*
st/egl wayland: Set color_format according to wl_visual
Benjamin Franzke
2011-02-10
1
-5
/
+6
|
*
st/egl: Fix platform selection
Benjamin Franzke
2011-02-08
1
-0
/
+1
|
*
st/egl: Add wayland platform
Benjamin Franzke
2011-02-07
5
-0
/
+715
|
*
st/egl: drm_image: Check for MESA_drm_image
Benjamin Franzke
2011-02-07
1
-2
/
+2
|
*
st/egl: native_helper: Add resource_surface_import_resource
Benjamin Franzke
2011-02-07
2
-0
/
+13
|
*
st/dri: Implement dri2::{Allocate,Release}Buffer
Benjamin Franzke
2011-02-07
2
-0
/
+111
|
*
st/vega: Disable blending when the paint is opaque.
Chia-I Wu
2011-01-30
8
-5
/
+37
[next]