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
2015-04-13
nir: Make nir_opt_dce reduce SSA num_components for dead components.
nir-dce-components
Eric Anholt
1
-12
/
+158
2015-04-13
nir: Validate that the tex_instr dest is the right size.
Eric Anholt
1
-6
/
+13
2015-04-13
nir: Validate that tex_instr src components are the right size.
Eric Anholt
1
-6
/
+13
2015-04-13
gallium/ttn: Validate our shader after we generate it.
Eric Anholt
1
-0
/
+2
2015-04-13
nir: Fix bug in handling non-SSA copy prop of indirect register access.
Eric Anholt
1
-1
/
+1
2015-04-13
vc4: Use the blit interface for updating shadow textures.
Eric Anholt
1
-13
/
+31
2015-04-13
vc4: Remove dead fields from vc4_surface.
Eric Anholt
1
-3
/
+0
2015-04-13
vc4: Skip sending down the clear colors if not clearing.
Eric Anholt
1
-5
/
+7
2015-04-13
vc4: Sync with kernel changes to relax BCL versus RCL validation.
Eric Anholt
1
-22
/
+3
2015-04-13
vc4: Fix another space allocation mistake.
Eric Anholt
1
-0
/
+1
2015-04-13
vc4: Add missed accounting for the size of the semaphore.
Eric Anholt
1
-0
/
+2
2015-04-13
swrast: Mark MAX_GLUINT literal with u suffix.
Matt Turner
1
-1
/
+1
2015-04-13
i965: Don't bother freeing NULL.
Matt Turner
1
-4
/
+2
2015-04-13
i965: Lift some restrictions on dma_buf EGLImages
Chad Versace
3
-22
/
+7
2015-04-13
i965: Disable aux buffers for EGLImage-backed miptrees
Chad Versace
2
-5
/
+19
2015-04-13
i965: Change intel_miptree_create_for_bo() signature
Chad Versace
6
-11
/
+21
2015-04-13
i965: Add field intel_mipmap_tree::disable_aux_buffers
Chad Versace
2
-2
/
+29
2015-04-13
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
5
-25
/
+30
2015-04-13
i965: Declare intel_miptree_create_layout() as static
Chad Versace
2
-14
/
+1
2015-04-13
i965: Declare intel_miptree_alloc_mcs() as static
Chad Versace
2
-6
/
+6
2015-04-13
docs: Improve LLVM_USE_CRT_xxx instructions.
Jose Fonseca
1
-5
/
+27
2015-04-13
glx: Include util/macros.h instead of redefining PRINTFLIKE.
Jose Fonseca
1
-6
/
+1
2015-04-13
util/ralloc: Fix `extern "C"` usage.
Jose Fonseca
1
-4
/
+4
2015-04-13
mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.
Jose Fonseca
2
-9
/
+1
2015-04-12
docs: add news item and link release notes for mesa 10.5.3
Emil Velikov
2
-0
/
+7
2015-04-12
docs: Add 256 sums for the 10.5.3 release
Emil Velikov
1
-1
/
+2
2015-04-12
Add release notes for the 10.5.3 release
Emil Velikov
1
-0
/
+124
2015-04-12
docs: remove the --with-max-{width,height} note
Emil Velikov
1
-13
/
+0
2015-04-12
configure.ac: remove deprecated --with-libclc-path
Emil Velikov
1
-13
/
+0
2015-04-11
i965/nir: Make INTEL_DEBUG=ann work with NIR.
Kenneth Graunke
2
-1
/
+8
2015-04-11
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
9
-176
/
+257
2015-04-11
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2
-2
/
+6
2015-04-11
i965: Move lower_output_reads to brw_link_shader().
Kenneth Graunke
2
-1
/
+3
2015-04-11
glsl: Mark path as unreachable.
Matt Turner
1
-1
/
+1
2015-04-11
i965: Remove useless null check.
Matt Turner
1
-4
/
+0
2015-04-11
i965/fs/nir: Mark fallthrough.
Matt Turner
1
-0
/
+2
2015-04-11
i965: Remove useless reg_offset >= 0 tests.
Matt Turner
2
-2
/
+0
2015-04-11
freedreno/ir3/nir: couple little fixes
Rob Clark
1
-2
/
+10
2015-04-11
freedreno/ir3/nir: handle system values
Rob Clark
1
-3
/
+50
2015-04-11
freedreno/ir3/nir: handle txs and query_levels tex ops
Rob Clark
1
-4
/
+81
2015-04-11
freedreno/ir3/nir: split out tex helpers
Rob Clark
1
-34
/
+72
2015-04-11
freedreno/ir3/nir: simplify emit_tex()
Rob Clark
2
-61
/
+66
2015-04-11
freedreno/ir3/cp: handle indirect properly
Rob Clark
1
-13
/
+20
2015-04-11
freedreno/ir3/sched: avoid getting stuck on addr conflicts
Rob Clark
1
-32
/
+42
2015-04-11
freedreno/ir3/nir: add variable-indexing support
Rob Clark
1
-16
/
+204
2015-04-11
freedreno/ir3/asm: change assert to warning
Rob Clark
1
-1
/
+4
2015-04-11
freedreno/ir3/nir: set first_driver_param
Rob Clark
1
-0
/
+2
2015-04-11
freedreno/ir3/cp: support to swap mad src's
Rob Clark
4
-9
/
+43
2015-04-11
nir: fix bit of cargo-culting in lower_idiv
Rob Clark
1
-2
/
+0
2015-04-11
nir: split out lower_sub from lower_negate
Rob Clark
3
-2
/
+5
[next]