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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: get texturing working in vertex shader sse2 path
Keith Whitwell
2009-07-20
1
-0
/
+4
*
tgsi: get texturing working in vertex shader sse2 path
Keith Whitwell
2009-07-20
1
-6
/
+6
*
tgsi: fix regression in indexed const lookups
Keith Whitwell
2009-07-20
1
-2
/
+4
*
draw: fix ppc build regression
Keith Whitwell
2009-07-16
1
-0
/
+1
*
tgsi: simplify and fix sse KIL implementation
Keith Whitwell
2009-07-16
1
-36
/
+28
*
rtasm: export sse_movmskps
Keith Whitwell
2009-07-16
2
-0
/
+10
*
tgsi: initial texturing support on sse path
Keith Whitwell
2009-07-16
1
-19
/
+183
*
tgsi: make sse function callout mechanism more generic
Keith Whitwell
2009-07-16
1
-40
/
+48
*
tgsi: reduce x86 reg usage in tgsi_sse generated programs
Keith Whitwell
2009-07-16
3
-132
/
+110
*
tgsi: no need to separately malloc input and output arrays
Keith Whitwell
2009-07-16
2
-27
/
+6
*
gallium: reduce recursive include of tgsi_exec.h
Keith Whitwell
2009-07-16
5
-1
/
+7
*
tgsi: make function call code in tgsi_sse.c less opaque
Keith Whitwell
2009-07-16
2
-25
/
+92
*
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-07-16
6
-40
/
+54
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-13
7
-17
/
+117
|
\
|
*
tgsi: update some assertions
Brian Paul
2009-07-10
1
-4
/
+4
|
*
tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
|
*
tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
|
*
tgis: implement indirect addressing for destination registers
Brian Paul
2009-07-10
6
-11
/
+101
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-04
1
-1
/
+27
|
\
|
|
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
1
-1
/
+27
*
|
gallium: rearrange some members to avoid memory holes/padding
Zack Rusin
2009-07-06
1
-2
/
+2
*
|
pipebuffer: handle possible null pointer dereference
Zack Rusin
2009-07-06
2
-0
/
+4
*
|
cso: possible null pointer dereference
Zack Rusin
2009-07-06
1
-0
/
+4
*
|
util: fix possible null pointer usage
Zack Rusin
2009-07-06
4
-11
/
+46
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-4
/
+2
|
\
|
|
*
util: Increase OutputDebugStringA to 4k.
José Fonseca
2009-07-01
1
-4
/
+2
*
|
Nuke old trace-drm integration.
Corbin Simpson
2009-07-02
1
-165
/
+0
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-30
1
-1
/
+3
|
\
|
|
*
util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...
José Fonseca
2009-06-30
1
-1
/
+3
*
|
gallium/draw: sketch out some missing pointcoord code
Brian Paul
2009-06-29
1
-1
/
+11
*
|
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-06-14
1
-1
/
+1
|
\
|
|
*
tgsi: correct handling of return value from util_vsnprintf
Keith Whitwell
2009-06-26
1
-5
/
+13
|
*
aux/indices: don't use 'prim' value once it is known to be bad
Keith Whitwell
2009-06-26
1
-1
/
+1
*
|
tgsi: correct handling of return value from util_vsnprintf
Keith Whitwell
2009-06-26
1
-5
/
+13
*
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-24
14
-86
/
+93
|
\
|
|
*
util: Add cast.
José Fonseca
2009-06-18
1
-1
/
+1
|
*
draw: Replace pointer arithmetic with cast.
José Fonseca
2009-06-18
1
-1
/
+2
|
*
pipebuffer: Use a type consistently for sizes/offsets.
José Fonseca
2009-06-18
12
-84
/
+90
*
|
draw: use u_reduced_prim() function
Brian Paul
2009-06-19
4
-28
/
+4
*
|
gallium/util: s/boolean/unsigned/
Brian Paul
2009-06-19
1
-1
/
+1
*
|
Merge branch 'ext-provoking-vertex'
Brian Paul
2009-06-19
5
-59
/
+150
|
\
\
|
*
|
draw: use flatfirst variable
Brian Paul
2009-06-18
1
-1
/
+1
|
*
|
draw: remove debug code
Brian Paul
2009-06-18
1
-7
/
+0
|
*
|
draw: fix first provoking vertex mode for quads, quad strips and polygons
Brian Paul
2009-06-18
1
-18
/
+55
|
*
|
draw: fix first provoking vertex mode for unfilled quads
Brian Paul
2009-06-18
1
-10
/
+24
|
*
|
draw: clean up indentation
Brian Paul
2009-06-18
1
-11
/
+11
|
*
|
draw: implement flatshade_first for drawing pipeline
Brian Paul
2009-06-09
2
-20
/
+67
*
|
|
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-16
1
-3
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
rtasm: Use 32bit constant.
José Fonseca
2009-06-15
1
-3
/
+3
*
|
|
Merge branch 'mesa_7_5_branch'
José Fonseca
2009-06-11
1
-1
/
+1
|
\
|
|
[next]