index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
/
draw_vs_aos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
1
-2267
/
+0
*
draw: s/varient/variant/
Brian Paul
2010-12-16
1
-25
/
+25
*
draw: use a cast wrapper
Brian Paul
2010-04-28
1
-4
/
+11
*
draw: put 'create' in the vs varient create function names
Brian Paul
2010-04-28
1
-3
/
+4
*
draw: add missing function parameter
Brian Paul
2010-04-28
1
-1
/
+2
*
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
1
-2
/
+2
*
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-2
/
+8
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-4
/
+4
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-25
/
+25
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-88
/
+88
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-26
/
+4
*
gallium: replace // comments with /* */
Brian Paul
2009-10-02
1
-3
/
+3
*
gallium: remove multiple aliases for TGSI opcodes
Keith Whitwell
2009-07-22
1
-7
/
+7
*
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
1
-1
/
+2
*
draw: use AOS_ERROR rather than clash-prone ERROR() macro
Keith Whitwell
2009-03-18
1
-6
/
+6
*
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-02-18
1
-0
/
+1
|
\
|
*
draw: Reuse xmm registers.
Keith Whitwell
2009-02-17
1
-0
/
+13
*
|
util: Move p_debug.h into util module.
José Fonseca
2009-02-18
1
-1
/
+1
*
|
draw: Reuse xmm registers.
Keith Whitwell
2009-02-18
1
-0
/
+12
*
|
gallium: fix glean's vertProg1
Alan Hourihane
2009-02-16
1
-10
/
+18
*
|
draw: Fix build -- rename Size to NrTokens.
Michal Krol
2009-02-10
1
-1
/
+1
*
|
draw: silence some warnings
Keith Whitwell
2009-01-27
1
-1
/
+4
*
|
draw: queiten compiler warnings
Keith Whitwell
2009-01-27
1
-1
/
+4
|
/
*
gallium: disable some debug output
Brian Paul
2008-11-05
1
-1
/
+2
*
draw: Implement TGSI_OPCODE_TRUNC.
michal
2008-11-05
1
-0
/
+14
*
draw: don't keep refetching constant inputs
Keith Whitwell
2008-10-02
1
-2
/
+24
*
draw: add streamlined paths for fetching linear verts
Keith Whitwell
2008-10-02
1
-23
/
+21
*
gallium: fix out of bounds array errors in SSE execution
Brian Paul
2008-09-02
1
-0
/
+11
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-2
/
+2
*
gallium: use new util_fast_exp2(), _log2(), pow() functions
Brian Paul
2008-08-22
1
-2
/
+64
*
Merge tgsi/exec and tgsi/util directories.
José Fonseca
2008-07-28
1
-4
/
+4
*
gallium: disable the codegen for TGSI_OPCODE_EXPBASE2 for now.
Brian Paul
2008-06-12
1
-0
/
+7
*
gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE
Keith Whitwell
2008-06-12
1
-7
/
+19
*
draw: don't assume vertex position is in data[0]
Keith Whitwell
2008-06-11
1
-4
/
+4
*
draw: remove debug assert on failover to generic vs varient
Keith Whitwell
2008-06-11
1
-1
/
+0
*
gallium: disable a tgsi_dump() call
Brian Paul
2008-06-09
1
-0
/
+2
*
Merge branch 'gallium-tex-surfaces' into gallium-0.1
Keith Whitwell
2008-06-03
1
-12
/
+9
|
\
|
*
draw: Use register names more consistently.
Michal Krol
2008-06-03
1
-2
/
+3
|
*
draw: Fix fetch_src(). Resurrect SSE version of DP3.
Michal Krol
2008-06-03
1
-37
/
+6
|
*
draw: Fix DP3 implementation by replacing SSE with x87 version.
Michal Krol
2008-06-02
1
-1
/
+28
*
|
draw: Fix MSVC warnings.
José Fonseca
2008-06-02
1
-2
/
+2
|
/
*
draw: michal's patch for calling powf... teapot still not quite right
Keith Whitwell
2008-05-29
1
-0
/
+46
*
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-05-29
1
-2
/
+2
*
draw: share machine
Keith Whitwell
2008-05-29
1
-263
/
+19
*
draw: enable FSE by default
Keith Whitwell
2008-05-28
1
-26
/
+79
*
draw: Use PIPE_CDECL.
José Fonseca
2008-05-28
1
-10
/
+10
*
draw: support psize in vs_varient paths
Keith Whitwell
2008-05-27
1
-0
/
+3
*
draw: fix ABS aliasing bug
Keith Whitwell
2008-05-27
1
-4
/
+5
*
draw: explicitly list nr_inputs, outputs in varient key
Keith Whitwell
2008-05-27
1
-1
/
+1
*
draw: hook up viewport / rhw emit to varient key state
Keith Whitwell
2008-05-27
1
-8
/
+8
[next]