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
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
2010-06-15
i965: Hacking around trying to get a good line width.
i965-line-aa
Eric Anholt
2
-3
/
+24
2010-06-15
i965: Use the new AA line calculation when available.
Eric Anholt
1
-1
/
+7
2010-06-15
i965: Fix the name of aa_coverage_slope in the improved AA line params.
Eric Anholt
1
-1
/
+1
2010-06-14
i965: Fix surface state dumping with INTEL_DEBUG=batch.
Eric Anholt
1
-2
/
+2
2010-06-14
i965: correct the gen6 line stipple enable define.
Zhenyu Wang
1
-1
/
+1
2010-06-14
intel: Remove long-dead comment about releasing texture heaps.
Eric Anholt
1
-15
/
+0
2010-06-14
gallivm: Omit references to NoFramePointerElimNonLeaf
José Fonseca
1
-3
/
+0
2010-06-14
util: Use int type for format field width.
José Fonseca
1
-1
/
+1
2010-06-14
gallivm: Override some of the default target options.
José Fonseca
2
-0
/
+31
2010-06-14
gallivm: Use func_to_pointer().
José Fonseca
1
-16
/
+1
2010-06-14
util: Add a func_to_pointer util function too.
José Fonseca
1
-0
/
+11
2010-06-14
graw: small fixups for the gs examples
Zack Rusin
2
-5
/
+5
2010-06-14
r300g: fix uploading RC state shader constants on r3xx
Marek Olšák
1
-1
/
+1
2010-06-14
r300g: drop begin_cs/end_cs
Marek Olšák
3
-38
/
+0
2010-06-14
r300g: rewrite occlusion queries
Marek Olšák
7
-159
/
+168
2010-06-14
r300g: emit viewport state as a dword table
Marek Olšák
1
-6
/
+1
2010-06-14
r300g: subclass pipe_surface
Marek Olšák
3
-44
/
+51
2010-06-14
r300g: simplify reloc macros
Marek Olšák
2
-35
/
+9
2010-06-14
r300g: count CS dwords on debug builds only
Marek Olšák
2
-25
/
+36
2010-06-13
r300g: optimize emission of fragment shader constants
Marek Olšák
3
-27
/
+26
2010-06-13
r300g: turn fragment shader into a CB
Marek Olšák
5
-129
/
+126
2010-06-13
r300g: turn depth stencil state into a CB
Marek Olšák
3
-17
/
+48
2010-06-13
r300g: turn clip state into a CB
Marek Olšák
5
-26
/
+35
2010-06-13
r300g: turn blend color into a CB
Marek Olšák
4
-27
/
+34
2010-06-13
r300g: turn blend state into a CB
Marek Olšák
3
-35
/
+49
2010-06-13
r300g: add API for building command buffers
Marek Olšák
2
-0
/
+145
2010-06-13
r300g: inline FLUSH_CS
Marek Olšák
2
-10
/
+4
2010-06-13
r300g: reorder CS macros and document them a little
Marek Olšák
2
-38
/
+52
2010-06-13
r300g: drop DBG_CS
Marek Olšák
3
-47
/
+1
2010-06-13
r300g: inline CHECK_CS
Marek Olšák
1
-4
/
+1
2010-06-13
r300g: replace r300_cs_info with simplier get_cs_free_dwords
Marek Olšák
4
-23
/
+9
2010-06-13
r300g: fix multiple render targets
Marek Olšák
1
-11
/
+6
2010-06-13
r300g: remove r300_state.h
Marek Olšák
4
-34
/
+8
2010-06-13
r300g: move two-sided stencilref fallback to its own file
Marek Olšák
5
-130
/
+164
2010-06-13
r300g: move index buffer translate functions to their new home
Marek Olšák
3
-130
/
+144
2010-06-13
r300g: add fallback for unaligned/unsupported vertex stride/offset/format
Marek Olšák
7
-9
/
+209
2010-06-13
r300g: upload only vertex buffers referenced by vertex elements
Marek Olšák
1
-17
/
+20
2010-06-12
i965: Fix gen6 front cull mode.
Eric Anholt
1
-1
/
+1
2010-06-12
i965: Use the new message header format for FF_SYNC on gen6.
Zhenyu Wang
1
-2
/
+7
2010-06-12
i965: Add support for math instructions in the gen6 WM.
Zhenyu Wang
1
-0
/
+15
2010-06-12
i965: Set the correct WM GRF start reg on gen6.
Zhenyu Wang
1
-1
/
+2
2010-06-12
i965: Update gen6 paths for the streaming rework.
Eric Anholt
3
-31
/
+4
2010-06-12
i965: Stream out CC unit state.
Eric Anholt
3
-155
/
+66
2010-06-12
draw/gs: copy the outputs only if we emitted something
Zack Rusin
1
-3
/
+5
2010-06-12
softpipe: small cleanup
Zack Rusin
1
-1
/
+3
2010-06-12
r300/compiler: fix scons build
Joakim Sindholt
1
-0
/
+1
2010-06-12
i965: Remove unnecessary header.
Vinson Lee
1
-1
/
+0
2010-06-11
scons: Disable i965g build if using MSVC.
Vinson Lee
1
-0
/
+4
2010-06-11
scons: Disable i915g build if using MSVC.
Vinson Lee
1
-0
/
+4
2010-06-11
r300/compiler: Handle more complex conditionals in loops.
Tom Stellard
1
-71
/
+84
[next]