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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: add support for int64 to bool conversion
Samuel Iglesias Gonsálvez
2017-02-09
1
-2
/
+13
*
nir: add opcode to perform int64 to bool conversions
Samuel Iglesias Gonsálvez
2017-02-09
2
-0
/
+2
*
i965/fs: Add support for nir_op_[iu]2[iu]32
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+4
*
i965/fs: Add support for nir_op_[iu]642f
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+2
*
i965/fs: legalize [u]int64 to 32-bit data conversions in lower_d2x
Samuel Iglesias Gonsálvez
2017-02-09
1
-1
/
+3
*
i965/fs: Add support for nir_op_[iu]642d
Jason Ekstrand
2017-02-09
1
-0
/
+2
*
i965: Allow int64 conversion operations in channel_expressions
Jason Ekstrand
2017-02-09
1
-24
/
+24
*
util/disk_cache: stop using ralloc_asprintf() unnecessarily
Timothy Arceri
2017-02-09
1
-13
/
+12
*
glsl: add param to force shader recompile
Timothy Arceri
2017-02-09
4
-4
/
+5
*
util: add a disk_cache_remove() function
Timothy Arceri
2017-02-09
2
-0
/
+34
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
13
-21
/
+32
*
radv: Add CPU color packing for VK_FORMAT_A2B10G10R10_UNORM_PACK32.
Bas Nieuwenhuizen
2017-02-08
1
-2
/
+6
*
mesa: (trivial) include <inttypes.h> for PRIx64 macros
Roland Scheidegger
2017-02-08
1
-0
/
+1
*
swr: [rasterizer jitter] Pass LLVM-IR size into jitter
Tim Rowley
2017-02-08
3
-3
/
+4
*
swr: [rasterizer core] Frontend SIMD16 WIP
Tim Rowley
2017-02-08
4
-293
/
+331
*
swr: [rasterizer jitter] Disable unsafe FP optimizations in the jitter
Tim Rowley
2017-02-08
1
-1
/
+1
*
swr: [rasterizer core] Frontend SIMD16 WIP
Tim Rowley
2017-02-08
4
-142
/
+243
*
swr: [rasterizer jitter] Add DEBUGTRAP jit builder function
Tim Rowley
2017-02-08
2
-1
/
+9
*
swr: [rasterizer jitter] Multisample blend jit fix
Tim Rowley
2017-02-08
1
-2
/
+2
*
swr: [rasterizer jitter] Change SimdVector representation to array
Tim Rowley
2017-02-08
2
-6
/
+2
*
swr: [rasterizer jitter] Fix issues with stream-out on llvm>=3.8
Tim Rowley
2017-02-08
3
-6
/
+6
*
swr: [rasterizer jitter] Adjust jitter header includes
Tim Rowley
2017-02-08
6
-11
/
+11
*
swr: [rasterizer core] Frontend SIMD16 WIP
Tim Rowley
2017-02-08
5
-43
/
+813
*
r600/sb: Fix memory leak
Bartosz Tomczyk
2017-02-08
1
-1
/
+7
*
mesa: use PRId64/PRIu64 when printing 64-bit ints
Timothy Arceri
2017-02-08
1
-2
/
+2
*
mesa/st: fix strict aliasing issue in int64 code.
Dave Airlie
2017-02-08
1
-4
/
+2
*
mesa/uniform: fix strict aliasing issues with int64 code.
Dave Airlie
2017-02-08
1
-12
/
+26
*
radv: handle dcc in explicit image resolve path. (v2)
Dave Airlie
2017-02-07
1
-3
/
+8
*
radv: Enable fast clears by default.
Bas Nieuwenhuizen
2017-02-07
3
-4
/
+4
*
spirv: Add more asserts in vtn_vector_construct
Jason Ekstrand
2017-02-07
1
-0
/
+15
*
glsl: correct compute shader checks for memoryBarrier functions
Marc Di Luzio
2017-02-06
1
-6
/
+12
*
gallium/tgsi: fix oob access in parse instruction
Li Qiang
2017-02-07
1
-1
/
+1
*
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
Kenneth Graunke
2017-02-06
1
-31
/
+0
*
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
Kenneth Graunke
2017-02-06
3
-48
/
+5
*
i965: Use a better guardband calculation.
Jason Ekstrand
2017-02-06
4
-82
/
+126
*
i965: Combine the Gen6 SF and Clip viewport atoms.
Kenneth Graunke
2017-02-06
3
-57
/
+30
*
radv: pass FMASK alignment to application
Dave Airlie
2017-02-07
1
-0
/
+1
*
radv: Pass DCC alignment to application.
Bas Nieuwenhuizen
2017-02-07
1
-0
/
+1
*
radv: Pass CMASK alignment to application.
Bas Nieuwenhuizen
2017-02-07
1
-0
/
+1
*
radv/ac: avoid the fmask path when doing txs.
Dave Airlie
2017-02-06
1
-1
/
+2
*
swr: [rasterizer core] Removed unused clip code.
Bruce Cherniak
2017-02-06
2
-26
/
+0
*
swr: [rasterizer core] Remove dead code Clipper::ClipScalar()
Bruce Cherniak
2017-02-06
1
-39
/
+0
*
gallium: Remove vc4 simulator hack from loader infrastructure.
Eric Anholt
2017-02-06
2
-21
/
+0
*
loader: Add an environment variable to override driver name choice.
Eric Anholt
2017-02-06
1
-0
/
+11
*
targets: Use a macro to reduce cut and paste in driver setup.
Eric Anholt
2017-02-06
1
-111
/
+22
*
radeon/ac: move common llvm build functions to a separate file.
Dave Airlie
2017-02-07
7
-851
/
+934
*
dri/common: clear the loaderPrivate pointer in driDestroyDrawable
Nicolai Hähnle
2017-02-06
1
-0
/
+12
*
glx: guard swap-interval functions against destroyed drawables
Nicolai Hähnle
2017-02-06
2
-3
/
+19
*
glx/dri3: guard in_current_context against a disappeared drawable
Nicolai Hähnle
2017-02-06
1
-0
/
+4
*
glx/dri3: handle NULL pointers in loader-to-DRI3 drawable conversion
Nicolai Hähnle
2017-02-06
1
-0
/
+2
[next]