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
*
util: Move Mesa's bitset.h to util/.
Eric Anholt
2015-02-20
12
-10
/
+10
*
mesa: Make bitset.h not rely on Mesa-specific types and functions.
Eric Anholt
2015-02-20
1
-4
/
+3
*
mesa: Use u_math.h from macros.h
Eric Anholt
2015-02-20
5
-33
/
+1
*
gallium/util: Don't include unused debug functions from u_math.h
Eric Anholt
2015-02-20
1
-1
/
+0
*
mesa: Add gallium include dirs to more parts of the tree.
Eric Anholt
2015-02-20
12
-0
/
+24
*
gallium/radeon: fix an uninitialized-variable warning
Marek Olšák
2015-02-20
1
-1
/
+1
*
gallium: add new double-related shader caps to all the getters
Ilia Mirkin
2015-02-20
5
-0
/
+20
*
svga: add missing _DROUND,DFRACEXP_DLDEXP_SUPPORTED switch cases
Brian Paul
2015-02-20
1
-0
/
+2
*
radeonsi: don't use SQC_CACHES to flush ICACHE and KCACHE on SI
Marek Olšák
2015-02-20
1
-18
/
+11
*
i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARB
Iago Toral Quiroga
2015-02-20
1
-0
/
+5
*
mesa: Check that draw buffers are valid for glDrawBuffers on GLES3
Eduardo Lima Mitev
2015-02-20
1
-0
/
+14
*
glsl: don't allow invariant qualifiers for interface blocks
Samuel Iglesias Gonsalvez
2015-02-20
1
-0
/
+22
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
8
-68
/
+67
*
vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.
Eric Anholt
2015-02-19
3
-45
/
+49
*
vc4: Enforce one-uniform-per-instruction after optimization.
Eric Anholt
2015-02-19
6
-50
/
+209
*
vc4: Rename add_uniform() to qir_uniform().
Eric Anholt
2015-02-19
1
-15
/
+15
*
vc4: Shut up runtime warnings about new pipe caps.
Eric Anholt
2015-02-19
1
-0
/
+2
*
i965/vec4: Add and use byte-MOV instruction for unpack 4x8.
Matt Turner
2015-02-19
4
-2
/
+21
*
i965/blorp: Emit MADs.
Matt Turner
2015-02-19
2
-4
/
+11
*
i965/blorp: Optimize clamping tex coords.
Matt Turner
2015-02-19
2
-4
/
+22
*
i965: Use greater-equal cmod to implement maximum.
Matt Turner
2015-02-19
4
-7
/
+10
*
i965: Don't emit saturates for instructions without destinations.
Matt Turner
2015-02-19
2
-2
/
+2
*
i965/fs: Consider MOV.SAT to interfere if it has a source modifier.
Matt Turner
2015-02-19
2
-4
/
+52
*
i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.
Matt Turner
2015-02-19
2
-4
/
+44
*
i965/fs: Add unit tests for saturate propagation pass.
Matt Turner
2015-02-19
2
-0
/
+362
*
glsl: Use the without_array predicate
Timothy Arceri
2015-02-20
1
-5
/
+2
*
nv50: add PIPELINE_STATISTICS query support, based on nvc0
Ilia Mirkin
2015-02-19
2
-2
/
+27
*
svga: add missing :
Ilia Mirkin
2015-02-19
1
-1
/
+1
*
nir/GCM: Pull unpinned instructions out of blocks while pinning
Jason Ekstrand
2015-02-19
1
-37
/
+25
*
nir/GCM: Use pass_flags instead of bitsets for tracking visited/pinned
Jason Ekstrand
2015-02-19
1
-46
/
+49
*
nir: Add a global code motion (GCM) pass
Jason Ekstrand
2015-02-19
3
-0
/
+504
*
nir/instr: Change "live" to a more generic "pass_flags" field
Jason Ekstrand
2015-02-19
2
-7
/
+13
*
nir: Make nir_[cf_node/instr]_[prev/next] return null if at the end
Jason Ekstrand
2015-02-19
1
-6
/
+22
*
nir/from_ssa: Don't try to read an invalid instruction
Jason Ekstrand
2015-02-19
1
-1
/
+1
*
nir/validate: Validate SSA defs the same way we do for registers
Jason Ekstrand
2015-02-19
1
-8
/
+79
*
nir/validate: Validate if_uses on registers
Jason Ekstrand
2015-02-19
1
-18
/
+44
*
nir: Properly clean up CF nodes when we remove them
Jason Ekstrand
2015-02-19
1
-0
/
+54
*
nir: use nir_foreach_ssa_def for indexing ssa defs
Jason Ekstrand
2015-02-19
1
-23
/
+5
*
nir/from_ssa: Use the nir_block_dominance function instead of our own
Jason Ekstrand
2015-02-19
1
-7
/
+2
*
nir/dominance: Add a constant-time mechanism for comparing blocks
Jason Ekstrand
2015-02-19
2
-0
/
+39
*
nir/dominance: Expose the dominance intersection function
Jason Ekstrand
2015-02-19
2
-0
/
+24
*
st/mesa: lower DFRACEXP/DLDEXP when they are not supported
Ilia Mirkin
2015-02-19
1
-0
/
+3
*
st/mesa: disable lowering of dops to dfrac when dround is available
Ilia Mirkin
2015-02-19
1
-7
/
+6
*
st/mesa: add support for new double opcodes
Ilia Mirkin
2015-02-19
1
-1
/
+5
*
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
2015-02-19
8
-0
/
+10
*
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
2015-02-19
8
-1
/
+15
*
gallium: add some more double opcodes to avoid unnecessary lowering
Ilia Mirkin
2015-02-19
3
-1
/
+50
*
st/mesa: add st fp64 support (v7.1)
Dave Airlie
2015-02-20
2
-125
/
+460
*
mesa/st_tgsi_to_glsl: prepare add_constant for fp64
Dave Airlie
2015-02-20
1
-20
/
+21
*
st/glsl_to_tgsi: convert dst to an array
Dave Airlie
2015-02-20
1
-65
/
+65
[next]