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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
i915g: Add cursor case for scanout layout
Jakob Bornecrantz
2009-08-28
1
-12
/
+13
*
drm_api: Operate on textures instead of buffers
Jakob Bornecrantz
2009-08-28
2
-108
/
+69
*
r300g: Correct scissor setting, subtract 1 from window's width and height
Cooper Yuan
2009-08-27
2
-7
/
+7
*
nv04: Handle more Z formats.
Younes Manton
2009-08-26
1
-0
/
+4
*
r300g: Set the vector address in the input memory for bypass_vs_clip_and_view...
Cooper Yuan
2009-08-24
1
-16
/
+20
*
nv50: use VTX_ATTR_nF for constant vtxelts
Christoph Bumiller
2009-08-20
3
-1
/
+75
*
nv50: set vertex buffer limits
Christoph Bumiller
2009-08-20
1
-2
/
+11
*
nv50: modify vbo format to hw translation, add BGRA swizzle
Christoph Bumiller
2009-08-20
1
-39
/
+65
*
gallium: rename copy/fill_rect utility functions
Brian Paul
2009-08-19
1
-2
/
+2
*
r300g: Force off ZTOP optimizations for now.
Corbin Simpson
2009-08-18
1
-1
/
+2
*
r300g: Utilize DONTBLOCK.
Corbin Simpson
2009-08-18
1
-8
/
+19
*
r300g: Massively cleanup OQ.
Corbin Simpson
2009-08-18
6
-29
/
+174
*
r300g: Add high_second_pipe cap for R3xx chipsets.
Corbin Simpson
2009-08-18
2
-1
/
+11
*
Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."
Corbin Simpson
2009-08-18
5
-0
/
+26
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-18
1
-1
/
+1
|
\
|
*
trace: Remove space next to the class attribute of the trace.
José Fonseca
2009-08-14
1
-1
/
+1
|
*
softpipe: include sp_winsys.h to silence function prototype warning
Brian Paul
2009-07-27
1
-0
/
+1
*
|
nv50: remove a few cases of directly casting struct pipe_context
Maarten Maathuis
2009-08-17
2
-3
/
+3
*
|
nv50: borrow some flushing code from the ddx
Maarten Maathuis
2009-08-17
1
-3
/
+11
*
|
nv50: whitespace fixes and deobfuscation
Maarten Maathuis
2009-08-17
9
-69
/
+85
*
|
cell: fix incorrect pipe_transfer tests
Brian Paul
2009-08-17
1
-2
/
+4
*
|
nv50: fix stencil state
Christoph Bumiller
2009-08-17
1
-6
/
+6
*
|
nv50: avoid a NULL-ptr dereference when the pipe context changes
Maarten Maathuis
2009-08-15
1
-1
/
+26
[next]