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
*
Add .deps/, .libs/, and *.la to toplevel .gitignore
Paul Berry
2012-03-20
16
-41
/
+3
*
mesa: only test cube face widths in _mesa_test_texobj_completeness()
Brian Paul
2012-03-20
1
-5
/
+8
*
softpipe: set max cube texture size to 4Kx4K
Brian Paul
2012-03-20
2
-1
/
+2
*
mesa: add integer texture completeness check
Brian Paul
2012-03-20
3
-0
/
+15
*
mesa: rework texture completeness testing
Brian Paul
2012-03-20
10
-38
/
+79
*
mesa: add _mesa_is_mipmap_filter() helper
Brian Paul
2012-03-20
1
-0
/
+9
*
mesa: use _mesa_dirty_texobj() in glTexParameter code
Brian Paul
2012-03-20
1
-1
/
+2
*
mesa: use _mesa_dirty_texobj() function
Brian Paul
2012-03-20
1
-12
/
+5
*
mesa: rewrite/consolidate code in _mesa_test_texobj_completeness()
Brian Paul
2012-03-20
1
-138
/
+45
*
mesa: use new baseImage var to simplify _mesa_test_texobj_completeness()
Brian Paul
2012-03-20
1
-24
/
+27
*
mesa: add comments in _mesa_test_texobj_completeness() related to the spec
Brian Paul
2012-03-20
1
-2
/
+2
*
mesa: better debug message in _mesa_test_texobj_completeness()
Brian Paul
2012-03-20
1
-1
/
+1
*
mesa: move some code in _mesa_test_texobj_completeness()
Brian Paul
2012-03-20
1
-7
/
+7
*
mesa: use switch(target) in _mesa_test_texobj_completeness()
Brian Paul
2012-03-20
1
-15
/
+19
*
mesa: use MAX3() macro for 3D texture in _mesa_test_texobj_completeness()
Brian Paul
2012-03-20
1
-3
/
+3
*
mesa: make _mesa_reference_sampler_object() an inline function
Brian Paul
2012-03-20
2
-6
/
+15
*
glsl: Don't include the deprecated structure types in GLSL 1.40.
Eric Anholt
2012-03-19
2
-15
/
+17
*
mesa: Validate the drawing primitive against the transform feedback mode.
Eric Anholt
2012-03-19
3
-32
/
+43
*
mesa: Fold error generation into _mesa_valid_prim_mode().
Eric Anholt
2012-03-19
4
-20
/
+19
*
shared-glapi: Convert to automake
Kristian Høgsberg
2012-03-19
11
-100
/
+61
*
r600g: fix r600_get_backend_mask() for virtual addresses
Alex Deucher
2012-03-19
1
-2
/
+5
*
i915: fallback for NPOT cubemap texture
Yuanhan Liu
2012-03-19
1
-0
/
+22
*
r600g: fix point rendering
Marek Olšák
2012-03-19
1
-1
/
+1
*
st/mesa: add null pointer check in st_texture_image_map()
Brian Paul
2012-03-17
1
-0
/
+3
*
docs: add info for installing dependencies on fedora
Alex Hultman
2012-03-17
1
-0
/
+8
*
dri_util: add copyright/license blurb
Brian Paul
2012-03-17
1
-0
/
+24
*
darwin: Link against libxcb
Jeremy Huddleston
2012-03-16
1
-1
/
+1
*
darwin: Build create_context.c
Jeremy Huddleston
2012-03-16
2
-1
/
+7
*
darwin: config file cleanups
Jeremy Huddleston
2012-03-16
2
-10
/
+20
*
i965/fs: Jump from discard statements to the end of the program when done.
Eric Anholt
2012-03-16
4
-5
/
+126
*
i965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT.
Eric Anholt
2012-03-16
1
-0
/
+4
*
glsl: Add GLSL 1.40 textureSize() implementations for sampler2DRect.
Eric Anholt
2012-03-15
3
-2
/
+19
*
glsl: Set up generated builtin functions handling for GLSL 1.40.
Eric Anholt
2012-03-15
1
-3
/
+3
*
glsl: Add support for integer sampler2DRect variants in GLSL 1.40.
Eric Anholt
2012-03-15
3
-2
/
+27
*
glsl: Drop ftransform() from GLSL 1.40 profile.
Eric Anholt
2012-03-15
1
-2
/
+0
*
glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.
Eric Anholt
2012-03-15
2
-0
/
+1946
*
glsl: When failing to compile some builtins, print the error.
Eric Anholt
2012-03-15
1
-0
/
+8
*
glsl: Let the builtin compiler process GLSL 1.40 shaders.
Eric Anholt
2012-03-15
1
-3
/
+3
*
glsl: Update builtin variables for GLSL 1.40.
Eric Anholt
2012-03-15
1
-109
/
+150
*
glsl: Hook up the current GLSL 1.30 types and builtins for 1.40.
Eric Anholt
2012-03-15
3
-1
/
+10
*
glsl: Add support for parsing #version 140.
Eric Anholt
2012-03-15
4
-0
/
+8
*
i965: Enable SIMD16 mode for shaders with loops on Gen6+.
Kenneth Graunke
2012-03-14
1
-1
/
+1
*
gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.
Vinson Lee
2012-03-14
1
-0
/
+4
*
noop: Use non-recursive automake
Tom Stellard
2012-03-14
3
-16
/
+18
*
identity: Use non-recursive automake
Tom Stellard
2012-03-14
3
-14
/
+18
*
galahad: Use non-recursive automake
Tom Stellard
2012-03-14
3
-15
/
+44
*
gallium/drivers: Use automake to generate makefile
Tom Stellard
2012-03-14
19
-16
/
+50
*
docs: fix html in banner.html
Christopher Yeleighton
2012-03-14
1
-23
/
+23
*
glsl: Avoid extra if statements for logic and/or with no side effects.
Eric Anholt
2012-03-13
1
-17
/
+6
*
mesa: add back glGetnUniform*v() overflow error reporting
Dylan Noblesmith
2012-03-13
2
-5
/
+13
[next]