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
/
gallium
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-27
nvc0: Add new launch descriptor format for GP100
Boyan Ding
2
-34
/
+197
2017-04-27
nvc0: Fix index of unk fields in nve4_cp_launch_desc
Boyan Ding
1
-2
/
+2
2017-04-27
nouveau: Fix indentation of maxwell compute class definitions
Boyan Ding
1
-2
/
+2
2017-04-27
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
3
-163
/
+14
2017-04-26
svga: fix vertex buffer binding issue
Brian Paul
1
-2
/
+29
2017-04-26
svga: Removed the unused label 'done' in svga_validate_surface_view()
Charmaine Lee
1
-1
/
+0
2017-04-26
svga: use the winsys interface to invalidate surface
Charmaine Lee
1
-5
/
+1
2017-04-26
svga: fix format for screen target
Charmaine Lee
1
-0
/
+26
2017-04-26
svga: cache the backing surface handle in the texture object
Charmaine Lee
5
-10
/
+57
2017-04-26
svga: Update the backing resource only if needed
Charmaine Lee
2
-3
/
+14
2017-04-26
svga: Set the surface dirty bit for the right surface view
Charmaine Lee
1
-5
/
+19
2017-04-26
svga: Move rendertarget view related fields to hw_clear state
Charmaine Lee
4
-17
/
+18
2017-04-26
svga: Move setting the rendered_to flags to framebuffer emit time
Charmaine Lee
2
-18
/
+28
2017-04-26
svga: add const qualifiers on svga_check_sampler_view_resource_collision()
Brian Paul
2
-4
/
+4
2017-04-26
svga: improve surface view debug messages
Brian Paul
1
-4
/
+5
2017-04-26
svga: add DEBUG_SAMPLERS
Brian Paul
3
-1
/
+4
2017-04-26
svga: fail screen creation if HW version is too old
Brian Paul
1
-0
/
+7
2017-04-26
nv50,nvc0: disable the TGSI merge registers pass
Samuel Pitoiset
2
-2
/
+4
2017-04-26
radeonsi: disable the TGSI merge registers pass
Samuel Pitoiset
1
-1
/
+1
2017-04-26
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
11
-0
/
+15
2017-04-26
radeonsi: use unsynchronized transfers for shader binary uploads
Samuel Pitoiset
1
-1
/
+2
2017-04-26
radeonsi: turn si_shader_key::mono into a non-union
Marek Olšák
3
-15
/
+11
2017-04-26
radeonsi: adjust ESGS ring buffer size computation on VI
Marek Olšák
1
-1
/
+4
2017-04-26
radeonsi/gfx9: don't set deprecated field PARTIAL_ES_WAVE_ON
Marek Olšák
1
-2
/
+3
2017-04-26
radeonsi/gfx9: set MAX_PRIMGRP_IN_WAVE in the correct register
Marek Olšák
2
-1
/
+5
2017-04-26
radeonsi/gfx9: add a workaround for viewing a slice of 3D as a 2D image
Marek Olšák
1
-8
/
+22
2017-04-26
radeonsi/gfx9: fix 1D array shader images
Marek Olšák
1
-0
/
+1
2017-04-26
radeonsi/gfx9: fix most things wrong with shader images
Marek Olšák
2
-12
/
+24
2017-04-26
radeonsi/gfx9: fix texture buffer objects and image buffers with IDXEN==0
Marek Olšák
1
-1
/
+34
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-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
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-20
nvc0: Add support for setting viewport index/layer from VS/TES
Ilia Mirkin
4
-7
/
+27
2017-04-20
nvc0/ir: Only store viewport in scratch register for GP
Lyude
1
-0
/
+1
2017-04-20
gallium: fold u_trim_pipe_prim call from st/mesa to drivers
Marek Olšák
8
-0
/
+38
2017-04-19
swr: simd16 vs work
Tim Rowley
1
-5
/
+25
2017-04-19
r600g: update dirty_level_mask after the 1-st draw after FB change
Constantine Kharlamov
4
-18
/
+26
2017-04-18
freedreno: refactor dirty state handling
Rob Clark
19
-101
/
+119
2017-04-18
freedreno: move clear path dirty state hack to a2xx backend
Rob Clark
2
-9
/
+9
2017-04-18
freedreno/ir3: split out per-stage emit_consts fxns
Rob Clark
5
-21
/
+41
2017-04-18
freedreno: add helper to mark all state clean
Rob Clark
9
-52
/
+34
[next]