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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/va: properly use brackets in vlVaAcquireBufferHandle's switch
Julien Isorce
2015-11-06
1
-5
/
+4
*
st/va: properly indent buffer.c, config.c, image.c and picture.c
Julien Isorce
2015-11-06
4
-56
/
+56
*
freedreno/a4xx: fix blend color
Rob Clark
2015-11-06
1
-5
/
+9
*
freedreno: update generated headers
Rob Clark
2015-11-06
6
-43
/
+54
*
freedreno: add a305 support
Guillaume Charifi
2015-11-06
1
-0
/
+1
*
freedreno/ir3: Use nir_foreach_variable
Boyan Ding
2015-11-06
1
-3
/
+3
*
nvc0: reintroduce BGRA4 format support
Ilia Mirkin
2015-11-06
2
-3
/
+1
*
st/va: fix memory leak on error in vlVaCreateSurfaces2
Julien Isorce
2015-11-05
1
-3
/
+9
*
st/va: indent vlVaQuerySurfaceAttributes and vlVaCreateSurfaces2
Julien Isorce
2015-11-05
1
-283
/
+283
*
llvmpipe: disable texture cache
Roland Scheidegger
2015-11-05
1
-1
/
+1
*
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
2015-11-05
10
-16
/
+30
*
nv50,nvc0: provide debug messages with shader compilation stats
Ilia Mirkin
2015-11-05
11
-9
/
+28
*
nouveau: add support for sending debug messages via KHR_debug
Ilia Mirkin
2015-11-05
5
-0
/
+26
*
st/clover: provide a path for drivers to call through to pfn_notify
Ilia Mirkin
2015-11-05
4
-4
/
+36
*
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
2015-11-05
6
-0
/
+82
*
nouveau: relax fence emit space assert
Ilia Mirkin
2015-11-04
3
-3
/
+3
*
vc4: When the create ioctl fails, free our cache and try again.
Eric Anholt
2015-11-04
1
-5
/
+24
*
vc4: Print the rounded shader size in debug output.
Eric Anholt
2015-11-04
1
-1
/
+1
*
vc4: Fix dumping the size of BOs allocated/cached.
Eric Anholt
2015-11-04
1
-2
/
+2
*
svga: implement 'white_fragments' option for VGPU10 fragment shaders
Brian Paul
2015-11-04
1
-5
/
+30
*
u_vbuf: minor code reformatting / line wrapping
Brian Paul
2015-11-04
1
-4
/
+8
*
u_vbuf: add some const qualifiers
Brian Paul
2015-11-04
1
-2
/
+2
*
svga: use new enum indices_mode type
Brian Paul
2015-11-04
2
-2
/
+4
*
util/indices: replace #define tokens with enum type
Brian Paul
2015-11-04
3
-86
/
+91
*
gallivm: fix sampling for s3tc srgb formats when using texture cache
Roland Scheidegger
2015-11-04
1
-1
/
+3
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
19
-18
/
+730
*
llvmpipe: use simple coeffs calc for 128bit vectors
Oded Gabbay
2015-11-04
1
-1
/
+6
*
gallium/radeon: allow returning SDMA fences from pipe->flush
Marek Olšák
2015-11-04
1
-8
/
+56
*
gallium/radeon: always return the last SDMA fence on SDMA flush if needed
Marek Olšák
2015-11-04
2
-4
/
+8
*
nvc0: add missing compute parameters required by clover
Samuel Pitoiset
2015-11-03
1
-1
/
+10
*
nvc0: handle NULL pointer in nvc0_get_compute_param()
Samuel Pitoiset
2015-11-03
1
-24
/
+21
*
nv50: use correct heaps for FP and GP code segments
Samuel Pitoiset
2015-11-01
1
-2
/
+2
*
nouveau: get rid of tabs
Ilia Mirkin
2015-10-31
19
-607
/
+607
*
virgl/vtest: fix extra malloc
Dave Airlie
2015-10-31
1
-1
/
+1
*
virgl: free sampler view on failure path
Dave Airlie
2015-10-31
1
-1
/
+5
*
gallium/swrast: fixup build breakage and warnings
Dave Airlie
2015-10-31
6
-1
/
+6
*
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
2015-10-31
7
-12
/
+89
*
winsys/virgl: rework line wrapping/indent
Emil Velikov
2015-10-30
4
-92
/
+124
*
virgl: unwrap the includes
Emil Velikov
2015-10-30
19
-56
/
+72
*
winsys/virgl: remove temporary ret variable
Emil Velikov
2015-10-30
1
-9
/
+3
*
winsys/virgl: always memset prior to ioctl
Emil Velikov
2015-10-30
1
-4
/
+8
*
winsys/virgl: use MALLOC to match FREE
Emil Velikov
2015-10-30
1
-1
/
+1
*
winsys/virgl: remove calloc/malloc casts
Emil Velikov
2015-10-30
2
-5
/
+3
*
winsys/virgl: throw in some inline wrappers
Emil Velikov
2015-10-30
4
-10
/
+40
*
virgl: introduce virgl_query() inline wrapper
Emil Velikov
2015-10-30
1
-5
/
+10
*
virgl: use virgl_screen/surface upcast wrappers
Emil Velikov
2015-10-30
5
-6
/
+11
*
virgl: introduce and use virgl_transfer/texture/resource inline wrappers
Emil Velikov
2015-10-30
7
-24
/
+34
*
virgl: add virgl_context/sampler_view/so_target() upcast wrappers
Emil Velikov
2015-10-30
7
-65
/
+82
*
winsys/virgl/drm: drop unneeded forward declaration
Emil Velikov
2015-10-30
1
-2
/
+0
*
virgl: remove sw_winsys pointer from virgl_screen
Emil Velikov
2015-10-30
3
-3
/
+0
[prev]
[next]