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-08-01
eot
wip/sched-eot
sched-eot
Matt Turner
1
-0
/
+18
2016-08-01
mesa: Drop -fno-strict-aliasing.
Matt Turner
1
-6
/
+0
2016-08-01
i915: Avoid aliasing violation.
Matt Turner
1
-1
/
+3
2016-08-01
draw: Avoid aliasing violations.
Matt Turner
2
-3
/
+6
2016-08-01
r600g: Avoid aliasing violations.
Matt Turner
2
-13
/
+9
2016-08-01
r300g: Avoid aliasing violation.
Matt Turner
1
-1
/
+2
2016-08-01
gallium/auxiliary: Add u_bitcast.h header.
Matt Turner
2
-0
/
+58
2016-08-01
glsl_to_tgsi: Avoid aliasing violations.
Matt Turner
1
-4
/
+2
2016-08-01
st/mesa: silence missing braces warning in st_program.c
Brian Paul
1
-1
/
+1
2016-08-01
auxiliary/os: add new os_get_command_line() function
Brian Paul
2
-0
/
+52
2016-08-01
svga: avoid redundant SetVertexBuffer/SetIndexBuffer commands at rebind
Charmaine Lee
1
-16
/
+19
2016-08-01
u_vbuf: fix potentially bogus assert
Rob Clark
1
-2
/
+4
2016-08-01
gbm: Removed unused function.
Ben Widawsky
2
-29
/
+0
2016-08-01
i965: fix comparison warning
Timothy Arceri
1
-1
/
+1
2016-07-31
vc4: Zero-initialize the hardware sampler view structure.
Eric Anholt
1
-1
/
+1
2016-07-31
mesa: Remove set but not used gl_client_array::Stride.
Mathias Fröhlich
8
-9
/
+1
2016-07-31
mesa: Remove set but not used gl_client_array::Enabled.
Mathias Fröhlich
8
-10
/
+2
2016-07-31
vbo: Use the VAO array enabled flags in vbo_exec_array.
Mathias Fröhlich
1
-7
/
+8
2016-07-31
vbo: Walk the VAO in check_array_data.
Mathias Fröhlich
1
-20
/
+29
2016-07-31
vbo: Walk the VAO in print_draw_arrays.
Mathias Fröhlich
1
-20
/
+20
2016-07-31
mesa: Walk the VAO in _mesa_print_arrays.
Mathias Fröhlich
1
-32
/
+20
2016-07-31
vbo: Walk the VAO to check for mapped buffers.
Mathias Fröhlich
1
-10
/
+23
2016-07-31
vbo: Walk the VAO to see if all varyings are in vbos.
Mathias Fröhlich
1
-2
/
+2
2016-07-31
mesa: Implement _mesa_all_varyings_in_vbos.
Mathias Fröhlich
2
-0
/
+39
2016-07-31
mesa: Unbind deleted vbo using _mesa_bind_vertex_buffer.
Mathias Fröhlich
1
-4
/
+7
2016-07-31
glsl: be more strict on block qualifiers
Timothy Arceri
1
-11
/
+73
2016-07-31
glsl: add name param to validate_flags()
Timothy Arceri
3
-10
/
+9
2016-07-31
glsl: add component to ast_type_qualifier::validate_flags
Timothy Arceri
1
-1
/
+2
2016-07-31
docs: Add GL4.4 and ARB_enhanced_layouts to the release notes
Timothy Arceri
1
-3
/
+4
2016-07-30
anv: Perform rasterizer discard in the SOL stage instead of the clipper.
Kenneth Graunke
4
-3
/
+12
2016-07-30
Revert "gallium/util: fix resource leak"
Roland Scheidegger
1
-2
/
+0
2016-07-30
gallium/util: fix resource leak
Eric Engestrom
1
-0
/
+2
2016-07-30
freedreno/a4xx: fix comparison out of range warnings
francians@gmail.com
1
-7
/
+7
2016-07-30
freedreno/a3xx: fix comparison out of range warnings
francians@gmail.com
1
-7
/
+7
2016-07-30
freedreno/a2xx: fix comparison out of range warnings
francians@gmail.com
1
-4
/
+4
2016-07-30
freedreno/ir3: init ir3_shader_key with memset()
francians@gmail.com
1
-1
/
+2
2016-07-30
gallium/freedreno: move cast to avoid integer overflow
Eric Engestrom
1
-2
/
+2
2016-07-30
freedreno/a2xx: remove duplicate assignment
Eric Engestrom
1
-2
/
+2
2016-07-30
freedreno: defer flush_queue allocation
Rob Clark
2
-2
/
+4
2016-07-30
freedreno: add some hw query traces
Rob Clark
1
-0
/
+16
2016-07-30
freedreno: some locking
Rob Clark
9
-23
/
+157
2016-07-30
os: add pipe_mutex_assert_locked()
Rob Clark
1
-0
/
+16
2016-07-30
freedreno: drop needs_rb_fbd
Rob Clark
6
-31
/
+12
2016-07-30
freedreno: move needs_wfi into batch
Rob Clark
19
-94
/
+93
2016-07-30
freedreno: a bit of micro-optimization
Rob Clark
2
-10
/
+10
2016-07-30
freedreno: drop mem2gmem/gmem2mem query stages
Rob Clark
2
-17
/
+1
2016-07-30
freedreno: threaded batch flush
Rob Clark
9
-26
/
+99
2016-07-30
freedreno: track batch/blit types
Rob Clark
5
-24
/
+52
2016-07-30
freedreno: re-order support for hw queries
Rob Clark
19
-264
/
+288
2016-07-30
freedreno: use prsc for hw queries
Rob Clark
3
-35
/
+45
[next]