summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-15docs: add note about removal of OpenVMS supportbuild-fixesAndreas Boll1-0/+1
2012-11-15Remove OpenVMS supportMatt Turner27-2313/+4
2012-11-15build: add missing Makefile.in files to tarballs targetAndreas Boll1-0/+3
2012-11-15build: fix make tarballs targetAndreas Boll1-1/+1
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-14build: add missing files to tarballs targetAndreas Boll1-0/+6
2012-11-14build: add missing Makefile.in files to tarballs targetAndreas Boll1-1/+50
2012-11-14build: add config.sub and config.guess to tarballs targetAndreas Boll1-0/+2
2012-11-14mesa: use .cherry-ignore in the get-pick-list.sh scriptAndreas Boll1-2/+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 Anholt18-0/+1276
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 Anholt11-39/+167
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
2012-11-12automake: Merge separated *_CXX_FILES variables to *_FILES in core mesa.Eric Anholt4-27/+7
2012-11-12automake: Remove dead *_OBJECTS variables from the old build system.Eric Anholt1-17/+0
2012-11-12automake: Fix a comment typo.Eric Anholt1-1/+1
2012-11-13r600g: remove redundant parameter in r600_init_surfaceMarek Olšák1-6/+4
2012-11-12st/mesa: fix computation of last_level in GenerateMipmapMarek Olšák1-21/+7
2012-11-12st/mesa: fix computation of last_level during texture creationMarek Olšák1-4/+2
2012-11-12st/mesa: fix guessing the base level sizeMarek Olšák1-50/+44