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
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
translate_sse: fix emit_load_sse2
Luca Barbieri
2010-08-19
1
-0
/
+2
*
translate_sse: don't overwrite source buffer pointer
Luca Barbieri
2010-08-18
1
-5
/
+5
*
translate: Move loop variable declaration outside for loop.
Vinson Lee
2010-08-16
1
-1
/
+2
*
translate: Remove unused temporary register.
José Fonseca
2010-08-16
1
-1
/
+0
*
translate: Eliminate void pointer arithmetic.
José Fonseca
2010-08-16
1
-1
/
+1
*
translate_sse: major rewrite (v5)
Luca Barbieri
2010-08-16
2
-239
/
+936
*
translate: add support for 8/16-bit indices
Luca Barbieri
2010-08-16
3
-19
/
+92
*
translate_sse: remove useless generated function wrappers
Luca Barbieri
2010-08-16
1
-51
/
+4
*
translate_generic: factor out common code between linear and indexed
Luca Barbieri
2010-08-16
1
-115
/
+62
*
translate_generic: use memcpy if possible (v3)
Luca Barbieri
2010-08-16
1
-33
/
+75
*
translate: allow clients to ask for supported output formats
Luca Barbieri
2010-08-11
3
-0
/
+88
*
Revert "translate_generic: return NULL instead of assert(0) if format not sup...
Luca Barbieri
2010-08-11
1
-6
/
+9
*
translate_generic: fix broken A8R8G8B8_UNORM output
Luca Barbieri
2010-08-11
1
-3
/
+9
*
translate_generic: return NULL instead of assert(0) if format not supported
Luca Barbieri
2010-08-11
1
-9
/
+6
*
gallium/translate: make generic_run() and generic_run_elts() more alike
Brian Paul
2010-08-03
1
-19
/
+44
*
translate: don't crash on elts paths with instances
Zack Rusin
2010-06-16
1
-10
/
+13
*
translate: Make translate_generic truly generic.
José Fonseca
2010-05-03
1
-301
/
+90
*
translate: Take and respect a max_index argument.
José Fonseca
2010-04-26
3
-8
/
+24
*
gallium: fix BGRA vertex color swizzles
Marek Olšák
2010-03-12
2
-6
/
+6
*
translate: Rename pipe formats.
José Fonseca
2010-03-01
2
-6
/
+6
*
gallium: Handle InstanceID as a true 32-bit uint.
Michal Krol
2010-01-05
1
-18
/
+5
*
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
2
-24
/
+0
|
\
|
*
gallium: Generate a single library for auxiliaries with Make too.
José Fonseca
2010-01-01
1
-12
/
+0
|
*
scons: Aggregate all tiny libraries in a single library.
José Fonseca
2010-01-01
1
-12
/
+0
*
|
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
3
-31
/
+71
*
|
Implement instanced indexed draw.
Michal Krol
2009-12-30
3
-12
/
+23
*
|
translate: Fix a call to indexed SSE run.
Michal Krol
2009-12-30
1
-0
/
+2
*
|
translate: Implement instancing for linear SSE run.
Michal Krol
2009-12-30
1
-34
/
+120
*
|
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
3
-3
/
+16
*
|
translate: Fix translate_key_compare().
Michal Krol
2009-12-29
1
-2
/
+7
|
/
*
gallium: replace // comments with /* */
Brian Paul
2009-10-02
1
-1
/
+1
*
translate: Avoid unused variable warning.
José Fonseca
2009-03-25
1
-0
/
+2
*
gallium: Improve makefiles for libraries
Jakob Bornecrantz
2009-02-20
1
-3
/
+0
*
translate: pull in prefetch and other optimizations from draw_vs_aos.c
Keith Whitwell
2008-11-14
2
-112
/
+204
*
gallium: silence warnings
Brian Paul
2008-09-03
1
-0
/
+6
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
4
-4
/
+3
*
translate: Draw can request up to PIPE_MAX_ATTRIBS + 1 vertex elements.
José Fonseca
2008-08-14
1
-1
/
+1
*
gallium: Avoid double arithmetic.
José Fonseca
2008-06-24
1
-1
/
+1
*
gallium: added support for fixed-point formats, drawing
Brian Paul
2008-06-23
1
-0
/
+18
*
Merge branch 'gallium-tex-surfaces' into gallium-0.1
Jakob Bornecrantz
2008-05-30
1
-3
/
+3
|
\
|
*
gallium: MSVC warning fixes.
José Fonseca
2008-05-29
1
-1
/
+1
|
*
translate: Mark functions as PIPE_CDECL.
José Fonseca
2008-05-28
1
-2
/
+2
*
|
Merge branch 'gallium-vertex-linear' into gallium-0.1
Jakob Bornecrantz
2008-05-28
3
-37
/
+25
|
\
|
|
*
translate: mark functions as PIPE_CDECL
Keith Whitwell
2008-05-23
3
-30
/
+24
|
*
translate: remove spurious comment
Keith Whitwell
2008-05-23
1
-7
/
+1
|
*
translate: helper functions for mimizing cost of key compares
Keith Whitwell
2008-05-12
1
-0
/
+21
*
|
gallium: Windows CE portability fixes.
José Fonseca
2008-05-28
3
-121
/
+123
*
|
translate: helper functions for mimizing cost of key compares
Keith Whitwell
2008-05-09
1
-0
/
+21
|
/
*
draw: only fill in / compare the part of the translate key we're using.
Keith Whitwell
2008-05-08
1
-3
/
+2
*
rtasm: fix labels after (not so) recent change to allow dynamic fn growth
Keith Whitwell
2008-05-01
1
-1
/
+1
[next]