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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
21
-88
/
+49
*
wgl: add new dispatch stubs
Brian Paul
2009-03-12
1
-0
/
+3
*
tgsi: Localise SCS code.
Michal Krol
2009-03-12
1
-8
/
+8
*
tgsi: Rewrite NRM opcode, store 1.0 in W component.
Michal Krol
2009-03-12
1
-23
/
+27
*
tgsi: Begin documenting NV_fragment_program2 instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+78
*
tgsi: Begin documenting ARB_fragment_program instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+30
*
tgsi: Document ARB_vertex_program instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+16
*
tgsi: Begin documenting NV_vertex_program2 instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+42
*
stw: fix uninitialized variable issue
Keith Whitwell
2009-03-12
1
-15
/
+11
*
util: fix debug_assert() to avoid unused variable warnings in release builds
Keith Whitwell
2009-03-12
1
-1
/
+1
*
trace: Wrap pipe_buffers
Jakob Bornecrantz
2009-03-12
7
-20
/
+215
*
trace: Add dump util functions for wrapped pointers
Jakob Bornecrantz
2009-03-12
2
-1
/
+58
*
trace: Move buffer functions from winsys to screen
Jakob Bornecrantz
2009-03-11
8
-548
/
+458
*
trace: Remove all whitespace at EOL
Jakob Bornecrantz
2009-03-11
11
-297
/
+297
*
trace: Fixup trace a bit
Jakob Bornecrantz
2009-03-11
3
-51
/
+61
*
r300-gallium: Don't flush textures more than necessary.
Corbin Simpson
2009-03-11
1
-2
/
+7
*
r300-gallium: Fix texture filters.
Corbin Simpson
2009-03-11
1
-3
/
+12
*
r300-gallium: r500-fs: More texture fixes.
Corbin Simpson
2009-03-11
3
-17
/
+30
*
r300-gallium: r500-fs: Add shader dumper and more tex work.
Corbin Simpson
2009-03-11
5
-13
/
+335
*
r300-gallium: Fix CS count for texture emit.
Corbin Simpson
2009-03-11
1
-1
/
+1
*
r300-gallium: r500-fs: Add SWZ.
Corbin Simpson
2009-03-11
1
-11
/
+32
*
r300-gallium: Fix CS count in fb state emit.
Corbin Simpson
2009-03-11
1
-1
/
+1
*
r300-gallium: Start swizzles.
Corbin Simpson
2009-03-11
2
-7
/
+43
*
r300-gallium: Begin R500 fragment shader assembler.
Corbin Simpson
2009-03-11
2
-3
/
+144
*
trace: Fixup trace a bit
Jakob Bornecrantz
2009-03-11
1
-7
/
+18
*
tgsi: Implement RFL, SFL, STR, X2D opcodes.
Michal Krol
2009-03-11
1
-5
/
+87
*
tgsi: Begin documenting NV_fragment_program instruction set operations.
Michal Krol
2009-03-11
1
-0
/
+190
*
tgsi: Implement RCC opcode.
Michal Krol
2009-03-11
1
-1
/
+32
*
tgsi: Document NV_vertex_program1_1 instruction set operations.
Michal Krol
2009-03-11
1
-0
/
+28
*
tgsi: Untabify.
Michal Krol
2009-03-10
1
-31
/
+31
*
tgsi: Implement CLAMP opcode.
Michal Krol
2009-03-10
1
-7
/
+14
*
tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.
Michal Krol
2009-03-10
2
-3
/
+6
*
tgsi: ARL and FLOOR opcodes have the same implementation.
Michal Krol
2009-03-10
1
-11
/
+2
*
tgsi: ARL is a vector instruction.
Michal Krol
2009-03-10
1
-0
/
+3
*
tgsi: Note that LOG and EXP are approximations.
Michal Krol
2009-03-10
1
-2
/
+2
*
tgsi: Document EXT_vertex_shader instruction set operations.
Michal Krol
2009-03-10
1
-0
/
+108
*
radeon-gallium: Unbreak non-RADEON_SOFTPIPE.
Corbin Simpson
2009-03-10
5
-7
/
+9
*
r300-gallium: Initial, broken, query setup.
Corbin Simpson
2009-03-10
6
-2
/
+120
*
radeon-gallium: Unbreak RADEON_SOFTPIPE.
Corbin Simpson
2009-03-10
4
-18
/
+21
*
r300-gallium: Unbreak fallback in surface_fill.
Corbin Simpson
2009-03-10
1
-6
/
+3
*
r300-gallium: Fix a handful of compiler warnings.
Corbin Simpson
2009-03-10
3
-2
/
+17
*
r300-gallium: First stab at texture support.
Corbin Simpson
2009-03-10
4
-4
/
+87
*
r300-gallium: Moar fixes in the register file.
Corbin Simpson
2009-03-10
1
-6
/
+9
*
scons: Also define USE_XSHM for the glx/xlib state tracker build.
Michel Dänzer
2009-03-09
1
-0
/
+2
*
Fix up another instance of _mesa_unreference_framebuffer().
Michel Dänzer
2009-03-09
1
-1
/
+1
*
gallium: Fix p_refcnt.h for C++ compilers.
Michel Dänzer
2009-03-09
1
-0
/
+3
*
tgsi: Implement CND, CND0 opcodes.
Michal Krol
2009-03-09
1
-2
/
+14
*
tgsi: Remove redundant micro_ge() -- use micro_le().
Michal Krol
2009-03-09
1
-15
/
+1
*
tgsi: Document ATI_fragment_shader instruction set operations.
Michal Krol
2009-03-09
1
-0
/
+54
*
r300-gallium: Unbreak trivial/point.
Corbin Simpson
2009-03-08
1
-2
/
+0
[next]