summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-15mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNOREDMatt Turner1-5/+2
2012-11-15mesa: return INVALID_VALUE from WaitSync if flags != 0Matt Turner1-1/+1
2012-11-15mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...Matt Turner1-1/+1
2012-11-15mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner1-1/+1
2012-11-15glcpp: Don't define macros for extensions that aren't in ESMatt Turner1-28/+31
2012-11-15radeonsi: remove new asserts and replace with warningsAlex Deucher1-2/+6
2012-11-15i965/fs: Don't calculate_live_intervals() in opt_algebraic().Kenneth Graunke1-2/+0
2012-11-15i965: Remove duplicate brw_opcodes table in favor of opcode_descs.Kenneth Graunke4-65/+4
2012-11-15i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.Kenneth Graunke1-2/+0
2012-11-15i965/fs: Remove bblock field of fs_visitor.Kenneth Graunke1-2/+0
2012-11-15i965: Remove brw_instruction_info::is_arith().Kenneth Graunke2-20/+19
2012-11-15i965: Remove some dead code optimization passes.Kenneth Graunke1-544/+0
2012-11-15i965: Remove unused BRW_PACKCOLOR8888 macro.Kenneth Graunke1-4/+0
2012-11-15i965: Remove brw_shader_program wrapper struct.Kenneth Graunke2-9/+4
2012-11-15i965: Remove unused struct brw_vs_ouput_sizes.Kenneth Graunke1-8/+0
2012-11-15util/u_debug: Fix DEBUG_NAMED_VALUE.José Fonseca1-1/+1
2012-11-15draw: fix crashes with out-of-bounds indicesRoland Scheidegger2-6/+9
2012-11-15radeonsi: cleanup si_db()Alex Deucher2-12/+12
2012-11-15radeonsi: assert the CB format is valid (v2)Alex Deucher1-2/+3
2012-11-15radeonsi: assert that the DB format is valid (v2)Alex Deucher1-8/+5
2012-11-15gallium: fix some function comments in p_context.hDmitry Cherkassov1-3/+2
2012-11-14mesa: Add .gitignore for hashtable collision unit test.Paul Berry1-0/+1
2012-11-14radeonsi: Set STENCILOPVAL fields to 1.Michel Dänzer1-2/+4
2012-11-14radeonsi: Bump SI_PM4_MAX_DW.Michel Dänzer1-1/+1
2012-11-14radeonsi: Handle TGSI TXL opcode.Michel Dänzer1-0/+7
2012-11-14radeonsi: Handle TGSI TXB opcode.Michel Dänzer1-0/+7
2012-11-13mesa: Include compiler.h in hash_table.h.Vinson Lee1-2/+4
2012-11-13r600g: use LINEAR_ALIGNED tiling for 1D array textures and if height0 <= 3Marek Olšák1-1/+3
2012-11-13auxillary: Append LLVM_CXXFLAGS to CXXFLAGSTom Stellard1-0/+1
2012-11-13r300g: don't call buffer_unmap in draw functionsMarek Olšák1-11/+0
2012-11-13r300g: fix crash since the set_vertex_buffers(start_slot) changeMarek Olšák1-6/+7
2012-11-13r600g: untiled window-system buffers should be LINEAR_ALIGNEDMarek Olšák1-1/+1
2012-11-13r600g: use LINEAR_ALIGNED tiling for 1D texturesMarek Olšák1-1/+2
2012-11-13r600g: use LINEAR_ALIGNED tiling for staging textures, reorder the codeMarek Olšák1-6/+10
2012-11-13i965/vs: Fix user clip plane setup on Gen4-5.Kenneth Graunke1-4/+3
2012-11-13i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().Kenneth Graunke1-8/+2
2012-11-13i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts.Kenneth Graunke1-21/+39
2012-11-12mesa: Replace random with standard C rand.Vinson Lee1-1/+1
2012-11-12automake: Remove empty file variable.Brian Paul1-2/+1
2012-11-12mesa: Fix gallium build since 6991c2922fEric Anholt1-1/+1
2012-11-12mesa: Convert the hash table for GL object ids to the open-addressing hash.Eric Anholt2-262/+113
2012-11-12mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt17-0/+1275
2012-11-12automake: Remove libdricore clip.c workaround lib.Eric Anholt1-16/+7
2012-11-12automake,android: Build program/ into a helper lib (v2)Eric Anholt10-39/+166
2012-11-12android: Moves rules for libmesa_st_mesa to separate makefileChad Versace2-49/+63
2012-11-12android: Moves rules for libmesa_dricore to separate makefileChad Versace2-29/+64
2012-11-12android: Moves rules for mesa_gen_matypes to separate makefileChad Versace2-17/+50
2012-11-12android: Moves rules for libmesa_glsl_utils to separate makefileChad Versace2-32/+60
2012-11-12automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt5-11/+6
2012-11-12automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt5-43/+33