index
:
~bwidawsk/mesa
16-vs
16-vs-v2
4x4stc
aux-buf
aux-buf-v2
blits
blits-new
blitsv2
blitsv3
braswell
braswell-mocs-experiment
braswell-prefer-meta
bxt2x6
bxt_ds
captures
cnl
context_support
cpu_map_mcs
current_modifiers
fast-lod
fast-stencil
fast_jenkins
fast_stencil
float-blend
for-bernard
for-janesma
for-timo
gen9-fixes
gt1
gt4
gt4_test
gtt-map-nonblock
image_ccs_alloc
image_ccs_alloc_fbmods
integer-multiplyv2
jenkins
libunwind
master
mempcy
miptree-rework
mocs
modifier-blob
modifier-temp2
modifiers
modifiers-temp
modifiersv2
modifiersv3
modifiersv4
modifiersv6
modifiersv7
modifiersv8
modifiersv9
modv11
modv12
mul_dw
new-blits
new-system-routine
non-block
prelocate
queued
qw-mul
random-lris
reorg-array-optv2
reorg-map
rework_ddchkclr
scanout-y
serial-pipecontrol
simd16
skl-fast-clear
stencil-blits
system_routine
system_routine_temp
test-non-block
texture-array-opt
texture-array-optv2
texture-array-optv3
texture-array-optv4
throttle-cheat
vec4-more-spill
vec4-more-spill2
vec4-more-spill3
vf_comp_pack
workarounds
ytile
Unnamed repository; edit this file to name it for gitweb.
bwidawsk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-23
i965: Allow Y-tiled allocations for large surfaces
blits
Ben Widawsky
2
-24
/
+52
2015-02-22
i965: Attempt to blit for larger textures
Ben Widawsky
2
-7
/
+118
2015-02-22
i965: Extract blit height max
Ben Widawsky
2
-7
/
+15
2015-02-22
i965: Create and use #defines for blitter constraints
Ben Widawsky
4
-12
/
+18
2015-02-22
i965: Fix comments about blit constraints
Ben Widawsky
2
-4
/
+12
2015-02-22
i965: Kill y_or_x variable in miptree tiling selection
Ben Widawsky
1
-3
/
+3
2015-02-22
i965/skl: Use 1 register for uniform pull constant payload
Ben Widawsky
1
-1
/
+1
2015-02-21
nir: Generalize the optimization of subs of subs from 0.
Eric Anholt
1
-2
/
+2
2015-02-21
nir: Collapse repeated bcsels on the same argument.
Eric Anholt
1
-0
/
+1
2015-02-21
nir: When faced with a csel on !condition, just flip the arguments.
Eric Anholt
1
-0
/
+1
2015-02-21
nir: Allow nir_opt_algebraic to see booleanness through &&, ||, ^, !.
Eric Anholt
1
-1
/
+29
2015-02-21
nir: Add a couple of simplifications of csel operations.
Eric Anholt
1
-0
/
+3
2015-02-21
glsl: ensure that enter/leave record get a record type
Ilia Mirkin
2
-0
/
+5
2015-02-21
tgsi: avoid returning pointer to local var, make it static
Ilia Mirkin
1
-1
/
+1
2015-02-21
freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properly
Rob Clark
1
-1
/
+6
2015-02-21
freedreno: update generated headers
Rob Clark
7
-16
/
+44
2015-02-21
freedreno/a4xx: bit of cleanup
Rob Clark
4
-33
/
+27
2015-02-21
loader: not having a pci-id should not be a warn
Rob Clark
1
-3
/
+6
2015-02-21
freedreno: implement fence
Rob Clark
4
-74
/
+65
2015-02-21
freedreno/a2xx: fix increment in assert
Rob Clark
1
-1
/
+2
2015-02-21
i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate data
Jordan Justen
1
-2
/
+2
2015-02-21
i965/fs: Set pixel/sample mask for compute shaders atomic ops
Jordan Justen
1
-4
/
+4
2015-02-21
ilo: R32G32B32_FLOAT need no special care on Gen8+
Chia-I Wu
1
-3
/
+6
2015-02-21
ilo: 128 BPP formats can use TiledY on Gen7.5+
Chia-I Wu
1
-1
/
+6
2015-02-20
nvc0: enable double support
Ilia Mirkin
3
-3
/
+4
2015-02-20
nvc0/ir: remove merge/split pairs to allow normal propagation to occur
Ilia Mirkin
1
-0
/
+30
2015-02-20
nvc0/ir: add support for new TGSI double opcodes
Ilia Mirkin
1
-0
/
+236
2015-02-20
nvc0/ir: handle zero and negative sqrt arguments
Ilia Mirkin
1
-2
/
+14
2015-02-20
nvc0/ir: no instruction can load a double immediate
Ilia Mirkin
1
-0
/
+2
2015-02-20
nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64
Ilia Mirkin
5
-16
/
+40
2015-02-20
gm107/ir: fix F2F flipped stype/dtype flags
Ilia Mirkin
1
-2
/
+2
2015-02-20
gm107/ir: fix DSET boolean float flag
Ilia Mirkin
1
-0
/
+1
2015-02-20
gm107/ir: fix DMUL opcode encoding
Ilia Mirkin
1
-3
/
+3
2015-02-20
gk110/ir: add emission of dadd/dmul/dmad opcodes
Ilia Mirkin
1
-3
/
+77
2015-02-20
nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmax
Ilia Mirkin
1
-3
/
+63
2015-02-21
mesa: don't enable NV_fragment_program_option with swrast
Roland Scheidegger
1
-1
/
+0
2015-02-20
drivers/x11: add gallium include dirs to Makefile.am
Brian Paul
1
-0
/
+2
2015-02-21
vbo: fix an unitialized-variable warning
Marek Olšák
1
-0
/
+1
2015-02-21
gallium/sw/kms: fix a type-mismatch warning
Marek Olšák
1
-1
/
+1
2015-02-21
gallium/sw/kms: don't redefine DEBUG
Marek Olšák
1
-7
/
+7
2015-02-21
targets/d3dadapter9: remove an unused variable
Marek Olšák
1
-1
/
+1
2015-02-21
tgsi: fix type-mismatch warning
Marek Olšák
1
-1
/
+1
2015-02-21
gallivm: fix uninitialized-variable warnings
Marek Olšák
2
-2
/
+2
2015-02-20
mesa: Have configure define NDEBUG, not mtypes.h.
Matt Turner
2
-3
/
+2
2015-02-20
nir: Fix the Mesa build without -DDEBUG.
Kenneth Graunke
1
-2
/
+2
2015-02-20
nir: Drop dependency on mtypes.h for core NIR.
Eric Anholt
3
-1
/
+5
2015-02-20
glsl: Only include mtypes from glsl_types.h for the C++ code that needs it.
Eric Anholt
1
-1
/
+1
2015-02-20
util: Move Mesa's bitset.h to util/.
Eric Anholt
12
-10
/
+10
2015-02-20
mesa: Make bitset.h not rely on Mesa-specific types and functions.
Eric Anholt
1
-4
/
+3
2015-02-20
mesa: Use u_math.h from macros.h
Eric Anholt
5
-33
/
+1
[next]