index
:
~anholt/mesa
565
7.11
alphatest-fix
anholt-cache
arb_timer_query
arb_timer_query-debug
batch-emit
blit-y
blorp-flush-debug
blorp-flush-less
buffer-storage
c11
cached-batch-2
centroid
cfg
choose-texformat
circlepoints
clearconst
comments
compaction
compile-warnings
compiler-threads
conservative-coalesce
core-loadstateparameters
deadcode
deadcode-local
debug-opt
depthstencil
div
dump-a-batch
endif-jump
etc-transcode
external-removal
fastclear
ff_fragment_shader
fnv1-hash
formats
free-compiled-shaders
fs-dce
g45-transposed-read
gallium-includes
gdb-scripting
gen6-rb-miplevels
gen6-sol
gen7-scratch-write
genhash
genhash-3
glamor-fixes
glsl-assign-masking
glsl-refcount-ht
glsl2-algebraic-commute
glsl2-dead-funcs
glthread
glthread-2
glthread-3
glthread-5
glthread-push
glx-xcb
gs
gs-qualifiers
hash-quadratic
hash_table
hiz-dump
hsw-predicated-discard
i915tex-zone-rendering
i965-16wide-only
i965-batch-reset
i965-cleanup-depthbuffer
i965-compiler-sharing
i965-compute-mrf
i965-cse-perf
i965-delete-firstlevel
i965-disable-noop-blend
i965-fs-debug-varying-uniforms
i965-fs-movreduce
i965-gen5-sdc
i965-gen6-depthstencil
i965-gen6-flat
i965-hash-table
i965-ilk-clipdistance
i965-line-aa
i965-miptree-map-discard
i965-ra-cleanup
i965-rb-miplevels
i965-reemit-batch-hack
i965-share-programs
i965-spill-pull-constants
i965-streaming-curbe
i965-texture-array
i965-texture-array-2
i965-texture-formats
i965-texture-integer
i965-texture-writemask
i965-vs-arl-better
i965-vs-uniforms
if-discard
if-to-cond-mov
intel-batch-gtt
intel-cpu-map-batch
intel-flush-rework
intel-swzr
intel-throttle-hack
intel-upload
ironlake-vs-entries
ivb-packets
link-debug
llvm
llvm-2
llvm-4
local-dce
map-blit
mapi-xml
master
master-lto
mesa-demos
mesa-demos-filter-1
mesa-ir
mesa-load-state-parameters
meta-blit
meta-ctsi-2
mirror-once
misc-workarounds
movnt
movntdqa
mtblit
nir-builder
nir-dce-components
nir-loads
nir-pipeline
nir-scalarize
nir-scalarize-2
nir-to-tgsi
nir-txp
noop-viewport
oq-done-2
perf-debug
ra-coalesce
reg-alloc-rr
reladdr
robclark-lowering
sandybridge
sandybridge-2
sched
sched-vs
shader_time
shadertime
shadow_lowering
shared-loader
simd16-sampled
softpipe-nir
spans
srgb
swap-flush
swrast-vs
tbo-deprecated
ternary
tgsi-lowering
threadpool
throttle
tree-grafting-heuristic
treegraft
ubo
variable-refcount-ht
vc4-etc1
vc4-loops
vc4-ms
vc4-ms-2
vc4-qir-sched
vc4-stencil-blit
vc4-unfilled
vf-immediates
vs-more-spill
wip-tex-lowering
wm-spf
zfloat-meta
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-15
hack NV_prim_restart back on.
HEAD
master
Kenneth Graunke
1
-1
/
+1
2014-04-15
i965/fs: Allow brw_fs_vector_splitting on shader outputs.
Eric Anholt
1
-3
/
+13
2014-04-15
i965/fs: Track output regs on a split virtual GRF basis.
Eric Anholt
4
-43
/
+46
2014-04-15
i965: Fix buffer overruns in MSAA MCS buffer clearing.
Eric Anholt
1
-1
/
+1
2014-04-15
meta: Add support for MSAA resolves from 2D_MS_ARRAY textures.
Eric Anholt
2
-17
/
+49
2014-04-15
meta: Add an accelerated glCopyTexSubImage using glBlitFramebuffer.
Eric Anholt
4
-12
/
+94
2014-04-15
meta: Add support for CUBE_MAP_ARRAY to generatemipmap.
Eric Anholt
2
-1
/
+5
2014-04-15
meta: Infer bind_fbo_image parameters from an incoming image.
Eric Anholt
3
-6
/
+13
2014-04-15
meta: Move bind_fbo_image() code back to meta.c, to reuse it elsewhere.
Eric Anholt
3
-34
/
+36
2014-04-15
meta: Refactor the BlitFramebuffer depth CopyTexImage fallback.
Eric Anholt
2
-138
/
+2
2014-04-15
meta: Refactor the BlitFramebuffer color CopyTexImage fallback.
Eric Anholt
1
-52
/
+41
2014-04-15
meta: Drop blit src size fallback.
Eric Anholt
1
-10
/
+0
2014-04-15
i965: Avoid dependency hints on math opcodes
Mike Stroyan
1
-0
/
+8
2014-04-15
i965: Expand INTEL_DEBUG to uint64_t.
Matt Turner
2
-2
/
+2
2014-04-15
dri: Expand driParseDebugString return value to uint64_t.
Matt Turner
2
-6
/
+5
2014-04-15
i965/fs: Remove dead_code_eliminate_local().
Matt Turner
2
-159
/
+0
2014-04-15
i965/fs: Clear variable from live-set if it's completely overwritten.
Matt Turner
1
-0
/
+9
2014-04-15
i965/fs: Reimplement dead_code_elimination().
Matt Turner
3
-56
/
+117
2014-04-15
i965/vec4: Let DCE eliminate dead writes in other basic blocks.
Matt Turner
1
-4
/
+4
2014-04-15
i965/gs: Add dummy source to prepare_channel_masks instruction.
Matt Turner
1
-1
/
+2
2014-04-15
glsl: Use M_PI_* macros.
Matt Turner
1
-7
/
+13
2014-04-15
i965: Disable Z16 in all APIs.
Kenneth Graunke
1
-6
/
+0
2014-04-15
i965: Update comments about Z16 being slow.
Kenneth Graunke
1
-7
/
+10
2014-04-15
r600g/radeonsi: Use caching buffer manager for textures as well
Michel Dänzer
1
-1
/
+1
2014-04-14
i965/gen8: add debug code to show FS disasm with jump locations
Jordan Justen
1
-0
/
+9
2014-04-14
ilo: remove GPE state size estimation
Chia-I Wu
7
-326
/
+97
2014-04-14
ilo: remove GPE command size estimation
Chia-I Wu
6
-403
/
+87
2014-04-14
ilo: remove unused headers
Chia-I Wu
3
-566
/
+0
2014-04-14
ilo: use only defines from genhw headers
Chia-I Wu
7
-106
/
+87
2014-04-14
ilo: scripted conversion to genhw headers
Chia-I Wu
25
-1626
/
+1626
2014-04-14
ilo: add genhw headers
Chia-I Wu
22
-131
/
+3504
2014-04-14
ilo: avoid brw_wm_barycentric_interp_mode in compiler
Chia-I Wu
1
-17
/
+46
2014-04-14
ilo: add TOY_OPCODE_DO
Chia-I Wu
6
-7
/
+10
2014-04-14
gtest: Update to 1.7.0.
Vinson Lee
31
-1508
/
+2509
2014-04-13
mesa: Consider gl_VertexID and gl_InstanceID active attribs
Chris Forbes
1
-0
/
+9
2014-04-13
mesa: Extract is_active_attrib() in shaderapi
Chris Forbes
1
-8
/
+19
2014-04-13
glsl: Fix typo in interface block comment
Chris Forbes
1
-1
/
+1
2014-04-13
egl-static: fix build after recent radeon winsys changes
Simone Scanzoni
1
-0
/
+4
2014-04-13
mesa: Fix typo in error message
Chris Forbes
1
-1
/
+1
2014-04-13
i965: glClearBuffer() should only clear a single buffer.
Iago Toral Quiroga
3
-3
/
+7
2014-04-13
i965: Add comment to explain the weird-looking shadow compares.
Chris Forbes
1
-5
/
+16
2014-04-11
glsl: Ignore loop-too-large heuristic if there's bad variable indexing.
Kenneth Graunke
1
-3
/
+58
2014-04-11
glsl: Rename loop_unroll_count::fail to "nested_loop."
Kenneth Graunke
1
-4
/
+5
2014-04-11
glsl: Pass gl_shader_compiler_optimizations to unroll_loops().
Kenneth Graunke
3
-9
/
+16
2014-04-11
glsl: Drop do_common_optimization's max_unroll_iterations parameter.
Kenneth Graunke
8
-16
/
+8
2014-04-11
i965: Use EmitNoIndirect flags in lower_variable_index_to_cond_assign.
Kenneth Graunke
1
-8
/
+7
2014-04-11
i965: Correct EmitNoIndirect shader compiler option flags.
Kenneth Graunke
1
-3
/
+2
2014-04-11
i965/fs: Reset reg_from when we can't coalesce.
Matt Turner
1
-0
/
+1
2014-04-11
i965: Fill in a bunch of gen7/hsw data cache-related disasm.
Eric Anholt
1
-7
/
+103
2014-04-11
i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.
Eric Anholt
4
-5
/
+2
[next]