summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-1232-110/+109
* tgsi: fix-up KILP commentsBrian Paul2013-07-124-10/+9
* tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vectorBrian Paul2013-07-121-1/+1
* tgsi: use X component of the second operand in exec_scalar_binary()Brian Paul2013-07-121-1/+1
* mesa: update glext.h to version 20130708Brian Paul2013-07-126-6/+6
* mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()Brian Paul2013-07-121-1/+15
* mesa: simplify some _mesa_IsEnabled() queriesBrian Paul2013-07-121-10/+11
* os: add os_get_process_name() functionBrian Paul2013-07-123-0/+133
* mesa: whitespace, formatting, 80-column wrappingBrian Paul2013-07-121-12/+18
* softpipe: silence some MSVC warningsBrian Paul2013-07-122-14/+14
* hud: silence some MSVC warningsBrian Paul2013-07-121-8/+8
* util: add casts to silence MSVC warnings in u_blit.cBrian Paul2013-07-121-14/+14
* tgsi: s/unsigned/int/ to silence MSVC warningBrian Paul2013-07-121-1/+1
* mesa: s/unsigned/int/ to fix MSVC warning in uniforms.cBrian Paul2013-07-121-1/+1
* mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul2013-07-121-1/+1
* mesa: add casts to fix MSVC warnings in multisample.cBrian Paul2013-07-121-2/+3
* mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul2013-07-121-2/+2
* mesa: fix inconsistent function declaration, definitionsBrian Paul2013-07-122-4/+4
* mesa: add cast to silence MSVC warningBrian Paul2013-07-121-1/+1
* radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2Christian König2013-07-122-5/+19
* glsl: Avoid variable length arrays.José Fonseca2013-07-121-7/+14
* glsl: Add support for C-style initializers.Matt Turner2013-07-114-1/+257
* glsl: Add infrastructure for aggregate initializers.Matt Turner2013-07-114-1/+72
* glsl: Add an is_declaration field to ast_struct_specifier.Matt Turner2013-07-112-1/+4
* glsl: Track structs' ast_type_specifiers in symbol table.Matt Turner2013-07-112-4/+27
* glsl: Add process_vec_mat_constructor() function.Matt Turner2013-07-111-0/+114
* glsl: Separate code into process_record_constructor().Matt Turner2013-07-111-48/+60
* glsl: Add copy-constructor for ast_struct_specifier.Matt Turner2013-07-111-0/+12
* glsl: Add a constructor for ast_type_specifier.Matt Turner2013-07-111-0/+16
* glsl: Clean up and clarify comment explaining initializer rules.Matt Turner2013-07-111-7/+13
* glsl: Change type of is_array to bool.Matt Turner2013-07-112-5/+5
* glsl: Add a comment to note what an exec_list is a list of.Matt Turner2013-07-111-0/+1
* glsl: Fix inverted conditional in error message.Matt Turner2013-07-111-1/+1
* glsl: Add missing return error_value(ctx) in error path.Matt Turner2013-07-111-0/+1
* glsl: Remove unnecessary #include from ast_type.cpp.Matt Turner2013-07-111-3/+0
* glsl/build: build builtin_compiler with VISIBILITY_CFLAGSChia-I Wu2013-07-121-1/+2
* glsl: Add comment explaining "row_major" parsing.Matt Turner2013-07-111-0/+6
* glsl: Mark "row_major" as not a reserved word in GLSL ES 3.0.Matt Turner2013-07-111-2/+2
* glsl: Remove outdated FINISHME comment.Matt Turner2013-07-111-3/+0
* r600g: x/y coordinates must be divided by block dim in dma blitChristoph Bumiller2013-07-112-4/+16
* r600g/sb: Fix Android build v2Chih-Wei Huang2013-07-124-7/+8
* r600g/sb: improve math optimizations v2Vadim Girlin2013-07-1111-47/+435
* st/xvmc/tests: avoid non portable error.h functionsJonathan Gray2013-07-111-5/+8
* i965/blorp: Fix clear rectangle alignment in fast color clearAnuj Phogat2013-07-101-4/+19
* winsys/intel: build with VISIBILITY_CFLAGSChia-I Wu2013-07-111-1/+2
* ilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12Chia-I Wu2013-07-111-2/+3
* ilo: correctly initialize undefined registers in fsChia-I Wu2013-07-111-5/+15
* radeonsi: Handle TGSI_OPCODE_DDX/Y using local memoryMichel Dänzer2013-07-104-2/+103
* radeonsi: Handle TGSI_OPCODE_TXDMichel Dänzer2013-07-101-2/+25
* util/u_math: Use xmmintrin.h whenever possible.José Fonseca2013-07-101-9/+17