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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-26
mesa: drop APPLE_vertex_array_object support
Timothy Arceri
11
-100
/
+19
2017-04-26
radv: Enable userspace fence checking.
Bas Nieuwenhuizen
3
-3
/
+36
2017-04-25
i965: Remove unused variable 'options'
Matt Turner
1
-2
/
+0
2017-04-25
glsl: Initialize current_var
Matt Turner
1
-1
/
+1
2017-04-25
radv/ac: setup mrt exports then export them in one go. (v2)
Dave Airlie
1
-15
/
+19
2017-04-25
radv/ac: overhaul vs output/ps input routing
Dave Airlie
3
-37
/
+55
2017-04-25
radv/ac: move point coord after layer/viewport.
Dave Airlie
1
-6
/
+7
2017-04-25
gallium: remove u_caps.c/h interface
Samuel Pitoiset
3
-340
/
+0
2017-04-25
ddebug: implement get_query_result_resource
Marek Olšák
1
-0
/
+16
2017-04-25
trace: don't trace resource_destroy
Marek Olšák
1
-7
/
+4
2017-04-25
gallium/util: add debugging helpers printing pipeline statistics
Marek Olšák
2
-0
/
+59
2017-04-25
Android: fix r300g only build
Rob Herring
1
-3
/
+5
2017-04-25
mesa: use locked version of HashWalk for xfb objects
Timothy Arceri
1
-2
/
+2
2017-04-25
mesa: create locked version of HashWalk
Timothy Arceri
2
-8
/
+31
2017-04-24
genxml: Fix gen_pack_header.py crash when field type is invalid.
Rafael Antognolli
1
-2
/
+2
2017-04-24
genxml: Make BLEND_STATE command support variable length array.
Rafael Antognolli
7
-48
/
+74
2017-04-24
genxml: Fix python crash when no dwords are found.
Rafael Antognolli
1
-5
/
+12
2017-04-24
genxml: Remove unused parameter.
Rafael Antognolli
1
-2
/
+2
2017-04-24
intel/aubinator: Correctly read variable length structs.
Rafael Antognolli
3
-6
/
+54
2017-04-24
isl/format: Update the R16G16B16X16_FLOAT entry
Nanley Chery
1
-1
/
+1
2017-04-24
anv/pass: Delete anv_pass::subpass_attachments
Nanley Chery
1
-1
/
+0
2017-04-24
intel/fs: Take into account amount of data read in spilling cost heuristic.
Francisco Jerez
1
-1
/
+1
2017-04-24
intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.
Francisco Jerez
1
-2
/
+1
2017-04-24
i965/vec4: Use reads_accumulator_implicitly(), not MACH checks.
Kenneth Graunke
1
-4
/
+4
2017-04-24
android: radv/ac: Fix nir.h include
Mauro Rossi
1
-0
/
+2
2017-04-24
radv/ac: copy llvm machine feature flags from radeonsi.
Dave Airlie
1
-1
/
+1
2017-04-24
i965: remove now unused GLSL IR optimisations
Timothy Arceri
4
-888
/
+0
2017-04-24
i965: remove GLSL IR optimisation loop
Timothy Arceri
1
-16
/
+0
2017-04-24
glsl: use ARB_enhahnced_layouts for packing where possible
Timothy Arceri
1
-0
/
+70
2017-04-24
glsl: disable varying packing for varying used by interpolateAt*
Timothy Arceri
3
-7
/
+19
2017-04-24
glsl_to_nir: skip ir_var_shader_shared variables
Timothy Arceri
1
-0
/
+7
2017-04-24
nir/i965: add before ffma algebraic opts
Timothy Arceri
3
-0
/
+30
2017-04-24
nir: shuffle constants to the top
Timothy Arceri
2
-1
/
+19
2017-04-24
nir: add flt comparision simplification
Timothy Arceri
2
-0
/
+19
2017-04-23
radv: Enable lowering fdiv in nir.
Bas Nieuwenhuizen
1
-0
/
+1
2017-04-23
freedreno/a5xx: hack for r8g8b8a8_snorm
Rob Clark
1
-1
/
+1
2017-04-23
freedreno/a5xx: rgtc formats
Rob Clark
2
-8
/
+12
2017-04-22
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
20
-94
/
+94
2017-04-22
radv: Use the correct pipeline for dispatches.
Bas Nieuwenhuizen
1
-3
/
+3
2017-04-22
etnaviv: Supertiled texture support on gc3000
Wladimir J. van der Laan
2
-8
/
+11
2017-04-22
etnaviv: etnaviv_fence: Simplify the return code logic
Fabio Estevam
1
-4
/
+2
2017-04-22
freedreno/a5xx: occlusion query
Rob Clark
4
-3
/
+140
2017-04-22
freedreno: drop ring arg from _set_stage()
Rob Clark
7
-17
/
+13
2017-04-22
freedreno: update generated headers
Rob Clark
6
-12
/
+25
2017-04-22
freedreno: add support for hw accumulating queries
Rob Clark
8
-33
/
+384
2017-04-22
freedreno: a bit of query refactor
Rob Clark
4
-40
/
+40
2017-04-22
freedreno: make hw-query a helper
Rob Clark
13
-16
/
+57
2017-04-22
i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().
Kenneth Graunke
1
-0
/
+7
2017-04-22
mesa: validate sampler type across the whole program
Timothy Arceri
3
-5
/
+28
2017-04-22
mesa: don't lock hashtables that are not shared across contexts
Timothy Arceri
5
-15
/
+16
[prev]
[next]