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
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Fix r5g6b5 description.
José Fonseca
2009-08-29
3
-10
/
+13
*
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
*
util: Pixel format database.
José Fonseca
2009-08-29
7
-0
/
+2397
*
llvmpipe: Fork softpipe for experimentation with llvm.
José Fonseca
2009-08-29
57
-2
/
+11082
*
Put 'extern' first on the line to silence GCC warnings.
Ian Romanick
2009-08-28
1
-2
/
+2
*
i965: Use VBOs in the VBO module on 965, now that we have ARB_map_buffer_range.
Eric Anholt
2009-08-28
1
-0
/
+2
*
vbo: Fix array pointer calculation for MapBufferRange-mapped vertex data.
Eric Anholt
2009-08-28
1
-1
/
+3
*
intel: Add support for GL_ARB_map_buffer_range.
Eric Anholt
2009-08-28
5
-35
/
+189
*
i965: Implement ARB_oq CheckQuery in the intended way.
Eric Anholt
2009-08-28
1
-6
/
+1
*
radeon: Fix swtcl emit pediction.
Pauli Nieminen
2009-08-29
4
-45
/
+70
*
i915g: Add cursor case for scanout layout
Jakob Bornecrantz
2009-08-28
1
-12
/
+13
*
i915g: Don't forget to init buffer ptrs
Jakob Bornecrantz
2009-08-28
1
-2
/
+2
*
st/xorg: disable composite accelration for now
Zack Rusin
2009-08-28
1
-0
/
+4
*
st/xorg: bind samplers before composition
Zack Rusin
2009-08-28
1
-2
/
+35
*
st/xorg: normalize coords for the src operands in the vertex shader
Zack Rusin
2009-08-28
2
-23
/
+65
*
radeon: Fix scissors for dri1.
Pauli Nieminen
2009-08-28
1
-4
/
+21
*
r300g: pretty up the new drm code a bit
Joakim Sindholt
2009-08-28
1
-7
/
+7
*
st/xorg: If migrating from a sw pixmap to a hw pixmap upload old contents
Jakob Bornecrantz
2009-08-28
1
-0
/
+15
*
st/xorg: Null devPrivate.ptr when unmapping
Jakob Bornecrantz
2009-08-28
1
-0
/
+1
*
st/xorg: Fix scons build.
Michel Dänzer
2009-08-28
1
-0
/
+1
*
r300g: support new drm_api
Joakim Sindholt
2009-08-28
2
-20
/
+49
*
drm_api: Operate on textures instead of buffers
Jakob Bornecrantz
2009-08-28
11
-235
/
+223
*
st/xorg: Fix some warnings
Jakob Bornecrantz
2009-08-28
3
-7
/
+6
*
st/dri: Fix some warnings
Jakob Bornecrantz
2009-08-28
3
-2
/
+3
*
st/xorg: Pass dri driver name as driverName on screen
Jakob Bornecrantz
2009-08-28
3
-7
/
+4
*
Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags."
Jakob Bornecrantz
2009-08-28
2
-7
/
+11
*
r100/r200: Bring back old PolygonStripple for DRI1.
Pauli Nieminen
2009-08-28
11
-14
/
+37
*
r100/r200: Share PolygonStripple code.
Pauli Nieminen
2009-08-28
5
-56
/
+30
*
r200: Fix piglit paths test.
Pauli Nieminen
2009-08-28
2
-11
/
+17
*
r600: fix scissor also.
Dave Airlie
2009-08-28
1
-2
/
+2
[next]