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
*
clover: Fix typo in validate_object()
Tom Stellard
2014-03-21
1
-1
/
+1
*
clover: Fix region size error checking in some buffer transfer commands.
Francisco Jerez
2014-03-18
1
-5
/
+16
*
egl/main: Stop using EGLNative types internally
Chad Versace
2014-03-17
1
-3
/
+15
*
st/dri: flush drawable textures before unreferencing
Marek Olšák
2014-03-11
1
-0
/
+8
*
st/dri: build the drm backend when libdrm is present
Emil Velikov
2014-03-11
1
-1
/
+5
*
gallium: rename R4A4 and A4R4 formats to match their swizzle
Marek Olšák
2014-03-07
2
-5
/
+5
*
st/vdpau: Add rotation v2
Kusanagi Kouichi
2014-03-07
1
-0
/
+6
*
st/omx/enc: fix crash on destruction
Christian König
2014-03-07
1
-8
/
+15
*
clover: Fix build against LLVM SVN r203065 or newer
Michel Dänzer
2014-03-07
1
-0
/
+4
*
clover: Use correct LLVM version in #if for DataLayout construction
Tom Stellard
2014-03-04
1
-1
/
+1
*
st/osmesa: check buffer size when searching for buffers
Brian Paul
2014-03-04
1
-4
/
+7
*
st/vdpau: fix possible NULL dereference
Grigori Goronzy
2014-03-03
1
-4
/
+4
*
st/omx: always advertise all components
Christian König
2014-03-03
2
-33
/
+23
*
clover: Fix building with latest llvm
Bruno Jiménez
2014-03-03
1
-3
/
+2
*
st/dri: add support for dma-buf importer (DRIimage v8)
Dave Airlie
2014-03-03
2
-1
/
+57
*
st/dri: move fourcc->format conversion to a common place
Dave Airlie
2014-03-03
1
-46
/
+35
*
Re-commit 'clover: Fix build with LLVM 3.5'
Tom Stellard
2014-02-25
1
-1
/
+3
*
Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"
Timothy Arceri
2014-02-26
1
-3
/
+1
*
clover: Fix build with LLVM 3.5
Tom Stellard
2014-02-25
1
-1
/
+3
*
clover: Pass buffer offsets to the driver in set_global_binding() v3
Tom Stellard
2014-02-24
1
-4
/
+14
*
winsys/xlib: move xlib_create_sw_winsys within the winsys
Emil Velikov
2014-02-22
4
-2
/
+5
*
clover: Unabbreviate a few data accessor names for consistency.
Francisco Jerez
2014-02-21
9
-28
/
+28
*
clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...
Francisco Jerez
2014-02-21
6
-56
/
+43
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
29
-163
/
+179
*
clover: Allow storing a range into a container of different (but compatible) ...
Francisco Jerez
2014-02-21
1
-7
/
+7
*
clover: Define an intrusive smart reference class.
Francisco Jerez
2014-02-21
1
-0
/
+66
*
clover: Some improvements for the intrusive pointer class.
Francisco Jerez
2014-02-21
6
-30
/
+45
*
clover: Fix up NULL constant pointer arguments.
Francisco Jerez
2014-02-21
1
-1
/
+2
*
st/omx/enc: add multi scaling buffers for performance improvement
Leo Liu
2014-02-20
2
-16
/
+29
*
st/omx/dec/h264: fix prevFrameNumOffset handling
Christian König
2014-02-20
1
-0
/
+4
*
st/dri: remove #ifdef DRM_CAP_PRIME guard
Emil Velikov
2014-02-18
1
-2
/
+0
*
st/xvmc: fix tests so that they pass
Ilia Mirkin
2014-02-16
3
-10
/
+12
*
st/xa: missing handle type
Rob Clark
2014-02-16
1
-0
/
+1
*
st/xa: use pipe-loader to get screen
Rob Clark
2014-02-16
3
-1
/
+10
*
st/vdpau: add support for DEINTERLACE_TEMPORAL
Grigori Goronzy
2014-02-14
3
-4
/
+73
*
st/omx/enc: fix scaling src alignment issue
Leo Liu
2014-02-14
1
-1
/
+15
*
st/omx/dec/h264: fix pic_order_cnt_type==2
Christian König
2014-02-13
1
-1
/
+1
*
st/omx: initial OpenMAX H264 encoder v7
Christian König
2014-02-13
5
-8
/
+970
*
gallium makefiles: use a linker script for building dri drivers
Maarten Lankhorst
2014-02-12
1
-0
/
+5
*
st/clover: use VISIBILITY_CXXFLAGS where approapriate
Emil Velikov
2014-02-11
1
-3
/
+3
*
omx: use VISIBILITY_CFLAGS to control exported symbols
Emil Velikov
2014-02-11
2
-1
/
+2
*
st/vdpau: automake: export only PUBLIC symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
st/vdpau: do not export VdpPresentationQueueTargetCreateX11
Emil Velikov
2014-02-11
2
-2
/
+4
*
st/egl: automake: avoid exporting all symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
st/gbm: automake: do not export gbm_gallium_drm_device_create
Emil Velikov
2014-02-11
1
-1
/
+3
*
vdpau: flush the context before exporting the surface v2
Marek Olšák
2014-02-06
1
-0
/
+1
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
5
-6
/
+6
*
st/omx: add workaround for bug in Bellagio
Christian König
2014-02-06
3
-2
/
+16
*
st/omx: initial OpenMAX support v3
Christian König
2014-02-06
8
-0
/
+2235
*
gallium/dri2: Fix dri2_dup_image
Axel Davy
2014-02-05
1
-0
/
+1
[next]