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
2015-01-07
fixup! i965/fs: Add local value numbering optimization pass.
lvn
Matt Turner
1
-0
/
+2
2015-01-06
i965/fs: Search for negated MOV arguments in value numbering.
Matt Turner
1
-0
/
+35
2015-01-06
i965/fs: Sort commutative arguments in value numbering.
Matt Turner
1
-0
/
+37
2015-01-06
fixup! i965/fs: Add local value numbering optimization pass.
Matt Turner
1
-14
/
+13
2015-01-06
i965/fs: Add local value numbering optimization pass.
Matt Turner
4
-16
/
+428
2015-01-06
i965/fs: Make the OPT macro a statement-expression.
Matt Turner
1
-3
/
+5
2015-01-05
mesa: create, use new _mesa_texture_base_format() function
Brian Paul
6
-9
/
+23
2015-01-05
mesa: remove unused ctx parameter for _mesa_select_tex_image()
Brian Paul
12
-34
/
+30
2015-01-05
swrast: use new _mesa_base_tex_image() helper
Brian Paul
6
-42
/
+47
2015-01-05
st/mesa: use new _mesa_base_tex_image() helper
Brian Paul
5
-5
/
+14
2015-01-05
mesa: add _mesa_base_tex_image() helper function
Brian Paul
1
-0
/
+10
2015-01-05
mesa: simplify a conditional in detach_shader()
Brian Paul
1
-3
/
+1
2015-01-05
mesa: minor whitespace fixes in shaderapi.c
Brian Paul
1
-12
/
+13
2015-01-05
mesa: make _mesa_reference_shader_program() an inline function
Brian Paul
2
-4
/
+15
2015-01-05
mesa: update comment on delete_shader_program()
Brian Paul
1
-2
/
+3
2015-01-05
mesa: rearrange error handling in glProgramParameteri()
Brian Paul
1
-15
/
+11
2015-01-05
mesa: fix error strings in shaderapi.c
Brian Paul
1
-2
/
+2
2015-01-05
glsl: use the is_gl_identifier() helper in a couple more places
Brian Paul
2
-2
/
+2
2015-01-05
meta: init var to silence uninitialized variable warning
Brian Paul
1
-1
/
+1
2015-01-05
draw: silence uninitialized variable warning
Brian Paul
1
-1
/
+1
2015-01-05
gallivm: silence a couple compiler warnings
Brian Paul
2
-1
/
+4
2015-01-05
gallium/util: make sure cache line size is not zero
Leonid Shatz
1
-1
/
+5
2015-01-05
gallium/util: fix crash with daz detection on x86
Roland Scheidegger
1
-1
/
+1
2015-01-05
nvc0: add name to magic number
Ilia Mirkin
1
-2
/
+2
2015-01-05
nvc0: regenerate rnndb headers
Ilia Mirkin
17
-837
/
+1157
2015-01-05
nv50: regenerate rnndb headers
Ilia Mirkin
11
-358
/
+451
2015-01-05
nv50: enable texture compression
Tobias Klausmann
2
-3
/
+26
2015-01-05
nv50/ir: enable sat modifier for OP_SUB
Ilia Mirkin
1
-1
/
+1
2015-01-05
nv50/ir: Add sat modifier for mul
Roy Spliet
2
-1
/
+7
2015-01-05
nv50,nvc0: avoid doing work inside of an assert
Ilia Mirkin
2
-2
/
+4
2015-01-05
nv50/ir: fix texture offsets in release builds
Ilia Mirkin
2
-2
/
+4
2015-01-04
i965: Micro-optimize swizzle_to_scs() and make it inlinable.
Kenneth Graunke
3
-27
/
+39
2015-01-04
i965: Support MESA_FORMAT_R8G8B8X8_SRGB.
Kenneth Graunke
1
-1
/
+4
2015-01-04
i965: Fix BLORP sRGB MSAA overrides to cope with X vs. A formats.
Kenneth Graunke
1
-2
/
+3
2015-01-04
i965: Copy shader->shadow_samplers to prog->ShadowSamplers.
Kenneth Graunke
1
-0
/
+1
2015-01-04
i965: Make the precompile ignore DEPTH_TEXTURE_MODE on Gen7.5+.
Kenneth Graunke
2
-2
/
+5
2015-01-04
i965: Implement WaCsStallAtEveryFourthPipecontrol on IVB/BYT.
Kenneth Graunke
2
-0
/
+34
2015-01-04
r300g: handle vertex format PIPE_FORMAT_NONE
Marek Olšák
1
-2
/
+11
2015-01-03
glsl_to_tgsi: fix a bug in copy propagation
Marek Olšák
1
-1
/
+2
2015-01-03
i965: Make INTEL_DEBUG=state ignore state flags with a count of 1.
Kenneth Graunke
1
-2
/
+4
2015-01-03
i965: Fix INTEL_DEBUG=optimizer with VF types.
Kenneth Graunke
2
-2
/
+2
2015-01-03
i965: Show opt_vector_float() and later passes in INTEL_DEBUG=optimizer.
Kenneth Graunke
1
-8
/
+12
2015-01-01
swrast: Fix -Wduplicate-decl-specifier warning
Jeremy Huddleston Sequoia
1
-2
/
+2
2015-01-01
nv50/ir: Fold sat into mad
Roy Spliet
1
-1
/
+1
2015-01-01
nv50/ir: fold MAD when one of the multiplicands is const
Ilia Mirkin
1
-0
/
+23
2015-01-01
gallium/state_tracker: Rewrite Haiku's state tracker
Alexander von Gluck IV
7
-190
/
+274
2015-01-01
radeonsi: fix warnings
Marek Olšák
2
-1
/
+3
2014-12-31
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
3
-21
/
+13
2014-12-31
i965: Use WARN_ONCE for the single-primitive-exceeded-aperture message.
Kenneth Graunke
1
-9
/
+4
2014-12-31
u_primconvert: Fix leak of the upload BO on context destroy.
Eric Anholt
1
-0
/
+2
[next]