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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: fix tex and vtx joining
Christian König
2010-12-16
1
-2
/
+2
*
r600g: improve r600_bc_dump
Christian König
2010-12-16
1
-28
/
+132
*
[g3dvl] move scaling completely into matrix and use less temp registers
Christian König
2010-12-16
2
-58
/
+56
*
r600g: implement output modifiers and use them to further optimize LRP
Christian König
2010-12-16
4
-0
/
+32
*
r600g: use special constants for 0, 1, -1, 1.0f, 0.5f etc
Christian König
2010-12-14
1
-12
/
+44
*
r600g: optimize temp register handling for LRP
Christian König
2010-12-14
1
-34
/
+38
*
[g3dvl] no need to swizzle a scalar
Christian König
2010-12-14
1
-1
/
+1
*
r600g: DP4 also supports writemasking
Christian König
2010-12-14
1
-8
/
+6
*
r600g: optimize away CF_INST_POP
Christian König
2010-12-14
2
-3
/
+27
*
[g3dvl] add reg_fixup_label to IF ELSE ENDIF
Christian König
2010-12-13
1
-0
/
+7
*
[g3dvl] move idct texture addr generation into vertex shader
Christian König
2010-12-12
2
-131
/
+143
*
[g3dvl] seperate texture addr generation from fetching
Christian König
2010-12-12
1
-69
/
+68
*
r600g: texture instructions also work fine with TGSI_FILE_INPUT
Christian König
2010-12-12
1
-2
/
+3
*
r600g: Why all this fiddling with tgsi_helper_copy?
Christian König
2010-12-12
1
-21
/
+42
*
[g3dvl] remove "Nouveau can't writemask tex dst regs" workaround
Christian König
2010-12-11
1
-6
/
+8
*
[g3dvl] move mv into vertex stream
Christian König
2010-12-11
2
-60
/
+32
*
Merge remote branch 'origin/master' into pipe-video
Christian König
2010-12-11
661
-15464
/
+19602
|
\
|
*
vbo: Avoid the copy to current in dlists if not required.
Mathias Fröhlich
2010-12-10
3
-25
/
+36
|
*
mesa/meta: fix broken assertion, rename stack depth var
Brian Paul
2010-12-10
1
-5
/
+7
|
*
r600g: fix bo size when creating bo from handle
Jerome Glisse
2010-12-10
1
-1
/
+1
|
*
mesa: Clean up header file inclusion in arbprogparse.h.
Vinson Lee
2010-12-09
1
-1
/
+5
|
*
i965: support for two-sided lighting on Sandybridge
Xiang, Haihao
2010-12-10
5
-6
/
+72
|
*
meta: allow nested meta operations
Xiang, Haihao
2010-12-10
1
-4
/
+10
|
*
i965: Add support for gen6 reladdr VS constant loading.
Eric Anholt
2010-12-09
2
-11
/
+17
|
*
i965: Add support for gen6 constant-index constant loading.
Eric Anholt
2010-12-09
2
-3
/
+9
|
*
targets/egl: Improve st_GL.so loading.
Chia-I Wu
2010-12-10
1
-0
/
+15
|
*
target/egl: Fix misleading debug message.
Chia-I Wu
2010-12-10
1
-2
/
+7
|
*
draw/llvm: don't flush in vs_llvm_delete()
Brian Paul
2010-12-09
1
-12
/
+0
|
*
draw/llvm: remove redundant comment
Brian Paul
2010-12-09
1
-1
/
+0
|
*
draw/llvm: remove extraneous conditional
Brian Paul
2010-12-09
1
-6
/
+4
|
*
glsl: Unroll loops with conditional breaks anywhere (not just the end)
7.10-branchpoint
Luca Barbieri
2010-12-09
1
-46
/
+68
|
*
glsl: Consider the "else" branch when looking for loop breaks.
Kenneth Graunke
2010-12-09
1
-1
/
+1
|
*
glsl: Clean up code by adding a new is_break() function.
Kenneth Graunke
2010-12-09
1
-6
/
+11
|
*
glsl: Correct the marking of InputsRead/OutputsWritten on in/out matrices.
Eric Anholt
2010-12-09
1
-20
/
+15
|
*
intel: Set the swizzling for depth textures using the GL_RED depth mode.
Eric Anholt
2010-12-09
2
-0
/
+8
|
*
intel: Use plain R8 and RG8 for COMPRESSED_RED and COMPRESSED_RG.
Eric Anholt
2010-12-09
1
-0
/
+2
|
*
i965: Silence uninitialized variable warning.
Vinson Lee
2010-12-09
1
-0
/
+5
|
*
r600g: Fix SCons build.
Vinson Lee
2010-12-09
4
-4
/
+5
|
*
r600g: indentation cleanup
Jerome Glisse
2010-12-09
2
-23
/
+21
|
*
r600g: specialized upload manager
Jerome Glisse
2010-12-09
8
-109
/
+176
|
*
r600g: avoid using pb* helper we are loosing previous cpu cycle with it
Jerome Glisse
2010-12-09
9
-388
/
+364
|
*
glsl: fix lowering conditional returns in subroutines
Fabian Bieler
2010-12-09
1
-1
/
+5
|
*
i965: remove unused variable since brw_wm_glsl.c removal.
Eric Anholt
2010-12-09
2
-2
/
+1
|
*
i965: Set render_cache_read_write surface state bit on gen6 constant surfs.
Eric Anholt
2010-12-09
2
-0
/
+9
|
*
i965: Set up the correct texture border color state struct for Ironlake.
Eric Anholt
2010-12-09
2
-5
/
+45
|
*
i965: Clean up VS constant buffer location setup.
Eric Anholt
2010-12-09
1
-15
/
+3
|
*
i965: Fix VS constants regression pre-gen6.
Eric Anholt
2010-12-09
1
-1
/
+1
|
*
llvmpipe: Plug fence leaks.
José Fonseca
2010-12-09
2
-0
/
+3
|
*
mesa: allow GLfixed arrays for OpenGL ES 2.0
Shuang He
2010-12-09
1
-2
/
+2
|
*
mesa: Fix glTexCoordPointer with type GL_FIXED.
Chia-I Wu
2010-12-09
1
-1
/
+2
[next]