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
2016-03-24
WaForceCsStallOnTimestampQueryOrDepthCount
gt4_test
Ben Widawsky
4
-1
/
+31
2016-03-24
mesa: Check glReadBuffer enums against the ES3 table.
Kenneth Graunke
1
-1
/
+11
2016-03-24
nir: Add a pass to inline functions
Jason Ekstrand
4
-0
/
+274
2016-03-24
nir/builder: Add helpers for easily inserting copy_var intrinsics
Jason Ekstrand
1
-0
/
+23
2016-03-24
nir: Add return lowering pass
Jason Ekstrand
4
-0
/
+251
2016-03-24
nir: Add a cursor helper for getting a cursor after any phi nodes
Jason Ekstrand
1
-0
/
+16
2016-03-24
nir/builder: Add a helper for inserting jump instructions
Jason Ekstrand
1
-0
/
+7
2016-03-24
nir/cf: Make extracting or re-inserting nothing a no-op
Jason Ekstrand
1
-0
/
+9
2016-03-24
nir: Add a function for comparing cursors
Jason Ekstrand
2
-0
/
+58
2016-03-24
nir/cf: Handle relinking top-level blocks
Jason Ekstrand
1
-2
/
+5
2016-03-24
nir: Add a pass to repair SSA form
Jason Ekstrand
4
-0
/
+163
2016-03-24
nir/vars_to_ssa: Use the new nir_phi_builder helper
Jason Ekstrand
1
-359
/
+134
2016-03-24
nir/dominance: Handle unreachable blocks
Jason Ekstrand
1
-1
/
+5
2016-03-24
nir: Add a phi node placement helper
Jason Ekstrand
4
-0
/
+414
2016-03-24
util/bitset: Allow iterating over const bitsets
Jason Ekstrand
1
-1
/
+1
2016-03-24
ttn: remove stray global from header
Rob Clark
1
-2
/
+0
2016-03-24
nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER info
Samuel Pitoiset
1
-0
/
+3
2016-03-24
mesa: Handle negative length in glPushDebugGroup().
Kenneth Graunke
1
-0
/
+3
2016-03-24
mesa: Make glDebugMessageInsert deal with negative length for all types.
Kenneth Graunke
1
-3
/
+4
2016-03-24
mesa: Include null terminator in GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH.
Kenneth Graunke
1
-1
/
+1
2016-03-24
st/mesa: use RGBA instead of BGRA for SRGB_ALPHA
Nicolai Hähnle
1
-1
/
+1
2016-03-24
radeonsi: silence a coverity warning
Nicolai Hähnle
1
-1
/
+1
2016-03-24
mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...
Bas Nieuwenhuizen
14
-36
/
+43
2016-03-24
nir: fix dangling ssadef->name ptrs
Rob Clark
3
-4
/
+8
2016-03-23
glsl: Add propagate_invariance to the other makefile
Jason Ekstrand
1
-0
/
+1
2016-03-23
nir/glsl: Propagate invariant into NIR alu ops
Jason Ekstrand
1
-0
/
+3
2016-03-23
glsl/rebalance_tree: Don't handle invariant or precise trees
Jason Ekstrand
1
-0
/
+16
2016-03-23
glsl/opt_algebraic: Don't handle invariant or precise trees
Jason Ekstrand
1
-0
/
+19
2016-03-23
glsl: Add a pass to propagate the "invariant" and "precise" qualifiers
Jason Ekstrand
4
-0
/
+128
2016-03-23
nir/alu_to_scalar: Propagate the "exact" bit
Jason Ekstrand
1
-0
/
+1
2016-03-23
i965/peephole_ffma: Don't fuse exact adds
Jason Ekstrand
1
-1
/
+3
2016-03-23
nir/cse: Properly handle nir_ssa_def.exact
Jason Ekstrand
1
-2
/
+14
2016-03-23
nir/algebraic: Flag inexact optimizations
Jason Ekstrand
1
-59
/
+62
2016-03-23
nir/algebraic: Fix fmin detection to match the spec
Jason Ekstrand
1
-1
/
+1
2016-03-23
nir/algebraic: Get rid of an invlid fxor optimization
Jason Ekstrand
1
-1
/
+0
2016-03-23
nir/algebraic: Allow for flagging operations as being inexact
Jason Ekstrand
4
-2
/
+26
2016-03-23
nir/search: Propagate exactness into newly created expressions
Jason Ekstrand
1
-4
/
+5
2016-03-23
nir/builder: Add a flag for setting exact
Jason Ekstrand
1
-0
/
+9
2016-03-23
nir: Add an "exact" bit to nir_alu_instr
Jason Ekstrand
3
-0
/
+14
2016-03-23
nir/clone: Export nir_variable_clone
Jason Ekstrand
2
-4
/
+13
2016-03-23
nir/clone: Expose nir_constant_clone
Jason Ekstrand
2
-4
/
+5
2016-03-23
nir: Fix whitespace
Jason Ekstrand
1
-1
/
+1
2016-03-23
docs: use latest libDRM version
Brian Paul
1
-2
/
+1
2016-03-23
compiler/glsl: allow sequence op as a const expr in gles 1.0
Lars Hamre
1
-1
/
+3
2016-03-23
radeonsi: fix out-of-bounds indexing of shader images
Nicolai Hähnle
1
-1
/
+43
2016-03-23
radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2)
Nicolai Hähnle
1
-2
/
+12
2016-03-23
st/mesa: add missing MemoryBarrier bits and some explanations
Nicolai Hähnle
1
-1
/
+24
2016-03-23
gallium: add PIPE_BARRIER_STREAMOUT_BUFFER
Nicolai Hähnle
1
-0
/
+1
2016-03-23
radeonsi: fix 2D array MSAA failures since image support landed
Marek Olšák
1
-1
/
+2
2016-03-22
i965/fs: Don't constant-fold RCP
Jason Ekstrand
1
-15
/
+0
[next]