| Commit message (Expand) | Author | Age | Files | Lines |
* | draw: fix crashes with out-of-bounds indices | Roland Scheidegger | 2012-11-15 | 2 | -6/+9 |
* | radeonsi: cleanup si_db() | Alex Deucher | 2012-11-15 | 2 | -12/+12 |
* | radeonsi: assert the CB format is valid (v2) | Alex Deucher | 2012-11-15 | 1 | -2/+3 |
* | radeonsi: assert that the DB format is valid (v2) | Alex Deucher | 2012-11-15 | 1 | -8/+5 |
* | gallium: fix some function comments in p_context.h | Dmitry Cherkassov | 2012-11-15 | 1 | -3/+2 |
* | build: add missing files to tarballs target | Andreas Boll | 2012-11-14 | 1 | -0/+6 |
* | build: add missing Makefile.in files to tarballs target | Andreas Boll | 2012-11-14 | 1 | -1/+50 |
* | build: add config.sub and config.guess to tarballs target | Andreas Boll | 2012-11-14 | 1 | -0/+2 |
* | mesa: use .cherry-ignore in the get-pick-list.sh script | Andreas Boll | 2012-11-14 | 1 | -2/+2 |
* | mesa: Add .gitignore for hashtable collision unit test. | Paul Berry | 2012-11-14 | 1 | -0/+1 |
* | radeonsi: Set STENCILOPVAL fields to 1. | Michel Dänzer | 2012-11-14 | 1 | -2/+4 |
* | radeonsi: Bump SI_PM4_MAX_DW. | Michel Dänzer | 2012-11-14 | 1 | -1/+1 |
* | radeonsi: Handle TGSI TXL opcode. | Michel Dänzer | 2012-11-14 | 1 | -0/+7 |
* | radeonsi: Handle TGSI TXB opcode. | Michel Dänzer | 2012-11-14 | 1 | -0/+7 |
* | mesa: Include compiler.h in hash_table.h. | Vinson Lee | 2012-11-13 | 1 | -2/+4 |
* | r600g: use LINEAR_ALIGNED tiling for 1D array textures and if height0 <= 3 | Marek Olšák | 2012-11-13 | 1 | -1/+3 |
* | auxillary: Append LLVM_CXXFLAGS to CXXFLAGS | Tom Stellard | 2012-11-13 | 1 | -0/+1 |
* | r300g: don't call buffer_unmap in draw functions | Marek Olšák | 2012-11-13 | 1 | -11/+0 |
* | r300g: fix crash since the set_vertex_buffers(start_slot) change | Marek Olšák | 2012-11-13 | 1 | -6/+7 |
* | r600g: untiled window-system buffers should be LINEAR_ALIGNED | Marek Olšák | 2012-11-13 | 1 | -1/+1 |
* | r600g: use LINEAR_ALIGNED tiling for 1D textures | Marek Olšák | 2012-11-13 | 1 | -1/+2 |
* | r600g: use LINEAR_ALIGNED tiling for staging textures, reorder the code | Marek Olšák | 2012-11-13 | 1 | -6/+10 |
* | i965/vs: Fix user clip plane setup on Gen4-5. | Kenneth Graunke | 2012-11-13 | 1 | -4/+3 |
* | i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values(). | Kenneth Graunke | 2012-11-13 | 1 | -8/+2 |
* | i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts. | Kenneth Graunke | 2012-11-13 | 1 | -21/+39 |
* | mesa: Replace random with standard C rand. | Vinson Lee | 2012-11-12 | 1 | -1/+1 |
* | automake: Remove empty file variable. | Brian Paul | 2012-11-12 | 1 | -2/+1 |
* | mesa: Fix gallium build since 6991c2922f | Eric Anholt | 2012-11-12 | 1 | -1/+1 |
* | mesa: Convert the hash table for GL object ids to the open-addressing hash. | Eric Anholt | 2012-11-12 | 2 | -262/+113 |
* | mesa: Import a copy of the open-addressing hash table code I wrote. | Eric Anholt | 2012-11-12 | 18 | -0/+1276 |
* | automake: Remove libdricore clip.c workaround lib. | Eric Anholt | 2012-11-12 | 1 | -16/+7 |
* | automake,android: Build program/ into a helper lib (v2) | Eric Anholt | 2012-11-12 | 11 | -39/+167 |
* | android: Moves rules for libmesa_st_mesa to separate makefile | Chad Versace | 2012-11-12 | 2 | -49/+63 |
* | android: Moves rules for libmesa_dricore to separate makefile | Chad Versace | 2012-11-12 | 2 | -29/+64 |
* | android: Moves rules for mesa_gen_matypes to separate makefile | Chad Versace | 2012-11-12 | 2 | -17/+50 |
* | android: Moves rules for libmesa_glsl_utils to separate makefile | Chad Versace | 2012-11-12 | 2 | -32/+60 |
* | automake: Merge *_CXX_FILES variables in the glsl build. | Eric Anholt | 2012-11-12 | 5 | -11/+6 |
* | automake: Merge per-type *_FILES variables in intel drivers. | Eric Anholt | 2012-11-12 | 5 | -43/+33 |
* | automake: Merge separated *_CXX_FILES variables to *_FILES in core mesa. | Eric Anholt | 2012-11-12 | 4 | -27/+7 |
* | automake: Remove dead *_OBJECTS variables from the old build system. | Eric Anholt | 2012-11-12 | 1 | -17/+0 |
* | automake: Fix a comment typo. | Eric Anholt | 2012-11-12 | 1 | -1/+1 |
* | r600g: remove redundant parameter in r600_init_surface | Marek Olšák | 2012-11-13 | 1 | -6/+4 |
* | st/mesa: fix computation of last_level in GenerateMipmap | Marek Olšák | 2012-11-12 | 1 | -21/+7 |
* | st/mesa: fix computation of last_level during texture creation | Marek Olšák | 2012-11-12 | 1 | -4/+2 |
* | st/mesa: fix guessing the base level size | Marek Olšák | 2012-11-12 | 1 | -50/+44 |
* | mesa: fix error checking of TexStorage(levels) for array and rect textures | Marek Olšák | 2012-11-12 | 1 | -3/+1 |
* | mesa: use MaxNumlevels in _mesa_test_texobj_completeness | Marek Olšák | 2012-11-12 | 1 | -11/+3 |
* | mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2 | Marek Olšák | 2012-11-12 | 5 | -6/+49 |
* | gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers | Roland Scheidegger | 2012-11-12 | 14 | -63/+131 |
* | llvmpipe: always allocate whole miptrees not individual levels | Roland Scheidegger | 2012-11-12 | 2 | -60/+81 |