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
*
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
*
mesa: Fix GL_FIXED arrays.
Chia-I Wu
2010-12-09
1
-0
/
+2
*
i965: Drop push-mode reladdr constant loading and always use constant_map.
Eric Anholt
2010-12-08
4
-93
/
+96
*
radeon: bump mip tree levels to 15
Alex Deucher
2010-12-09
1
-1
/
+1
*
mesa: simplify target checking for TexImage functions
Brian Paul
2010-12-08
1
-8
/
+18
*
mesa: revamp error checking for compressed texture images
Brian Paul
2010-12-08
1
-67
/
+44
*
glsl: In ast_to_hir, check sampler array indexing
Chad Versace
2010-12-08
1
-0
/
+14
*
i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.
Eric Anholt
2010-12-08
3
-21
/
+0
*
i965: Use the new pixel mask location for gen6 ARB_fp KIL instructions.
Eric Anholt
2010-12-08
1
-2
/
+8
*
i965: Set the render target index in gen6 fixed-function/ARB_fp path.
Eric Anholt
2010-12-08
1
-0
/
+7
*
i965: Set up the per-render-target blend state on gen6.
Eric Anholt
2010-12-08
1
-46
/
+49
*
i965: Set up the color masking for the first drawbuffer on gen6.
Eric Anholt
2010-12-08
1
-0
/
+9
*
mesa: Do not advertise GL_OES_texture_3D.
Chia-I Wu
2010-12-08
1
-0
/
+4
*
vbo: Fix GLES2 glVertexAttrib.
Chia-I Wu
2010-12-08
3
-60
/
+74
*
vbo: Drop second ATTR macro.
Chia-I Wu
2010-12-08
1
-27
/
+1
*
mesa: make _mesa_test_proxy_teximage() easier to read
Brian Paul
2010-12-07
1
-55
/
+71
*
mesa: consolidate glCompressedTexImage1/2/3D() functions
Brian Paul
2010-12-07
1
-374
/
+190
*
mesa: consolidate glCopyTexSubImage1/2/3D() functions
Brian Paul
2010-12-07
1
-145
/
+63
*
mesa: consolidate glCopyTexImage1/2D() code
Brian Paul
2010-12-07
1
-148
/
+90
*
mesa: consolidate the glTexSubImage1/2/3D() functions
Brian Paul
2010-12-07
1
-165
/
+86
*
mesa: simplify proxy texture code in texture_error_check()
Brian Paul
2010-12-07
1
-49
/
+51
*
r300/compiler: remove at least unused immediates if externals cannot be removed
Marek Olšák
2010-12-08
3
-8
/
+6
*
r300/compiler: make lowering passes possibly use up to two less temps
Marek Olšák
2010-12-08
1
-63
/
+86
[next]