summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-12mesa: fix error checking of TexStorage(levels) for array and rect texturesMarek Olšák1-3/+1
2012-11-12mesa: use MaxNumlevels in _mesa_test_texobj_completenessMarek Olšák1-11/+3
2012-11-12mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák5-6/+49
2012-11-12gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger14-63/+131
2012-11-12llvmpipe: always allocate whole miptrees not individual levelsRoland Scheidegger2-60/+81
2012-11-12i965: Add comments for each of the surface state table's columns.Kenneth Graunke1-0/+11
2012-11-12glapi: Stop handling XML annotation exec="{es,check,loopback}".Paul Berry1-3/+0
2012-11-12glapi: Remove handling of mesa_name XML attribute.Paul Berry3-53/+4
2012-11-12mesa: Fix const correctness of API implementation functions.Paul Berry4-4/+6
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry87-3259/+3176
2012-11-12radeonsi: Implement alpha testing in pixel shader.Michel Dänzer6-38/+52
2012-11-12radeonsi: Initialize uses_kill boolean from TGSI info.Michel Dänzer1-0/+1