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
*
mesa: s/GLuint/GLint/ to silence MSVC warning in textore.c
Brian Paul
2013-07-12
1
-1
/
+1
*
mesa: add casts to fix MSVC warnings in multisample.c
Brian Paul
2013-07-12
1
-2
/
+3
*
mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.c
Brian Paul
2013-07-12
1
-2
/
+2
*
mesa: fix inconsistent function declaration, definitions
Brian Paul
2013-07-12
2
-4
/
+4
*
mesa: add cast to silence MSVC warning
Brian Paul
2013-07-12
1
-1
/
+1
*
radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2
Christian König
2013-07-12
2
-5
/
+19
*
glsl: Avoid variable length arrays.
José Fonseca
2013-07-12
1
-7
/
+14
*
glsl: Add support for C-style initializers.
Matt Turner
2013-07-11
4
-1
/
+257
*
glsl: Add infrastructure for aggregate initializers.
Matt Turner
2013-07-11
4
-1
/
+72
*
glsl: Add an is_declaration field to ast_struct_specifier.
Matt Turner
2013-07-11
2
-1
/
+4
*
glsl: Track structs' ast_type_specifiers in symbol table.
Matt Turner
2013-07-11
2
-4
/
+27
*
glsl: Add process_vec_mat_constructor() function.
Matt Turner
2013-07-11
1
-0
/
+114
*
glsl: Separate code into process_record_constructor().
Matt Turner
2013-07-11
1
-48
/
+60
*
glsl: Add copy-constructor for ast_struct_specifier.
Matt Turner
2013-07-11
1
-0
/
+12
*
glsl: Add a constructor for ast_type_specifier.
Matt Turner
2013-07-11
1
-0
/
+16
*
glsl: Clean up and clarify comment explaining initializer rules.
Matt Turner
2013-07-11
1
-7
/
+13
*
glsl: Change type of is_array to bool.
Matt Turner
2013-07-11
2
-5
/
+5
*
glsl: Add a comment to note what an exec_list is a list of.
Matt Turner
2013-07-11
1
-0
/
+1
*
glsl: Fix inverted conditional in error message.
Matt Turner
2013-07-11
1
-1
/
+1
*
glsl: Add missing return error_value(ctx) in error path.
Matt Turner
2013-07-11
1
-0
/
+1
*
glsl: Remove unnecessary #include from ast_type.cpp.
Matt Turner
2013-07-11
1
-3
/
+0
*
glsl/build: build builtin_compiler with VISIBILITY_CFLAGS
Chia-I Wu
2013-07-12
1
-1
/
+2
*
glsl: Add comment explaining "row_major" parsing.
Matt Turner
2013-07-11
1
-0
/
+6
*
glsl: Mark "row_major" as not a reserved word in GLSL ES 3.0.
Matt Turner
2013-07-11
1
-2
/
+2
*
glsl: Remove outdated FINISHME comment.
Matt Turner
2013-07-11
1
-3
/
+0
*
r600g: x/y coordinates must be divided by block dim in dma blit
Christoph Bumiller
2013-07-11
2
-4
/
+16
*
r600g/sb: Fix Android build v2
Chih-Wei Huang
2013-07-12
4
-7
/
+8
*
r600g/sb: improve math optimizations v2
Vadim Girlin
2013-07-11
11
-47
/
+435
*
st/xvmc/tests: avoid non portable error.h functions
Jonathan Gray
2013-07-11
1
-5
/
+8
*
i965/blorp: Fix clear rectangle alignment in fast color clear
Anuj Phogat
2013-07-10
1
-4
/
+19
*
winsys/intel: build with VISIBILITY_CFLAGS
Chia-I Wu
2013-07-11
1
-1
/
+2
*
ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12
Chia-I Wu
2013-07-11
1
-2
/
+3
*
ilo: correctly initialize undefined registers in fs
Chia-I Wu
2013-07-11
1
-5
/
+15
*
radeonsi: Handle TGSI_OPCODE_DDX/Y using local memory
Michel Dänzer
2013-07-10
4
-2
/
+103
*
radeonsi: Handle TGSI_OPCODE_TXD
Michel Dänzer
2013-07-10
1
-2
/
+25
*
util/u_math: Use xmmintrin.h whenever possible.
José Fonseca
2013-07-10
1
-9
/
+17
*
ilo: honor surface padding requirements
Chia-I Wu
2013-07-10
1
-0
/
+53
*
util: treat denorm'ed floats like zero
Zack Rusin
2013-07-09
6
-0
/
+83
*
mesa: Set ProfileMask properly for core profile.
Matt Turner
2013-07-09
1
-2
/
+4
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
74
-237
/
+136
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
67
-622
/
+483
*
i965: Move intel_context::has_llc to brw_context.
Kenneth Graunke
2013-07-09
6
-9
/
+7
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
29
-64
/
+61
*
i965: Move must_use/has_separate_stencil fields to brw_context.
Kenneth Graunke
2013-07-09
6
-13
/
+11
*
i965: Move intel_context::has_hiz to brw_context.
Kenneth Graunke
2013-07-09
4
-5
/
+4
*
i965: Free brw, not intel.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
12
-31
/
+28
*
i965: Move intel_context::has_swizzling to brw_context.
Kenneth Graunke
2013-07-09
5
-11
/
+7
*
i965: Move intel_context::intelScreen to brw_context.
Kenneth Graunke
2013-07-09
9
-30
/
+24
*
i965: Delete unused intel_context::driFd field.
Kenneth Graunke
2013-07-09
2
-3
/
+0
[next]