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-08-06
mesa: Optimize (UN)CLAMPED_FLOAT_TO_USHORT macros.
dead/lround
Matt Turner
1
-4
/
+26
2015-08-06
mesa: Use same (UN)CLAMPED_FLOAT_TO_UBYTE macro in debug builds.
Matt Turner
1
-13
/
+5
2015-08-06
mesa: Optimize (UN)CLAMPED_FLOAT_TO_UBYTE macros.
Matt Turner
1
-2
/
+2
2015-08-06
mesa: Replace uses of IROUND{,64} with libm functions.
Matt Turner
12
-66
/
+55
2015-08-06
util: Add _mesa_llroundevenf().
Matt Turner
1
-0
/
+14
2015-08-06
radeonsi: rename enable_s3tc -> enable_compressed_formats
Marek Olšák
1
-5
/
+4
2015-08-06
gallium/radeon: add DRM and LLVM version to the renderer string
Marek Olšák
2
-4
/
+24
2015-08-06
radeonsi: always flush framebuffer caches at the beginning of IBs
Marek Olšák
1
-1
/
+2
2015-08-06
radeonsi: don't count the exact needed CS space if the CS is large enough
Marek Olšák
1
-2
/
+11
2015-08-06
radeonsi: don't crash when cleaning up after an incomplete context
Marek Olšák
1
-7
/
+11
2015-08-06
i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.
Matt Turner
7
-20
/
+20
2015-08-06
i965: Correct a mistake that always forced texture tiling.
Matt Turner
1
-5
/
+3
2015-08-06
i965: Request a miptree with no tiling intel_miptree_map_blit().
Matt Turner
1
-1
/
+1
2015-08-06
radeonsi: add a HUD query showing the number of shaders created
Marek Olšák
4
-0
/
+17
2015-08-06
radeonsi: add a HUD query showing the number of compiler invocations
Marek Olšák
4
-1
/
+19
2015-08-06
gallium/radeon: display cumulative results for some driver queries
Marek Olšák
1
-2
/
+4
2015-08-06
gallium/radeon: switch the buffer-wait-time query to microseconds
Marek Olšák
2
-3
/
+3
2015-08-06
gallium/radeon: change some driver query types to Hz
Marek Olšák
1
-2
/
+2
2015-08-06
gallium/hud: automatically print % if max_value == 100
Marek Olšák
1
-6
/
+11
2015-08-06
gallium/hud: fix printing % next to panes
Marek Olšák
1
-1
/
+1
2015-08-06
gallium/hud: replace assertions with clamping the unit index
Marek Olšák
1
-19
/
+23
2015-08-06
gallium,hud: allow displaying cumulative values instead of average
Marek Olšák
4
-8
/
+36
2015-08-06
gallium/hud: fix printing byte units
Marek Olšák
1
-1
/
+1
2015-08-06
gallium,hud: add support for Hz units in driver queries
Marek Olšák
2
-0
/
+8
2015-08-06
radeonsi: before storing tess levels, load them from LDS instead of temporary
Marek Olšák
1
-79
/
+57
2015-08-06
winsys/radeon: loosen up the requirements for how much memory IBs can use
Marek Olšák
1
-4
/
+9
2015-08-06
gallium/radeon: always use the llvm. prefix in intrinsic names
Marek Olšák
1
-6
/
+16
2015-08-06
radeon/winsys: increase the IB size for VM
Marek Olšák
4
-6
/
+17
2015-08-06
gallium/radeon: allow the winsys to choose the IB size
Marek Olšák
11
-18
/
+18
2015-08-06
gallium/radeon: suspend timer queries between IBs
Marek Olšák
5
-25
/
+66
2015-08-06
st/mesa: implement DrawTransformFeedbackStream
Marek Olšák
3
-31
/
+34
2015-08-06
mesa: save which transform feedback buffer is associated with which stream
Marek Olšák
2
-0
/
+6
2015-08-06
vbo: pass the stream from DrawTransformFeedbackStream to drivers
Marek Olšák
19
-26
/
+39
2015-08-06
mesa: handle no-op cases sooner in _mesa_[Client]ActiveTexture()
Brian Paul
1
-10
/
+10
2015-08-06
i965/fs: Lower arithmetic instructions with register regions of unsupported w...
Francisco Jerez
1
-0
/
+62
2015-08-06
i965/fs: Fix fs_inst::regs_read() for sources in the ATTR file.
Francisco Jerez
1
-0
/
+1
2015-08-06
i965/fs: Implement nir_op_imul/umul_high in terms of MULH.
Francisco Jerez
1
-31
/
+2
2015-08-06
i965/fs: Lower the MULH virtual instruction.
Francisco Jerez
1
-0
/
+55
2015-08-06
i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.
Francisco Jerez
1
-130
/
+134
2015-08-06
i965/fs: Lower 32x32 bit multiplication on BXT.
Francisco Jerez
1
-2
/
+2
2015-08-06
i965: Define virtual instruction to calculate the high 32 bits of a multiply.
Francisco Jerez
6
-0
/
+13
2015-08-06
glsl: Initialize patch member of glsl_struct_field
Michel Dänzer
1
-0
/
+2
2015-08-05
nir: add missing type to type_size_vec4()
Timothy Arceri
1
-0
/
+2
2015-08-05
mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0
Eduardo Lima Mitev
1
-47
/
+69
2015-08-05
mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal format
Eduardo Lima Mitev
1
-9
/
+9
2015-08-05
mesa: Validate target before resolving tex obj in glTex(ture)SubImageXD
Eduardo Lima Mitev
1
-15
/
+14
2015-08-05
mesa: Fix errors values returned by glShaderBinary()
Eduardo Lima Mitev
1
-3
/
+14
2015-08-05
mesa: do not modify args when errors with GetProgramResourceName
Tapani Pälli
1
-6
/
+0
2015-08-05
glsl: add variable mode check to build_stageref
Tapani Pälli
1
-4
/
+13
2015-08-04
dri: set the __DRI_API_OPENGL bit based on max gl compat version
Frank Binns
1
-1
/
+3
[next]