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-06-12
i965/vec4: Allow spilling regs of size > 1
vec4-more-spill2
Ben Widawsky
2
-6
/
+3
2015-06-12
i965/vec4: Generalize spill code for multi register
Ben Widawsky
1
-9
/
+43
2015-06-12
i965: Bring back orig_dst to scratch
Ben Widawsky
3
-10
/
+14
2015-06-12
i965/gen8+: Add aux buffer alignment assertions
Ben Widawsky
1
-0
/
+22
2015-06-12
i965/gen9: Set HALIGN_16 for all aux buffers
Ben Widawsky
1
-3
/
+19
2015-06-12
i965/gen8: Correct HALIGN for AUX surfaces
Ben Widawsky
3
-7
/
+22
2015-06-12
i965: Extract tiling from fast clear decision
Ben Widawsky
2
-16
/
+30
2015-06-12
i965/gen9: Only allow Y-Tiled MCS buffers
Ben Widawsky
1
-0
/
+2
2015-06-12
i965: Consolidate certain miptree params to flags
Ben Widawsky
9
-75
/
+77
2015-06-13
glsl: enforce restriction on AoA interface blocks in GLSL ES 3.10
Timothy Arceri
1
-0
/
+11
2015-06-13
glsl: enforce fragment shader input restrictions in GLSL ES 3.10
Timothy Arceri
1
-0
/
+45
2015-06-13
glsl: enforce output variable rules for GLSL ES 3.10
Timothy Arceri
1
-0
/
+49
2015-06-12
i965/nir: Support barrier intrinsic function
Jordan Justen
1
-0
/
+4
2015-06-12
i965/fs: Implement support for ir_barrier
Jordan Justen
5
-0
/
+45
2015-06-12
i965: Add brw_barrier to emit a Gateway Barrier SEND
Jordan Justen
2
-0
/
+32
2015-06-12
i965: Add brw_WAIT to emit wait instruction
Jordan Justen
2
-0
/
+23
2015-06-12
i965: Add notification register
Jordan Justen
1
-0
/
+16
2015-06-12
i965: Disassemble Gateway SEND messages
Jordan Justen
1
-0
/
+16
2015-06-12
i965/inst: Add gateway_notify and gateway_subfuncid fields
Jordan Justen
1
-3
/
+11
2015-06-12
i965: Add GATEWAY_SFID definitions
Jordan Justen
1
-0
/
+8
2015-06-12
nir: Add barrier intrinsic function
Jordan Justen
2
-1
/
+4
2015-06-12
glsl: Add builtin barrier() function
Chris Forbes
1
-0
/
+18
2015-06-12
glsl: Add ir node for barrier
Chris Forbes
12
-0
/
+76
2015-06-12
i965/cs: Use exec all for CS terminate
Jordan Justen
1
-1
/
+2
2015-06-12
i965/fs: Fix unused variable warning
Chad Versace
1
-1
/
+2
2015-06-12
vc4: automake: enable subdir-objects
Emil Velikov
1
-0
/
+2
2015-06-12
mesa: build xmlconfig to a separate static library
Erik Faye-Lund
8
-17
/
+17
2015-06-12
targets/nine: link against libnir/libglsl_util
Emil Velikov
1
-0
/
+2
2015-06-12
pipe-loader: add libnir and libglsl_util to the link
Emil Velikov
1
-0
/
+2
2015-06-12
mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_util
Emil Velikov
8
-39
/
+13
2015-06-12
gallium: use $(top_builddir) when referencing static archives
Emil Velikov
2
-2
/
+2
2015-06-12
freedreno: use CXX linker rather than explicit link against libstdc++
Emil Velikov
1
-1
/
+2
2015-06-12
egl/haiku: coding style fixes
Emil Velikov
1
-4
/
+5
2015-06-12
egl/haiku: plug some obvious memory leaks
Emil Velikov
1
-7
/
+25
2015-06-12
egl/haiku: minor surface management cleanups
Emil Velikov
1
-11
/
+4
2015-06-12
egl/haiku: kill off haiku_log()
Emil Velikov
1
-24
/
+0
2015-06-12
egl/haiku: we don't use src/loader, drop all the references to it
Emil Velikov
2
-8
/
+0
2015-06-12
egl/haiku: remove unused variables in struct haiku_egl_driver
Emil Velikov
1
-4
/
+0
2015-06-12
egl/haiku: handle memory allocation failure
Emil Velikov
1
-7
/
+28
2015-06-12
egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specifics
Emil Velikov
1
-25
/
+39
2015-06-12
egl/haiku: remove commented out code
Emil Velikov
1
-93
/
+0
2015-06-12
egl/haiku: use correct version variable
Emil Velikov
1
-2
/
+1
2015-06-12
trace: Add missing p_compiler.h include.
Jose Fonseca
1
-0
/
+2
2015-06-12
i965/fs: Remove one more fixed brw_null_reg() from the visitor.
Francisco Jerez
1
-1
/
+1
2015-06-11
Revert "i965: Advertise a line width of 40.0 on Cherryview and Skylake."
Kenneth Graunke
1
-5
/
+1
2015-06-11
i965: Re-index SSA definitions before printing NIR code.
Kenneth Graunke
1
-0
/
+6
2015-06-11
gallium: remove explicit values from PIPE_CAP_ enums
Brian Paul
1
-98
/
+98
2015-06-11
mesa/main: Don't use ONCE_FLAG_INIT as a r-value.
Jose Fonseca
1
-1
/
+2
2015-06-11
i965/gen8: Fix antialiased line rendering with width < 1.5
Iago Toral Quiroga
4
-49
/
+30
2015-06-11
glsl: fix constructing a vector from a matrix
Martin Peres
1
-5
/
+17
[next]