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
2013-10-07
i965/fs: Add a peephole pass to combine mul/imul_high.
arb_gpu_shader5
Matt Turner
2
-0
/
+85
2013-10-07
i965/vs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
2
-1
/
+106
2013-10-07
i965/fs: Add a peephole pass to combine ADD with ADDC/SUBB.
Matt Turner
2
-0
/
+107
2013-10-07
i965: Don't copy prop source mods into instructions that can't take them.
Matt Turner
4
-0
/
+26
2013-10-07
i965: Remove the "ARF" register file.
Matt Turner
5
-16
/
+6
2013-10-07
i965: Fixup for don't dead-code eliminate instructions that write to the accu...
Matt Turner
2
-4
/
+2
2013-10-07
i965: Generate code for ir_binop_imul_high.
Matt Turner
3
-0
/
+18
2013-10-07
i965: Use the multiplication result's type for the accumulator.
Matt Turner
2
-2
/
+2
2013-10-07
i965/fs: Disable CSE on instructions writing to HW_REG.
Matt Turner
1
-1
/
+2
2013-10-07
glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.
Matt Turner
8
-1
/
+49
2013-10-07
i965: Add Gen assertion checks for newer instructions.
Matt Turner
2
-0
/
+22
2013-10-07
i965: Don't dead-code eliminate instructions that write to the accumulator.
Matt Turner
2
-2
/
+30
2013-10-07
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
14
-0
/
+80
2013-10-07
i965: Add UD null register helpers.
Matt Turner
2
-0
/
+6
2013-10-07
glsl: Implement usubBorrow() built-in for ARB_gpu_shader5.
Matt Turner
1
-0
/
+21
2013-10-07
glsl: Implement uaddCarry() built-in for ARB_gpu_shader5.
Matt Turner
1
-0
/
+21
2013-10-07
glsl: Add ir_binop_carry and ir_binop_borrow.
Matt Turner
7
-0
/
+42
2013-10-07
glsl_compiler: Enable any extension that any Mesa driver enables
Ian Romanick
1
-1
/
+8
2013-10-07
glsl_compiler: Sort extensions by name
Ian Romanick
1
-8
/
+11
2013-10-07
glsl_compiler: Always log the compiler diagnostics
Ian Romanick
1
-1
/
+3
2013-10-07
glsl_compiler: Set max GLSL version on the command line
Ian Romanick
1
-12
/
+173
2013-10-07
glsl_compiler: Use no_argument instead of 0 in getopt_long options
Ian Romanick
1
-5
/
+5
2013-10-07
glsl_compiler: Re-enable building glsl_compiler
Ian Romanick
2
-3
/
+14
2013-10-07
glsl: Remove glsl_parser_state MaxVaryingFloats field
Ian Romanick
3
-5
/
+4
2013-10-07
glsl: Set gl_MaxVertexOutputs from VertexProgram.MaxOutputComponents etc
Ian Romanick
1
-2
/
+2
2013-10-07
glsl: Count shader inputs and outputs separately
Ian Romanick
3
-25
/
+91
2013-10-07
glapi: add output info to GetProgramiv's params
Emilio Pozuelo Monfort
1
-1
/
+1
2013-10-07
clover: fix building with llvm-3.4 since rev191922
Laurent Carlier
1
-1
/
+5
2013-10-07
st/mesa: silence warning about unhandled ir_query_levels in switch
Brian Paul
1
-0
/
+3
2013-10-07
radeon/vdpau: only export necessary symbols
Christian König
3
-0
/
+9
2013-10-07
radeon/uvd: optimize message handling a bit
Christian König
1
-44
/
+53
2013-10-06
docs: Mark a few more things as "in progress" in GL3.txt.
Kenneth Graunke
1
-2
/
+2
2013-10-06
dri/nouveau: add AllocTextureImageBuffer implementation
Ilia Mirkin
1
-0
/
+9
2013-10-06
glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...
Francisco Jerez
1
-2
/
+2
2013-10-06
Revert "r600g: only flush the caches that need to be flushed during CP DMA op...
Marek Olšák
4
-139
/
+28
2013-10-06
i965/ivb: Flag RG32F quirk for texture gather regardless of swizzles
Chris Forbes
1
-1
/
+1
2013-10-06
i965/vs: Add support for textureGather(.., comp)
Chris Forbes
1
-7
/
+11
2013-10-06
i965/fs: Add support for textureGather(.., comp)
Chris Forbes
1
-7
/
+11
2013-10-06
glsl: add ARB_gpu_shader5's additional textureGather signatures
Chris Forbes
1
-1
/
+26
2013-10-06
glsl: Add support for specifying the component in textureGather
Chris Forbes
8
-7
/
+42
2013-10-06
docs: mark ARB_conservative_depth done on i965
Chris Forbes
2
-1
/
+2
2013-10-06
i965: Enable ARB_conservative_depth for Gen7+.
Chris Forbes
1
-0
/
+1
2013-10-06
i965/wm: Program correct conservative depth modes
Chris Forbes
1
-2
/
+14
2013-10-05
docs: rephrase 9.2.1, 9.1.7 news item
Brian Paul
1
-9
/
+3
2013-10-05
docs: add the MD5 sums for the 9.2.1 and 9.1.7 releases
Brian Paul
2
-2
/
+6
2013-10-05
docs: Mark off KHR_debug, update relnotes
Timothy Arceri
2
-1
/
+2
2013-10-05
i965/vs: add missing break between ir_query_levels and ir_tg4 cases
Chris Forbes
1
-0
/
+1
2013-10-05
docs: Mark off ARB_texture_query_levels, update relnotes
Chris Forbes
2
-1
/
+3
2013-10-05
i965: enable ARB_texture_query_levels on Gen6+
Chris Forbes
1
-0
/
+1
2013-10-05
i965/vs: implement ir_query_levels
Chris Forbes
1
-1
/
+14
[next]