index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "util: Move the alternate fpclassify implementation to util"
Jason Ekstrand
2015-01-28
2
-63
/
+50
*
Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
util: Predicate the fpclassify fallback on !defined(__cplusplus)
Jason Ekstrand
2015-01-28
1
-2
/
+12
*
drirc: set allow_glsl_extension_directive_midshader for Dead Island.
Sven Arvidsson
2015-01-28
1
-0
/
+4
*
nir/opcodes: Use fpclassify() instead of isnormal() for ldexp
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
util: Move the alternate fpclassify implementation to util
Jason Ekstrand
2015-01-28
2
-50
/
+53
*
i965/tex: Don't create read-write textures with non-renderable formats
Jason Ekstrand
2015-01-28
1
-0
/
+5
*
i965/gen8: Include the buffer offset when emitting renderbuffer relocs
Jason Ekstrand
2015-01-28
1
-1
/
+1
*
mesa: improve error messaging for format CSV parser
Tapani Pälli
2015-01-28
2
-2
/
+7
*
clover/llvm: Dump the OpenCL C code earlier.
EdB
2015-01-28
1
-3
/
+3
*
clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.
EdB
2015-01-28
1
-13
/
+20
*
r600g: add support for primitive id without geom shader (v2)
Dave Airlie
2015-01-28
6
-1
/
+51
*
r600g: move selecting the pixel shader earlier.
Dave Airlie
2015-01-28
1
-3
/
+4
*
st/clover: Pass target instead of target.begin() to std::string()
Michel Dänzer
2015-01-27
1
-3
/
+3
*
r600g,radeonsi: Fix calculation of IR target cap string buffer size
Michel Dänzer
2015-01-27
1
-2
/
+2
*
nir: fix a bug with constant folding non-per-component instructions
Connor Abbott
2015-01-26
1
-1
/
+2
*
nir: add a helper function for getting the number of source components
Connor Abbott
2015-01-26
1
-0
/
+15
*
i965: Implemente a tiled fast-path for glReadPixels and glGetTexImage
Sisinty Sasmita Patra
2015-01-26
3
-1
/
+271
*
i965/tiled_memcpy: Add tiled-to-linear paths
Sisinty Sasmita Patra
2015-01-26
2
-0
/
+281
*
i965: Refactor tiled memcpy functions and move them into their own file
Sisinty Sasmita Patra
2015-01-26
4
-392
/
+506
*
i965/tex_subimage: Use the fast tiled path for rectangle textures
Jason Ekstrand
2015-01-26
1
-1
/
+2
*
mesa: simplify detection of fpclassify
Felix Janda
2015-01-26
1
-11
/
+7
*
nir/opcodes: Don't go through doubles when constant-folding iabs
Jason Ekstrand
2015-01-26
1
-1
/
+1
*
nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressions
Jason Ekstrand
2015-01-26
1
-6
/
+4
*
nir: Use pointers for nir_src_copy and nir_dest_copy
Jason Ekstrand
2015-01-26
10
-53
/
+47
*
i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.
Kenneth Graunke
2015-01-26
1
-6
/
+10
*
clover: Fix build with llvm after r226981
Jan Vesely
2015-01-26
1
-0
/
+4
*
nir/constant_folding: use the new constant folding infrastructure
Connor Abbott
2015-01-24
1
-158
/
+21
*
nir: add new constant folding infrastructure
Jason Ekstrand
2015-01-24
6
-184
/
+787
*
nir: use Python to autogenerate opcode information
Connor Abbott
2015-01-24
9
-401
/
+479
*
i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
Matt Turner
2015-01-23
2
-0
/
+24
*
i965/fs: Add support for removing MOV.NZ instructions.
Matt Turner
2015-01-23
2
-3
/
+52
*
i965/fs: Allow flipping cond mod for negated arguments.
Matt Turner
2015-01-23
2
-3
/
+39
*
i965/fs: Propagate cmod across flag read if it contains the same value.
Matt Turner
2015-01-23
2
-2
/
+55
*
i965/fs: Add unit tests for cmod propagation pass.
Matt Turner
2015-01-23
2
-0
/
+318
*
i965/fs: Add pass to propagate conditional modifiers.
Matt Turner
2015-01-23
4
-0
/
+101
*
i965/fs: Eliminate null-dst instructions without side-effects.
Matt Turner
2015-01-23
1
-0
/
+11
*
i965/fs: Apply conditional mod specially to split MAD/LRP.
Matt Turner
2015-01-23
1
-4
/
+20
*
i965/fs: Add a pass to fixup 3-src instructions that have a null dest.
Matt Turner
2015-01-23
2
-0
/
+18
*
i965: Add is_3src() to backend_instruction.
Matt Turner
2015-01-23
3
-5
/
+8
*
i965: Add backend_instruction::can_do_cmod().
Matt Turner
2015-01-23
2
-0
/
+46
*
i965/cfg: Add a foreach_block_reverse macro.
Matt Turner
2015-01-23
1
-0
/
+3
*
i965/cfg: Add a foreach_inst_in_block_reverse_safe macro.
Matt Turner
2015-01-23
1
-0
/
+3
*
glsl: Add a foreach_in_list_reverse_safe macro.
Matt Turner
2015-01-23
1
-0
/
+6
*
i965: Don't make instructions with a null dest a barrier to scheduling.
Matt Turner
2015-01-23
1
-4
/
+8
*
i965/fs: Allow SIMD16 on pre-SNB when try_replace_with_sel is successful
Ian Romanick
2015-01-23
3
-13
/
+13
*
nir: Expose nir_print_instr() for debug prints
Eric Anholt
2015-01-23
2
-2
/
+8
*
nir: When asked to print with a NULL state, just use bare variable names.
Eric Anholt
2015-01-23
1
-6
/
+16
*
nir: Add nir_lower_alu_to_scalar.
Eric Anholt
2015-01-23
3
-0
/
+188
*
nir: Make some helpers for copying ALU src/dests.
Eric Anholt
2015-01-23
4
-9
/
+25
[next]