index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
llvmpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: Optimize blend swizzles by using bitmasks instead of shuffles for u...
José Fonseca
2009-08-29
6
-55
/
+416
*
llvmpipe: Write data to a tsv file for posterior analysis.
José Fonseca
2009-08-29
1
-99
/
+170
*
llvmpipe: Move p_build_context to lp_bld_type.h
José Fonseca
2009-08-29
2
-26
/
+27
*
llvmpipe: Don't use llvm.readcyclecounter.
José Fonseca
2009-08-29
1
-27
/
+24
*
llvmpipe: Separate constant building.
José Fonseca
2009-08-29
6
-135
/
+226
*
llvmpipe: Move type support functions into a separate file.
José Fonseca
2009-08-29
7
-204
/
+278
*
llvmpipe: Measure the number of cycles taken for blending.
José Fonseca
2009-08-29
1
-20
/
+90
*
llvmpipe: Minor comments / debug mnemonics.
José Fonseca
2009-08-29
1
-0
/
+11
*
llvmpipe: Optimize away min/max with equal operands.
José Fonseca
2009-08-29
1
-0
/
+14
*
llvmpipe: Improve generated 8bit blending code.
José Fonseca
2009-08-29
1
-0
/
+29
*
llvmpipe: Get blending of normalized 8bit unsigned integers working.
José Fonseca
2009-08-29
2
-115
/
+347
*
llvmpipe: Specialize arithmetic operations.
José Fonseca
2009-08-29
4
-244
/
+420
*
llvmpipe: Introduce a custom typing system.
José Fonseca
2009-08-29
5
-42
/
+228
*
llvmpipe: Avoid C99-isms.
José Fonseca
2009-08-29
2
-23
/
+21
*
llvmpipe: Factor out intrisic calling code into a reusable function.
José Fonseca
2009-08-29
1
-40
/
+31
*
llvmpipe: Cleanup test programs.
José Fonseca
2009-08-29
3
-63
/
+83
*
llvmpipe: Blending.
José Fonseca
2009-08-29
5
-2
/
+965
*
llvmpipe: Arithmetic helpers.
José Fonseca
2009-08-29
4
-0
/
+420
*
llvmpipe: fastpath for interpolated z16 less depthtesting
Keith Whitwell
2009-08-29
1
-4
/
+139
*
llvmpipe: cope with nr_cbufs == 0
Keith Whitwell
2009-08-29
1
-3
/
+13
*
llvmpipe: Translate logicops.
José Fonseca
2009-08-29
4
-0
/
+115
*
llvmpipe: Separate pixel packing/unpacking from loading/storing.
José Fonseca
2009-08-29
8
-44
/
+185
*
llvmpipe: Adjust for pixel layout changes.
José Fonseca
2009-08-29
3
-2
/
+4
*
llvmpipe: Fix typo in copyright.
José Fonseca
2009-08-29
5
-5
/
+5
*
llvmpipe: Add test cases for pixels.
José Fonseca
2009-08-29
1
-42
/
+95
*
llvmpipe: Update SConscript.
José Fonseca
2009-08-29
1
-5
/
+0
*
llvmpipe: Simple shell script to aid port softpipe changes to llvmpipe.
José Fonseca
2009-08-29
1
-0
/
+28
*
llvmpipe: move all depth/stencil/alpha pixel processing into one stage
Keith Whitwell
2009-08-29
13
-957
/
+580
*
llvmpipe: fix error in scissor state dependencies
Keith Whitwell
2009-08-29
1
-2
/
+10
*
llvmpipe: cleanup framebuffer state routine slightly
Keith Whitwell
2009-08-29
1
-40
/
+10
*
llvmpipe: move all color-combine code into lp_quad_blend.c
Keith Whitwell
2009-08-29
10
-972
/
+727
*
llvmpipe: fix typo
Keith Whitwell
2009-08-29
1
-1
/
+1
*
llvmpipe: example fastpaths in blending
Keith Whitwell
2009-08-29
1
-11
/
+121
*
llvmpipe: actually pass >1 quad from triangle routine
Keith Whitwell
2009-08-29
8
-139
/
+135
*
llvmpipe: expand quad pipeline to process >1 quad at a time
Keith Whitwell
2009-08-29
14
-633
/
+745
*
llvmpipe: rip out old mulithread support
Keith Whitwell
2009-08-29
4
-305
/
+57
*
llvmpipe: avoid flushing depth buffer cache on swapbuffers
Keith Whitwell
2009-08-29
2
-9
/
+16
*
llvmpipe: also shortcircuit non-texture tile lookups
Keith Whitwell
2009-08-29
2
-18
/
+31
*
llvmpipe: shortcircuit repeated lookups of the same tile
Keith Whitwell
2009-08-29
3
-97
/
+156
*
llvmpipe: remove unused vars in lp_setup.c
Keith Whitwell
2009-08-29
1
-5
/
+0
*
llvmpipe: use bitwise logic to setup quad masks in lp_setup
Keith Whitwell
2009-08-29
1
-25
/
+40
*
llvmpipe: simplify flush_spans
Keith Whitwell
2009-08-29
1
-53
/
+19
*
llvmpipe: make some small steps to flush texture cache less frequently
Keith Whitwell
2009-08-29
6
-35
/
+70
*
llvmpipe: remove backwards dependency from tilecache to llvmpipe
Keith Whitwell
2009-08-29
14
-65
/
+62
*
llvmpipe: Rename preprocessor symbols too.
José Fonseca
2009-08-29
30
-113
/
+113
*
llvmpipe: Pixel packing/unpacking and loop code generators.
José Fonseca
2009-08-29
7
-1
/
+689
*
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca
2009-08-29
56
-0
/
+11080