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
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
131
-746
/
+735
*
mesa: Remove CHECK macro.
Matt Turner
2015-02-23
3
-58
/
+30
*
mesa: Remove dead CAPI define.
Matt Turner
2015-02-23
1
-5
/
+0
*
gallium: Use util_cpu_to_le{16,32} in many more places.
Matt Turner
2015-02-23
5
-390
/
+88
*
gallium/util: Use HAVE___BUILTIN_* macros.
Matt Turner
2015-02-23
1
-6
/
+5
*
mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.
Matt Turner
2015-02-23
1
-143
/
+0
*
i965: Link test programs with gtest before pthreads.
Matt Turner
2015-02-23
1
-10
/
+10
*
osmesa: add gallium include dirs to Makefile.am
Brian Paul
2015-02-23
1
-0
/
+2
*
util: move pipe_prim_names array into u_prim_name()
Brian Paul
2015-02-23
1
-24
/
+21
*
util: rewrite debug_print_transfer_flags() using debug_dump_flags()
Brian Paul
2015-02-23
1
-28
/
+13
*
mesa: Adds missing error condition in _mesa_check_sample_count()
Eduardo Lima Mitev
2015-02-23
1
-3
/
+4
*
radeonsi: fix a warning caused by previous commit
Marek Olšák
2015-02-23
1
-1
/
+1
*
radeonsi: fix point sprites
Marek Olšák
2015-02-23
1
-1
/
+1
*
i965/skl: Use 1 register for uniform pull constant payload
Ben Widawsky
2015-02-22
1
-1
/
+1
*
nir: Generalize the optimization of subs of subs from 0.
Eric Anholt
2015-02-21
1
-2
/
+2
*
nir: Collapse repeated bcsels on the same argument.
Eric Anholt
2015-02-21
1
-0
/
+1
*
nir: When faced with a csel on !condition, just flip the arguments.
Eric Anholt
2015-02-21
1
-0
/
+1
*
nir: Allow nir_opt_algebraic to see booleanness through &&, ||, ^, !.
Eric Anholt
2015-02-21
1
-1
/
+29
*
nir: Add a couple of simplifications of csel operations.
Eric Anholt
2015-02-21
1
-0
/
+3
*
glsl: ensure that enter/leave record get a record type
Ilia Mirkin
2015-02-21
2
-0
/
+5
*
tgsi: avoid returning pointer to local var, make it static
Ilia Mirkin
2015-02-21
1
-1
/
+1
*
freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
Rob Clark
2015-02-21
1
-1
/
+6
*
freedreno: update generated headers
Rob Clark
2015-02-21
7
-16
/
+44
*
freedreno/a4xx: bit of cleanup
Rob Clark
2015-02-21
4
-33
/
+27
*
loader: not having a pci-id should not be a warn
Rob Clark
2015-02-21
1
-3
/
+6
*
freedreno: implement fence
Rob Clark
2015-02-21
4
-74
/
+65
*
freedreno/a2xx: fix increment in assert
Rob Clark
2015-02-21
1
-1
/
+2
*
i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data
Jordan Justen
2015-02-21
1
-2
/
+2
*
i965/fs: Set pixel/sample mask for compute shaders atomic ops
Jordan Justen
2015-02-21
1
-4
/
+4
*
ilo: R32G32B32_FLOAT need no special care on Gen8+
Chia-I Wu
2015-02-21
1
-3
/
+6
*
ilo: 128 BPP formats can use TiledY on Gen7.5+
Chia-I Wu
2015-02-21
1
-1
/
+6
*
nvc0: enable double support
Ilia Mirkin
2015-02-20
1
-2
/
+2
*
nvc0/ir: remove merge/split pairs to allow normal propagation to occur
Ilia Mirkin
2015-02-20
1
-0
/
+30
*
nvc0/ir: add support for new TGSI double opcodes
Ilia Mirkin
2015-02-20
1
-0
/
+236
*
nvc0/ir: handle zero and negative sqrt arguments
Ilia Mirkin
2015-02-20
1
-2
/
+14
*
nvc0/ir: no instruction can load a double immediate
Ilia Mirkin
2015-02-20
1
-0
/
+2
*
nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
Ilia Mirkin
2015-02-20
5
-16
/
+40
*
gm107/ir: fix F2F flipped stype/dtype flags
Ilia Mirkin
2015-02-20
1
-2
/
+2
*
gm107/ir: fix DSET boolean float flag
Ilia Mirkin
2015-02-20
1
-0
/
+1
*
gm107/ir: fix DMUL opcode encoding
Ilia Mirkin
2015-02-20
1
-3
/
+3
*
gk110/ir: add emission of dadd/dmul/dmad opcodes
Ilia Mirkin
2015-02-20
1
-3
/
+77
*
nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Ilia Mirkin
2015-02-20
1
-3
/
+63
*
mesa: don't enable NV_fragment_program_option with swrast
Roland Scheidegger
2015-02-21
1
-1
/
+0
*
drivers/x11: add gallium include dirs to Makefile.am
Brian Paul
2015-02-20
1
-0
/
+2
*
vbo: fix an unitialized-variable warning
Marek Olšák
2015-02-21
1
-0
/
+1
*
gallium/sw/kms: fix a type-mismatch warning
Marek Olšák
2015-02-21
1
-1
/
+1
*
gallium/sw/kms: don't redefine DEBUG
Marek Olšák
2015-02-21
1
-7
/
+7
*
targets/d3dadapter9: remove an unused variable
Marek Olšák
2015-02-21
1
-1
/
+1
*
tgsi: fix type-mismatch warning
Marek Olšák
2015-02-21
1
-1
/
+1
*
gallivm: fix uninitialized-variable warnings
Marek Olšák
2015-02-21
2
-2
/
+2
[next]