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
*
Remove VAAPI support.
Matt Turner
2012-10-09
12
-1292
/
+0
*
st/wgl: Don't cache HDC anywhere.
José Fonseca
2012-10-08
4
-11
/
+12
*
gallium: remove resource_resolve
Marek Olšák
2012-09-30
1
-0
/
+2
*
clover: Fix build with libclang v3.2
Tom Stellard
2012-09-25
1
-0
/
+5
*
clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2
Tom Stellard
2012-09-25
3
-1
/
+9
*
clover: Handle multiple kernels in the same program v2
Blaž Tomažič
2012-09-25
1
-33
/
+33
*
clover: Silence narrowing conversion warnings in resource.cpp.
Francisco Jerez
2012-09-24
1
-3
/
+3
*
clover: Handle NULL value for clEnqueueNDRangeKernel local_work_size
Tom Stellard
2012-09-24
1
-7
/
+6
*
clover: Initialize height and depth to 1 for transfers
Tom Stellard
2012-09-21
1
-1
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
10
-34
/
+17
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
6
-25
/
+12
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
5
-12
/
+12
*
Remove Xcalloc/Xmalloc/Xfree calls
Matt Turner
2012-09-05
7
-25
/
+25
*
vega: include u_debug.h for assert()
Brian Paul
2012-09-01
1
-0
/
+1
*
mesa: s/FREE/free/
Brian Paul
2012-09-01
5
-16
/
+16
*
mesa: s/MALLOC/malloc/
Brian Paul
2012-09-01
2
-3
/
+3
*
dri: Rework planar image interface
Jakob Bornecrantz
2012-08-31
2
-1
/
+82
*
st/dri: Support width and height getters
Jakob Bornecrantz
2012-08-26
1
-1
/
+7
*
st/dri: Claim to support validate_usage
Jakob Bornecrantz
2012-08-26
1
-1
/
+16
*
wgl: update some comments
Brian Paul
2012-08-24
2
-2
/
+2
*
clover: Accept CL_MEM_READ_WRITE flag
Blaž Tomažič
2012-08-24
1
-4
/
+4
*
st/dri: pass config options to the state tracker
Vadim Girlin
2012-08-23
1
-0
/
+8
*
st/dri: add force_glsl_extensions_warn option to dri options
Vadim Girlin
2012-08-23
1
-1
/
+10
*
st/dri: use driver name for driconf section lookup
Vadim Girlin
2012-08-23
1
-1
/
+2
*
st/dri: Add shared usage on buffers created
Jakob Bornecrantz
2012-08-22
1
-0
/
+3
*
wayland-drm: close fd after the display is uninitialized
Philipp Brüschweiler
2012-08-16
1
-2
/
+3
*
st/egl: Fix up for ClientVersion -> ClientMajorVersion rename.
Michel Dänzer
2012-08-15
1
-3
/
+3
*
dri: Simplify use of driConcatConfigs
Chad Versace
2012-08-07
1
-8
/
+4
*
egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_context
Ian Romanick
2012-08-06
1
-3
/
+1
*
st/xorg: updates for CSO interface changes
Brian Paul
2012-08-03
2
-7
/
+9
*
st/xa: updates for CSO interface changes
Brian Paul
2012-08-03
4
-9
/
+9
*
vega: fix build breakage from cso sampler/view changes
Brian Paul
2012-08-03
1
-17
/
+17
*
st/xorg: fix masked transformations
Lucas Stach
2012-07-20
1
-20
/
+40
*
gallium-egl: Move wayland query_buffer implementation
Kristian Høgsberg
2012-07-19
7
-32
/
+54
*
wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_buffer
Kristian Høgsberg
2012-07-19
1
-3
/
+10
*
wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture format
Kristian Høgsberg
2012-07-19
1
-3
/
+3
*
gallium-egl: Implement eglQueryWaylandBufferWL
Kristian Høgsberg
2012-07-19
1
-1
/
+31
*
st/xorg: attach EDID to outputs
Lucas Stach
2012-07-18
1
-1
/
+36
*
st/xorg: remove superfluous memset
Lucas Stach
2012-07-18
1
-2
/
+0
*
st/xorg: reorder exa context creation and use screen param queries
Lucas Stach
2012-07-18
1
-7
/
+8
*
gbm: Add gbm_bo_import for gallium gbm backend
Kristian Høgsberg
2012-07-17
2
-13
/
+49
*
st/egl: Fix build for wayland includes
Elvis Lee
2012-07-17
1
-3
/
+4
*
st/gbm: renaming pitch to stride on gallium
Elvis Lee
2012-07-17
1
-2
/
+2
*
st/egl: fix uninitialized pointer bug
Brian Paul
2012-07-16
1
-1
/
+1
*
st/xorg: Fix build failure due to symbol clash.
José Fonseca
2012-07-12
1
-0
/
+3
*
wayland-drm: Add protocol to create planar buffers
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
wayland-drm: Pass struct wl_drm_buffer to the driver
Kristian Høgsberg
2012-07-11
2
-15
/
+16
*
clover: Handle NULL devs argument in clBuildProgram
Tom Stellard
2012-07-01
1
-5
/
+10
*
clover: Define non-templated copy constructor for clover::ref_ptr.
Francisco Jerez
2012-07-01
1
-2
/
+1
*
clover: Add a function internalizer pass before LTO v2
Tom Stellard
2012-06-29
1
-10
/
+49
[next]