summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* ilo: honor surface padding requirementsChia-I Wu2013-07-101-0/+53
* util: treat denorm'ed floats like zeroZack Rusin2013-07-096-0/+83
* mesa: Set ProfileMask properly for core profile.Matt Turner2013-07-091-2/+4
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-0974-237/+136
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-0967-622/+483
* i965: Move intel_context::has_llc to brw_context.Kenneth Graunke2013-07-096-9/+7
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-0929-64/+61
* i965: Move must_use/has_separate_stencil fields to brw_context.Kenneth Graunke2013-07-096-13/+11
* i965: Move intel_context::has_hiz to brw_context.Kenneth Graunke2013-07-094-5/+4
* i965: Free brw, not intel.Kenneth Graunke2013-07-091-1/+1
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-0912-31/+28
* i965: Move intel_context::has_swizzling to brw_context.Kenneth Graunke2013-07-095-11/+7
* i965: Move intel_context::intelScreen to brw_context.Kenneth Graunke2013-07-099-30/+24
* i965: Delete unused intel_context::driFd field.Kenneth Graunke2013-07-092-3/+0