summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-13gallivm: handle srgb-to-linear and linear-to-srgb conversionsRoland Scheidegger6-7/+332
2013-07-13gallivm: better support for fast rsqrtRoland Scheidegger2-16/+63
2013-07-12configure.ac: better detection of LLVM versionKlemens Baum1-15/+26
2013-07-13r600g/sb: Initialize ra_constraint::cost.Vinson Lee1-1/+1
2013-07-12glsl: Initialize ast_aggregate_initializer::constructor_type.Vinson Lee1-1/+2
2013-07-12glsl: Make gl_TexCoord compatibility-onlyPaul Berry1-26/+30
2013-07-12glsl ES: Fix magnitude of gl_MaxVertexUniformVectors.Paul Berry1-1/+1
2013-07-13winsys/radeon: allow a NULL cs pointer in radeon_bo_map to fix a segfaultMarek Olšák1-9/+11
2013-07-13ilo: move a santiy check into its assert()Chia-I Wu1-5/+2
2013-07-13ilo: mark some states dirty when they are really changedChia-I Wu1-0/+16
2013-07-13ilo: clean up ilo_blitter_pipe_begin()Chia-I Wu3-27/+39
2013-07-12r600g: don't use the CB/DB CP COHER logic on r6xxAlex Deucher1-2/+10
2013-07-12configure: Avoid use of AC_CHECK_FILE for cross compilingJonathan Liu1-6/+6
2013-07-12nv30: fix KILL_IF breakageBrian Paul1-1/+1
2013-07-11gallium: fixup definitions of the rsq and sqrtZack Rusin4-18/+15
2013-07-12util/u_format: Comment out half float denormal test case.José Fonseca1-0/+5
2013-07-12gallivm: Eliminate redundant lp_build_select calls.José Fonseca1-12/+2
2013-07-12tgsi: rename the TGSI fragment kill opcodesBrian Paul32-110/+109
2013-07-12tgsi: fix-up KILP commentsBrian Paul4-10/+9
2013-07-12tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vectorBrian Paul1-1/+1
2013-07-12tgsi: use X component of the second operand in exec_scalar_binary()Brian Paul1-1/+1
2013-07-12mesa: update glext.h to version 20130708Brian Paul7-20/+22
2013-07-12mesa: fix Address Sanitizer (ASan) issue in _mesa_add_parameter()Brian Paul1-1/+15
2013-07-12mesa: simplify some _mesa_IsEnabled() queriesBrian Paul1-10/+11
2013-07-12os: add os_get_process_name() functionBrian Paul3-0/+133
2013-07-12mesa: whitespace, formatting, 80-column wrappingBrian Paul1-12/+18
2013-07-12softpipe: silence some MSVC warningsBrian Paul2-14/+14
2013-07-12hud: silence some MSVC warningsBrian Paul1-8/+8
2013-07-12util: add casts to silence MSVC warnings in u_blit.cBrian Paul1-14/+14
2013-07-12tgsi: s/unsigned/int/ to silence MSVC warningBrian Paul1-1/+1
2013-07-12mesa: s/unsigned/int/ to fix MSVC warning in uniforms.cBrian Paul1-1/+1
2013-07-12mesa: s/GLuint/GLint/ to silence MSVC warning in textore.cBrian Paul1-1/+1
2013-07-12mesa: add casts to fix MSVC warnings in multisample.cBrian Paul1-2/+3
2013-07-12mesa: s/GLint/GLuint/ to fix MSVC warnings in mipmap.cBrian Paul1-2/+2
2013-07-12mesa: fix inconsistent function declaration, definitionsBrian Paul2-4/+4
2013-07-12mesa: add cast to silence MSVC warningBrian Paul1-1/+1
2013-07-12radeon/uvd: fall back to shader based decoding for MPEG2 on UVD 2.x v2Christian König2-5/+19
2013-07-12glsl: Avoid variable length arrays.José Fonseca1-7/+14
2013-07-11glsl: Add support for C-style initializers.Matt Turner4-1/+257
2013-07-11glsl: Add infrastructure for aggregate initializers.Matt Turner4-1/+72
2013-07-11glsl: Add an is_declaration field to ast_struct_specifier.Matt Turner2-1/+4
2013-07-11glsl: Track structs' ast_type_specifiers in symbol table.Matt Turner2-4/+27
2013-07-11glsl: Add process_vec_mat_constructor() function.Matt Turner1-0/+114
2013-07-11glsl: Separate code into process_record_constructor().Matt Turner1-48/+60
2013-07-11glsl: Add copy-constructor for ast_struct_specifier.Matt Turner1-0/+12
2013-07-11glsl: Add a constructor for ast_type_specifier.Matt Turner1-0/+16
2013-07-11glsl: Clean up and clarify comment explaining initializer rules.Matt Turner1-7/+13
2013-07-11glsl: Change type of is_array to bool.Matt Turner2-5/+5
2013-07-11glsl: Add a comment to note what an exec_list is a list of.Matt Turner1-0/+1
2013-07-11glsl: Fix inverted conditional in error message.Matt Turner1-1/+1