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
*
radeon/llvm: Emit raw ISA for vertex fetch instructions
Tom Stellard
2012-06-29
3
-81
/
+139
*
gallium/util: Truly disable INF/NAN tests on MSVC.
José Fonseca
2012-06-29
1
-1
/
+1
*
gallium/util: Disable INF/NAN tests on MSVC.
José Fonseca
2012-06-29
1
-1
/
+7
*
translate: Free elt8_func/elt16_func too.
José Fonseca
2012-06-29
1
-1
/
+3
*
util: Reimplement half <-> float conversions.
James Benton
2012-06-29
7
-227
/
+69
*
tests: Updated tests to properly handle NaN for half floats.
James Benton
2012-06-29
4
-9
/
+41
*
util: Updated u_format_tests to rigidly test half-float boundary values.
James Benton
2012-06-29
1
-0
/
+30
*
util: Added functions for checking NaN / Inf for double and half-floats.
James Benton
2012-06-29
1
-2
/
+102
*
util: Added util_format_is_array.
James Benton
2012-06-29
2
-0
/
+39
*
vbo: optimize validation for glMultiDrawElements
Marek Olšák
2012-06-28
3
-12
/
+82
*
vbo: first ASSERT_OUTSIDE_BEGIN_END then FLUSH, not the other way around
Marek Olšák
2012-06-28
2
-28
/
+6
*
vbo: don't call twice _mesa_valid_to_render in DrawArraysInstancedBaseInstance
Marek Olšák
2012-06-28
1
-5
/
+2
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
8
-18
/
+20
*
gallivm: Refactor lp_build_broadcast(_scalar) to share code.
José Fonseca
2012-06-28
1
-36
/
+28
*
gallivm: Fix potential buffer overflowing in strncat.
Johannes Obermayr
2012-06-28
1
-3
/
+3
*
nv50: dynamically allocate space for shader local storage
Marcin Slusarz
2012-06-28
6
-25
/
+108
*
nv50: streamline screen_create error handling
Marcin Slusarz
2012-06-28
1
-38
/
+46
*
nv50/ir: make colorful ir dump output optional
Marcin Slusarz
2012-06-28
1
-5
/
+17
*
mesa: more const qualifiers to match the latest glext.h
Brian Paul
2012-06-27
10
-13
/
+14
*
glapi: add const qualifier to glShaderSourceARB() parameter
Brian Paul
2012-06-27
2
-2
/
+2
*
i965: enable ARB_instanced_arrays extension
Jordan Justen
2012-06-27
4
-7
/
+42
*
glsl: be more careful about counting varying vars in the linker
Brian Paul
2012-06-27
1
-1
/
+27
*
softpipe: fix numFragsEmitted debug code
Brian Paul
2012-06-27
1
-0
/
+7
*
gallium: minor whitespace, comment changes
Brian Paul
2012-06-27
1
-3
/
+1
*
mesa: make _mesa_reference_array_object() an inline function
Brian Paul
2012-06-27
2
-6
/
+17
*
mesa: look up enum name for glEnable/Disable errors
Brian Paul
2012-06-27
1
-5
/
+6
*
mesa: move TEXGEN defines closer to gl_texgen struct
Brian Paul
2012-06-27
1
-40
/
+40
*
mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
Brian Paul
2012-06-27
10
-21
/
+21
*
mesa: re-order, update comments on lighting-related structs
Brian Paul
2012-06-27
1
-25
/
+25
*
gallium/util: Fix parsing of options with underscore.
José Fonseca
2012-06-27
1
-1
/
+1
*
gallivm: Added a generic lp_build_print_value which prints a LLVMValueRef.
James Benton
2012-06-27
2
-117
/
+117
*
i915g: Implement sRGB textures
Stéphane Marchesin
2012-06-26
5
-12
/
+128
*
svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+3
*
llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+1
*
glsl: glcpp: Extend testing of #line directives
Carl Worth
2012-06-26
2
-0
/
+12
*
glsl: glcpp: Move handling of #line directives from lexer to parser.
Carl Worth
2012-06-26
4
-40
/
+55
*
glsl: glcpp: Rename and document _glcpp_parser_expand_if
Carl Worth
2012-06-26
1
-5
/
+20
*
glsl: Consistently use length-based ralloc string functions for info_log.
Carl Worth
2012-06-26
1
-14
/
+24
*
glsl: glcpp: Allow "#if undefined-macro' to evaluate to false.
Carl Worth
2012-06-26
5
-3
/
+20
*
r600g: enable DUAL_EXPORT mode when possible on r6xx/r7xx
Jerome Glisse
2012-06-27
3
-18
/
+57
*
r600g: enable DUAL_EXPORT mode when possible
Vadim Girlin
2012-06-27
4
-6
/
+55
*
r600g: avoid unnecessary shader exports v2
Vadim Girlin
2012-06-27
6
-28
/
+41
*
r600g: cache shader variants instead of rebuilding v3
Vadim Girlin
2012-06-27
5
-94
/
+217
*
svga: handle missing PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-9
/
+14
*
llvmpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-4
/
+48
*
softpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-3
/
+31
*
svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATS
Brian Paul
2012-06-26
1
-1
/
+3
*
glsl: fix comment typo
Brian Paul
2012-06-26
1
-1
/
+1
*
u2f_emit: Fix type parameter in LLVM call.
Olivier Galibert
2012-06-26
1
-1
/
+1
*
i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled.
Paul Berry
2012-06-26
2
-4
/
+6
[next]