index
:
~mattst88/mesa
add-f-d-d
arb_gpu_shader5
ballot
bug-109404
compact
dead/csel
dead/double-scheduler
dead/g45-transposed-read
dead/i965-sched-v3
dead/lround
dead/lround2
dead/lvn
dead/nir-vec4-rc
dead/pspom
dead/spf
dead/validate-old
dead/vec4-neg-mul-cse
dead/vec4-rc
dead/vector-logic
deferred/locking
deferred/no-peephole-sel
double-scheduler
experiment/brwinst-struct
experiment/cfg
experiment/demorgan-reverse
experiment/fsgenerator
experiment/glsl_ir_ssa
experiment/opt-1-minus-x-into-swiz
experiment/sample_lz
experiment/single-i965-gen
experiment/ssa
experiment/ssa-before-fixups
for-mark
for-rafael
fp64
jenkins
lvn
master
musl
sched
sched-eot
single-i965-gen
tag/oct-18-2013
tag/oct-2-2014
tag/oct-2-2014-2
vec4-lower-int-mul
vf-component-packing
wip/arb_shader_group_vote
wip/bool
wip/const-vf
wip/const-vf2
wip/dot
wip/gen4-optimize-int-conv
wip/lround
wip/nir-gvn
wip/nir-optimization-progress
wip/packing
wip/pending-scheduler
wip/predicate-block
wip/sample_lz
wip/sched-eot
wip/unorm
wip/validate
wip/vec4-builder
wip/vec4-lower-int-mul
mattst88's mesa repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-20
Works?
double-scheduler
dead/double-scheduler
Matt Turner
1
-10
/
+55
2016-10-20
i965/fs: Readd the top-down scheduler.
Matt Turner
5
-0
/
+1632
2016-10-20
i965/sched: switch to bottom-up scheduling
Connor Abbott
2
-89
/
+79
2016-10-20
i965/sched: switch to register pressure scheduling dynamically
Connor Abbott
3
-29
/
+52
2016-10-20
i965/sched: get rid of the LIFO heuristic
Connor Abbott
3
-59
/
+5
2016-10-20
i965/sched: use a critical path heuristic
Connor Abbott
1
-6
/
+18
2016-10-20
i965: use real latencies in the pre-RA scheduler
Connor Abbott
1
-3
/
+1
2016-10-20
i965/fs: use a better heuristic for SIMD16
Connor Abbott
2
-1
/
+7
2016-10-20
i965/sched: Make instructions_to_schedule a local variable.
Matt Turner
1
-4
/
+1
2016-10-20
i965: Add a function to clone the fs IR.
Matt Turner
2
-0
/
+14
2016-10-20
i965/fs: Mark some methods and parameters const.
Matt Turner
3
-8
/
+8
2016-10-20
i965/fs: Remove grf_used.
Matt Turner
5
-20
/
+12
2016-10-20
i965/fs: Print the scheduler mode.
Matt Turner
4
-8
/
+28
2016-10-17
i965/fs: Add a shader_stats struct.
Matt Turner
9
-15
/
+20
2016-08-18
i965/fs: Switch to per-subspan discard jumps.
Francisco Jerez
1
-3
/
+1
2016-08-18
i965/fs: Drop bogus writemasking disable bit from HALT instructions.
Francisco Jerez
1
-4
/
+0
2016-08-18
mesa: avoid valgrind warning due to opaque only being set sometimes
Ilia Mirkin
1
-2
/
+2
2016-08-18
vbo: remove unnecessary max_basevertex computation
Ilia Mirkin
1
-8
/
+0
2016-08-18
vbo: add basevertex when looking up elements for vbo splitting
Ilia Mirkin
1
-1
/
+1
2016-08-18
radeonsi: initialize and finalize the LLVM function pass manager
Marek Olšák
1
-0
/
+2
2016-08-18
isl: automake: use VISIBILITY_CFLAGS to restrict symbol visibility
Emil Velikov
1
-8
/
+10
2016-08-18
anv: remove dummy VK_DEBUG_MARKER_EXT entry points
mil Velikov
1
-20
/
+0
2016-08-18
anv: do not export the Vulkan API
Emil Velikov
1
-11
/
+0
2016-08-18
anv: automake: build with -Bsymbolic
Emil Velikov
1
-0
/
+1
2016-08-18
anv: automake: use VISIBILITY_CFLAGS to restrict symbol visibility
Emil Velikov
2
-3
/
+7
2016-08-18
anv: remove internal 'validate' layer
Emil Velikov
2
-110
/
+11
2016-08-18
nir/search: Extend 'a@bool' to handle a couple of system values.
Kenneth Graunke
1
-0
/
+7
2016-08-18
nir/search: Fold src_is_bool()/alu_instr_is_bool() into src_is_type().
Kenneth Graunke
1
-31
/
+19
2016-08-18
nir/search: Introduce a src_is_type() helper for 'a@type' handling.
Kenneth Graunke
1
-13
/
+29
2016-08-18
i965: Fix barrier count shift in scalar TCS backend.
Kenneth Graunke
1
-1
/
+1
2016-08-18
i965: Fix execution size of scalar TCS barrier setup code.
Kenneth Graunke
1
-6
/
+6
2016-08-18
i965: Implement the WaPreventHSTessLevelsInterference workaround.
Kenneth Graunke
6
-3
/
+175
2016-08-18
nir/builder: Add bany_inequal and bany helpers.
Kenneth Graunke
1
-0
/
+19
2016-08-17
mesa: Fix uf10_to_f32() scale factor in the E == 0 and M != 0 case.
Kenneth Graunke
1
-1
/
+1
2016-08-17
swr: [rasterizer core] only use Viewport/Scissors during SwrDraw* operations
Tim Rowley
12
-415
/
+400
2016-08-17
swr: [rasterizer common] reorder SWR_FORMAT_INFO
Tim Rowley
2
-825
/
+1433
2016-08-17
swr: [rasterizer core] make dirtytile list point directly to macrotilequeues
Tim Rowley
3
-14
/
+15
2016-08-17
swr: [rasterizer core] portability - remove use of INT64
Tim Rowley
1
-2
/
+2
2016-08-17
swr: [rasterizer core] viewport transform disabled fix
Tim Rowley
1
-4
/
+11
2016-08-17
swr: [rasterizer core] clamp scissor rects to current tile rect
Tim Rowley
1
-0
/
+18
2016-08-17
swr: [rasterizer core] align stats structures
Tim Rowley
1
-2
/
+2
2016-08-17
swr: [rasterizer core] use AVX2 permute to simplify PaTriList
Tim Rowley
1
-1
/
+35
2016-08-17
swr: [rasterizer core] move some global variables to SWR_CONTEXT
Tim Rowley
2
-9
/
+9
2016-08-17
swr: [rasterizer core] change scale on VP matrix element gathers
Tim Rowley
1
-6
/
+6
2016-08-17
swr: [rasterizer] implementing native AVX-512 simd16 intrinsics
Tim Rowley
2
-84
/
+265
2016-08-17
i965/blorp: Use nir_alu_type for the texture data type
Jason Ekstrand
2
-27
/
+16
2016-08-17
i965: brw_blorp_blit.cpp -> blorp_blit.c
Jason Ekstrand
2
-6
/
+6
2016-08-17
i965: brw_blorp_clear.cpp -> blorp_clear.c
Jason Ekstrand
2
-5
/
+1
2016-08-17
i965: Split brw_blorp.c/h into multiple files
Jason Ekstrand
11
-1373
/
+1495
2016-08-17
i965/blorp: Factor the guts of blorp_hiz_exec into a helper
Jason Ekstrand
1
-18
/
+25
[next]