index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
cell: Moved X86 checks to wrap #include section so that Cell targets will co...
Jonathan White
2008-09-30
1
-2
/
+2
*
util: Fix util_fast_pow/exp2/log2.
José Fonseca
2008-10-01
2
-69
/
+64
*
tgsi: SSE2 optimized exp2, log2 and pow implementations.
José Fonseca
2008-09-30
1
-76
/
+211
*
util: Header for SSE2 intrinsics portability.
José Fonseca
2008-09-30
1
-0
/
+72
*
rtasm: Implement immediate group 1 instructions. Fix SIB emition.
José Fonseca
2008-09-29
2
-15
/
+62
*
cell: checkpoint: more work in emit_function_call()
Brian Paul
2008-09-26
1
-6
/
+39
*
cell: stub-out sin/cos function bodies to avoid trashing caller's stack for now
Brian Paul
2008-09-26
1
-0
/
+10
*
gallium: SPU register comments
Brian Paul
2008-09-26
1
-2
/
+2
*
cell: move command processing code into new spu_command.c file
Brian Paul
2008-09-26
4
-556
/
+611
*
cell: move debug-related declarations
Brian Paul
2008-09-26
2
-2
/
+8
*
cell: move debug macros into new spu_debug.h
Brian Paul
2008-09-26
2
-27
/
+63
*
cell: move really_clear_tiles()
Brian Paul
2008-09-26
3
-40
/
+41
*
cell: align instruction buffers to 8-byte, not 32-byte boundary
Brian Paul
2008-09-26
3
-8
/
+8
*
cell: asst clean-up, var renaming
Brian Paul
2008-09-26
1
-10
/
+9
*
cell: remove unneeded blend/depth_stencil subclasses
Brian Paul
2008-09-26
4
-72
/
+15
*
cell: checkpoint: support for function calls in SPU shaders
Brian Paul
2008-09-26
8
-3
/
+254
*
cell: inst reorder to save a cycle
Brian Paul
2008-09-26
1
-1
/
+1
*
st: add prototype for st_get_framebuffer_dimensions()
Alan Hourihane
2008-09-26
2
-2
/
+5
*
st: export st_get_framebuffer_dimensions() to retrieve
Alan Hourihane
2008-09-26
1
-0
/
+7
*
mesa: fix incorrect parameter order
Brian Paul
2008-09-26
1
-3
/
+3
*
mesa: remove const qualifiers to match device driver interface function
Brian Paul
2008-09-26
1
-2
/
+2
*
gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program()
Brian Paul
2008-09-26
3
-4
/
+4
*
mesa: add some braces
Brian Paul
2008-09-26
1
-1
/
+2
*
mesa: fix/simplify initialization of vertex/fragment program limits
Brian Paul
2008-09-26
2
-30
/
+27
*
mesa: increase MAX_INSTRUCTIONS
Brian Paul
2008-09-26
1
-4
/
+2
*
mesa: fix swizzle failure, fix typo
Brian Paul
2008-09-26
1
-3
/
+5
*
mesa: fix default buffer object access value
Brian Paul
2008-09-26
1
-2
/
+9
*
st: change from ** to * for st_unreference_framebuffer()
Alan Hourihane
2008-09-26
6
-7
/
+7
*
mesa: fix indenting
Keith Whitwell
2008-09-26
1
-14
/
+14
*
dri: remove unused files present only on gallium-0.2 branch
Keith Whitwell
2008-09-26
2
-638
/
+0
*
Merge commit 'origin/master' into HEAD
Keith Whitwell
2008-09-26
10
-33
/
+53
|
\
|
*
mesa: fix cast/conversion for optional code
Brian
2008-09-25
2
-5
/
+7
|
*
mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback.
Brian Paul
2008-09-25
1
-2
/
+2
|
*
mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)
Brian Paul
2008-09-25
2
-3
/
+3
|
*
mesa: fix some VBO buffer object issues
Brian Paul
2008-09-25
2
-11
/
+23
|
*
mesa: fix function params to match prototypes
Sam Hocevar
2008-09-25
1
-5
/
+5
|
*
mesa: prevent the slang code generator from aborting when faced with a sample...
Sam Hocevar
2008-09-25
1
-1
/
+5
|
*
i965: support for sin() and cos() in vertex shaders.
Sam Hocevar
2008-09-25
1
-0
/
+6
|
*
i965: more meaningful message for unsupported opcodes.
Sam Hocevar
2008-09-25
2
-3
/
+8
|
*
intel: Fix clears to depth_stencil texture attachments.
Eric Anholt
2008-09-24
1
-1
/
+1
|
*
set SamplerUnit[] entry in load_texture() just to be safe
Brian
2008-09-24
1
-0
/
+4
|
*
use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/...
Brian
2008-09-24
1
-1
/
+1
|
*
set program->SamplersUsed bit when using a texture instruction
Brian
2008-09-24
1
-1
/
+4
|
*
Remove ctx field from texenvprog_cache
Brian
2008-09-24
1
-4
/
+4
|
*
include programopt.h
Brian
2008-09-24
1
-0
/
+1
|
*
Disable vertex shader fog, compute fog in fragment shader.
Brian
2008-09-24
1
-5
/
+11
|
*
temporarily set the FRAG_BIT_FOGC bit in InputsRead when fog is enabled
Brian
2008-09-24
1
-0
/
+1
|
*
mesa: fix main/ prefix in include
Keith Whitwell
2008-09-23
1
-1
/
+1
|
*
vbo: unmap and remap immediate vbo before/after each draw.
Keith Whitwell
2008-09-23
1
-0
/
+16
|
*
added vbo_use_buffer_objects() to specify that immediate mode data should be ...
Brian
2008-09-23
3
-2
/
+51
[next]