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
/
translate_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
translate: Eliminate void pointer arithmetic.
José Fonseca
2010-08-16
1
-1
/
+1
*
translate: add support for 8/16-bit indices
Luca Barbieri
2010-08-16
1
-0
/
+34
*
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
1
-0
/
+80
*
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
1
-6
/
+13
*
gallium: fix BGRA vertex color swizzles
Marek Olšák
2010-03-12
1
-4
/
+4
*
translate: Rename pipe formats.
José Fonseca
2010-03-01
1
-4
/
+4
*
Add lame support for instanceID to draw module.
Michal Krol
2009-12-30
1
-9
/
+17
*
Implement instanced indexed draw.
Michal Krol
2009-12-30
1
-3
/
+11
*
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-29
1
-3
/
+13
*
gallium: replace // comments with /* */
Brian Paul
2009-10-02
1
-1
/
+1
*
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
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-vertex-linear' into gallium-0.1
Jakob Bornecrantz
2008-05-28
1
-8
/
+8
|
\
|
*
translate: mark functions as PIPE_CDECL
Keith Whitwell
2008-05-23
1
-8
/
+8
*
|
gallium: Windows CE portability fixes.
José Fonseca
2008-05-28
1
-118
/
+118
|
/
*
translate: fix several bugs
Keith Whitwell
2008-04-19
1
-7
/
+4
*
translate: don't crash on failure to create sse version
Keith Whitwell
2008-04-19
1
-0
/
+11
*
gallium: Get the translate module to build on msvc.
José Fonseca
2008-04-16
1
-16
/
+16
*
gallium: Switch one vertex path over to new translate module
Keith Whitwell
2008-04-15
1
-14
/
+52
*
translate: typo in emit_B8G8R8A8_UNORM
Keith Whitwell
2008-04-15
1
-4
/
+4
*
gallium: add a generic vertex (or other) buffer translation module
Keith Whitwell
2008-04-15
1
-0
/
+630