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
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Add support for Mac OS.
Vinson Lee
2009-07-23
2
-9
/
+9
*
r300g: Actually mark shaders as translated/untranslated.
Corbin Simpson
2009-07-23
3
-2
/
+8
*
cell: update TGSI_OPCODE_ cases
Brian Paul
2009-07-22
1
-18
/
+8
*
gallium: Fix PPC build.
Michel Dänzer
2009-07-23
1
-8
/
+8
*
nouveau: nv30: wrong variable for format
Patrice Mandin
2009-07-22
1
-1
/
+1
*
nouveau: Take into account sx,sy parameters to read from source surface
Patrice Mandin
2009-07-22
1
-2
/
+2
*
gallium: remove multiple aliases for TGSI opcodes
Keith Whitwell
2009-07-22
7
-210
/
+194
*
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
25
-76
/
+79
*
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
*
r300g: Fix SCons build.
Michel Dänzer
2009-07-20
3
-3
/
+8
*
gallium/trace: Fix SCons build.
Michel Dänzer
2009-07-20
1
-0
/
+1
*
r300g: Guard R500 register writes by is_r500 check.
Michel Dänzer
2009-07-20
1
-3
/
+5
*
gallium: make g3dvl build again
Dave Airlie
2009-07-18
3
-3
/
+0
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-07-17
10
-19
/
+381
|
\
|
*
python/retrace: Process the call no passed to --to option inclusively.
José Fonseca
2009-07-16
1
-1
/
+1
|
*
python/retrace: Dump the surface copy contents.
José Fonseca
2009-07-16
1
-0
/
+10
|
*
python/retrace: Flush stdout before calling the pipe driver.
José Fonseca
2009-07-16
1
-0
/
+4
|
*
python: Hack to prevent segmentation faults when python exits.
José Fonseca
2009-07-16
1
-1
/
+7
|
*
wgl: Expose pipe_screen/pipe_context via an extension.
José Fonseca
2009-07-16
4
-1
/
+133
|
*
python: Obtain pipe_screen/pipe_context from the system's OpenGL driver.
José Fonseca
2009-07-16
2
-3
/
+191
|
*
softpipe: limit blend results to [0,1]
Luca Barbieri
2009-07-15
1
-12
/
+30
|
*
python/retrace: Interpret surface_copy.
José Fonseca
2009-07-15
1
-0
/
+4
|
*
python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.
José Fonseca
2009-07-15
1
-1
/
+1
*
|
st/egl: Fix broken build after EGL thread changes
Andrew Randrianasulu
2009-07-18
1
-1
/
+1
*
|
egl: Remove redundant DeletePending flag.
Chia-I Wu
2009-07-17
3
-14
/
+4
*
|
egl: Use the link functions to manage resources.
Chia-I Wu
2009-07-17
3
-13
/
+15
*
|
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
2
-19
/
+184
*
|
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
4
-150
/
+115
*
|
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
7
-53
/
+71
*
|
dri-st: Unbreak GL_EXT_blend_equation_separate.
Corbin Simpson
2009-07-14
1
-0
/
+1
*
|
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
2009-07-14
9
-2
/
+15
*
|
r300g: Small compile warning fixes.
Nicolai Hähnle
2009-07-13
3
-2
/
+5
*
|
r300g, radeon: Whitespace fixes.
Nicolai Hähnle
2009-07-13
4
-13
/
+13
*
|
r300g: Use align() instead of inline maths.
Corbin Simpson
2009-07-13
1
-4
/
+7
*
|
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
*
|
r300g: Remove VAP_CNTL_STATUS from invariant state.
Corbin Simpson
2009-07-08
1
-6
/
+1
*
|
r300g: Disable MSPOS registers for glisse's CS security checker.
Corbin Simpson
2009-07-08
1
-4
/
+7
[next]