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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
*
svga: use new enum indices_mode type
Brian Paul
2015-11-04
2
-2
/
+4
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
7
-10
/
+109
*
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: free sampler view on failure path
Dave Airlie
2015-10-31
1
-1
/
+5
*
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
2015-10-31
2
-10
/
+29
*
virgl: unwrap the includes
Emil Velikov
2015-10-30
13
-30
/
+45
*
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
*
virgl: remove sw_winsys pointer from virgl_screen
Emil Velikov
2015-10-30
3
-3
/
+0
*
virgl: rename virgl.h to virgl_screen.h
Emil Velikov
2015-10-30
6
-5
/
+5
*
virgl: move virgl_hw.h into the driver dir
Emil Velikov
2015-10-30
4
-2
/
+289
*
virgl: straighten the includes confusion
Emil Velikov
2015-10-30
3
-6
/
+3
*
virgl: move sources list to Makefile.sources
Emil Velikov
2015-10-30
2
-10
/
+19
*
nv50: do not create an invalid HW query type
Samuel Pitoiset
2015-10-30
2
-12
/
+30
*
nv50: move HW queries to nv50_query_hw.c/h files
Samuel Pitoiset
2015-10-30
8
-349
/
+476
*
nv50: move nva0_so_target_save_offset() to its correct location
Samuel Pitoiset
2015-10-30
3
-21
/
+18
*
nv50: add a header file for nv50_query
Samuel Pitoiset
2015-10-30
6
-40
/
+49
*
vc4: Allow user index buffers, to avoid slow readback for shadow IBs.
Eric Anholt
2015-10-29
4
-10
/
+25
*
nv50: mark contexts shareable, compile at creation time
Ilia Mirkin
2015-10-29
2
-1
/
+4
*
nv50: allow per-sample interpolation to be forced via rast
Ilia Mirkin
2015-10-29
8
-9
/
+52
*
r600: enable SB for geom shaders on pre-evergreen
Dave Airlie
2015-10-30
1
-4
/
+0
*
r600g: Fix special negative immediate constants when using ABS modifier.
Ivan Kalvachev
2015-10-29
3
-6
/
+6
*
nvc0: expose a group of performance metrics on Fermi
Samuel Pitoiset
2015-10-29
3
-3
/
+16
*
nv50/ir: adapt to new method for passing in cull/clip distance masks
Ilia Mirkin
2015-10-29
4
-14
/
+14
*
nvc0: share shaders between contexts and build immediately
Ilia Mirkin
2015-10-29
3
-1
/
+7
*
nvc0: do upload-time fixups for interpolation parameters
Ilia Mirkin
2015-10-29
15
-19
/
+239
*
nv50: add ARB_copy_image support
Ilia Mirkin
2015-10-28
2
-7
/
+11
*
nvc0: add ARB_copy_image support
Ilia Mirkin
2015-10-28
2
-7
/
+11
*
nvc0: fix crash when nv50_miptree_from_handle fails
Julien Isorce
2015-10-28
1
-1
/
+2
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
13
-0
/
+13
*
radeonsi: allow copying between compatible compressed and uncompressed formats
Marek Olšák
2015-10-28
1
-1
/
+1
*
radeon/uvd: implement and add flag for VAAPI HEVC decode
Boyuan Zhang
2015-10-27
2
-0
/
+16
*
winsys/amdgpu: remove the dcc_enable surface flag
Marek Olšák
2015-10-27
2
-3
/
+1
*
radeonsi: add debug flags that disable DCC and DCC fast clear
Marek Olšák
2015-10-27
3
-0
/
+10
[prev]
[next]