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/xa: Fix performance regression introduced by commit "Cache render target s...
Thomas Hellstrom
2014-05-09
1
-1
/
+1
*
clover: Destory pipe_screen when device does not support compute v2
Tom Stellard
2014-05-09
1
-1
/
+4
*
st/wgl: Advertise WGL_ARB_create_context(_profile).
José Fonseca
2014-05-07
1
-0
/
+2
*
st/wgl: Honour request of 3.1 contexts through core profile where available.
José Fonseca
2014-05-07
1
-2
/
+15
*
st/egl: Flush resources before presentation (android - bug 77966)
Paulo Sergio Travaglia
2014-05-05
1
-0
/
+7
*
xa: fix segfault
Rob Clark
2014-05-04
1
-0
/
+3
*
st/vega: Prevent signed/unsigned comparisons.
José Fonseca
2014-05-02
1
-5
/
+5
*
targets/dri: use a single version script to restict exported symbols
Emil Velikov
2014-05-02
1
-5
/
+0
*
clover: Add a stub implementation of clCreateImage() v3
Tom Stellard
2014-05-02
4
-2
/
+21
*
clover: Query drivers for max clock frequency
Tom Stellard
2014-04-29
3
-1
/
+8
*
clover: Stub implementation of CL 1.2 sub-devices.
EdB
2014-04-29
3
-4
/
+66
*
clover: Add clEnqueue{Marker, Barrier}WithWaitList.
EdB
2014-04-29
2
-7
/
+43
*
clover: Align kernel argument sizes to nearest power of 2
Jan Vesely
2014-04-29
1
-7
/
+16
*
clover: Avoid warnings from references to deprecated CL 1.1 APIs.
Francisco Jerez
2014-04-29
1
-0
/
+2
*
clover: Update OpenCL headers to version 1.2 from Khronos.
Francisco Jerez
2014-04-29
1
-2
/
+6
*
st/dri: cleanup dri extension handling
Emil Velikov
2014-04-28
2
-25
/
+30
*
st/xlib: Do minimal version checking in glXCreateContextAttribsARB.
José Fonseca
2014-04-24
1
-19
/
+1
*
st/xlib: Honour request of 3.1 contexts through core profile where available.
José Fonseca
2014-04-24
1
-2
/
+15
*
st/omx/enc: implement frame reordering and B-frames
Christian König
2014-04-22
2
-23
/
+87
*
st/omx/enc: replace omx buffer with texture buffer
Leo Liu
2014-04-22
1
-29
/
+185
*
st/xa: Cache render target surface
Thomas Hellstrom
2014-04-17
1
-3
/
+15
*
st/xa: scissor to help tilers
Rob Clark
2014-04-17
4
-0
/
+48
*
st/xa: remove unneeded args
Rob Clark
2014-04-17
5
-12
/
+8
*
st/omx/enc: separate input buffer private and task structure
Christian König
2014-04-11
2
-59
/
+127
*
vl: add interface for H264 B-frame encoding
Christian König
2014-04-11
1
-1
/
+7
*
Partially revert "st/xa: Fix advertized version number and try to avoid futur...
Emil Velikov
2014-04-09
1
-3
/
+3
*
st/omx/enc: cleanup omx/vid_enc.c
Leo Liu
2014-04-08
1
-102
/
+118
*
st/omx/enc: allocate input buffer private on demand
Christian König
2014-04-08
1
-82
/
+42
*
st/xa: Make sure unused samplers are set to NULL
Thomas Hellstrom
2014-04-07
1
-2
/
+3
*
st/xa: Bind destination before setting new state
Thomas Hellstrom
2014-04-07
1
-3
/
+3
*
clover: Document that the *obj*() helpers already take care of object validat...
Francisco Jerez
2014-04-05
1
-4
/
+6
*
st/xa: Fix advertized version number and try to avoid future discrepancies
Thomas Hellstrom
2014-04-04
1
-3
/
+3
*
st/wgl: Remove wgl*Gallium*MESA().
José Fonseca
2014-04-03
4
-103
/
+0
*
st/omx/dec: fix possible segfault at eos
Christian König
2014-03-26
1
-1
/
+1
*
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
[next]