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
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: fix bogus layer clamping in setup
Roland Scheidegger
2013-10-29
2
-8
/
+25
*
util,llvmpipe: correctly set the minimum representable depth value
Matthew McClure
2013-10-29
3
-19
/
+64
*
svga: reindent drawing code
Brian Paul
2013-10-29
3
-266
/
+199
*
r600g/sb: fix value::is_fixed()
Vadim Girlin
2013-10-29
1
-2
/
+2
*
vl/h264: split fields into SPS/PPS
Christian König
2013-10-28
7
-125
/
+169
*
radeon/uvd: fix H264 chroma format handling
Christian König
2013-10-28
1
-1
/
+15
*
vl: add 400 chroma format as well
Christian König
2013-10-28
1
-0
/
+1
*
ilo: minor cleanups for recent interface changes
Chia-I Wu
2013-10-28
3
-156
/
+9
*
implement NV_vdpau_interop v7
Christian König
2013-10-26
5
-8
/
+110
*
winsys/radeon: make radeon_drm_winsys_create public
Christian König
2013-10-26
1
-1
/
+1
*
gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
2013-10-26
14
-1
/
+17
*
r600g,radeonsi: use fences provided by the winsys
Marek Olšák
2013-10-25
8
-462
/
+37
*
winsys/radeon: add the implementation of fences from r300g
Marek Olšák
2013-10-25
4
-33
/
+87
*
radeonsi: add the vertex shader position output if it's missing
Marek Olšák
2013-10-25
1
-0
/
+13
*
radeonsi: respect semantic indices for COLOR[i] fragment shader outputs
Marek Olšák
2013-10-25
1
-5
/
+2
*
freedreno/a3xx/compiler: relative addressing
Rob Clark
2013-10-24
1
-1
/
+123
*
freedreno/a3xx: fix const/rel/const-rel encoding
Rob Clark
2013-10-24
4
-88
/
+300
*
freedreno/a3xx: add blend state
Rob Clark
2013-10-24
2
-5
/
+23
*
freedreno/resource: fail more gracefully
Rob Clark
2013-10-24
1
-1
/
+13
*
gallivm: implement fully accurate corner filtering for seamless cube maps
Roland Scheidegger
2013-10-25
1
-13
/
+151
*
dri: Move driver config options to dri driver extensions.
Eric Anholt
2013-10-24
4
-3
/
+11
*
clover: Query maximum kernel block size from the device instead of the kernel...
Francisco Jerez
2013-10-24
4
-10
/
+18
*
svga: remove user-space vertex/index buffer code
Brian Paul
2013-10-24
6
-259
/
+13
*
freedreno: fix compile error
Rob Clark
2013-10-23
1
-1
/
+1
*
clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104a
David Heidelberger
2013-10-23
1
-3
/
+4
*
nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERS
Brian Paul
2013-10-23
1
-1
/
+1
*
radeonsi: remove unused si_set_cs_sampler_view()
Brian Paul
2013-10-23
1
-4
/
+0
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
44
-492
/
+277
*
svga: remove unneeded include of u_double_list.h
Brian Paul
2013-10-23
1
-2
/
+0
*
st/dri: minor formatting clean-ups in dri_context.c
Brian Paul
2013-10-22
1
-4
/
+6
*
clover: Improve region and pitch argument handling in memory transfer APIs.
Francisco Jerez
2013-10-21
1
-130
/
+270
*
clover: Add a pixel_size() method to the image class.
Francisco Jerez
2013-10-21
2
-0
/
+7
*
clover: Implement support for the ICD extension.
Francisco Jerez
2013-10-21
17
-78
/
+1046
*
clover: Make sure hidden is the default symbol visibility.
Francisco Jerez
2013-10-21
1
-2
/
+5
*
clover: Prepare the build system for ICD support.
Tom Stellard
2013-10-21
2
-8
/
+11
*
clover: Fix memory leak when initializing a device object fails.
Francisco Jerez
2013-10-21
1
-1
/
+3
*
clover: Tidy up resource::mapping.
Francisco Jerez
2013-10-21
2
-11
/
+9
*
clover: Simplify command_queue::flush().
Francisco Jerez
2013-10-21
2
-11
/
+10
*
clover: Clean up the kernel and program object interface.
Francisco Jerez
2013-10-21
8
-136
/
+139
*
clover: Clean up the interface of the context object slightly.
Francisco Jerez
2013-10-21
6
-27
/
+23
*
clover: Delete copy constructors and assignment operators in all non-copiable...
Francisco Jerez
2013-10-21
11
-22
/
+44
*
clover: Define a few convenience equality operators.
Francisco Jerez
2013-10-21
10
-5
/
+47
*
clover: Simplify the platform object by using util/range.
Francisco Jerez
2013-10-21
3
-28
/
+8
*
clover: Add property list helpers with a syntax consistent with other API obj...
Francisco Jerez
2013-10-21
5
-50
/
+91
*
clover: Switch samplers to the new model.
Francisco Jerez
2013-10-21
7
-53
/
+53
*
clover: Switch memory objects to the new model.
Francisco Jerez
2013-10-21
9
-302
/
+267
*
clover: Switch kernel and program objects to the new model.
Francisco Jerez
2013-10-21
11
-492
/
+458
*
clover: Switch command queues to the new model.
Francisco Jerez
2013-10-21
14
-252
/
+264
*
clover: Switch event objects to the new model.
Francisco Jerez
2013-10-21
7
-222
/
+233
*
clover: Switch context objects to the new model.
Francisco Jerez
2013-10-21
13
-103
/
+91
[next]