aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: remove new asserts and replace with warningsAlex Deucher2012-11-151-2/+6
* i965/fs: Don't calculate_live_intervals() in opt_algebraic().Kenneth Graunke2012-11-151-2/+0
* i965: Remove duplicate brw_opcodes table in favor of opcode_descs.Kenneth Graunke2012-11-154-65/+4
* i965/vs: Remove dead vec4_visitor::src_reg_for_float prototype.Kenneth Graunke2012-11-151-2/+0
* i965/fs: Remove bblock field of fs_visitor.Kenneth Graunke2012-11-151-2/+0
* i965: Remove brw_instruction_info::is_arith().Kenneth Graunke2012-11-152-20/+19
* i965: Remove some dead code optimization passes.Kenneth Graunke2012-11-151-544/+0
* i965: Remove unused BRW_PACKCOLOR8888 macro.Kenneth Graunke2012-11-151-4/+0
* i965: Remove brw_shader_program wrapper struct.Kenneth Graunke2012-11-152-9/+4
* i965: Remove unused struct brw_vs_ouput_sizes.Kenneth Graunke2012-11-151-8/+0
* util/u_debug: Fix DEBUG_NAMED_VALUE.José Fonseca2012-11-151-1/+1
* draw: fix crashes with out-of-bounds indicesRoland Scheidegger2012-11-152-6/+9
* radeonsi: cleanup si_db()Alex Deucher2012-11-152-12/+12
* radeonsi: assert the CB format is valid (v2)Alex Deucher2012-11-151-2/+3
* radeonsi: assert that the DB format is valid (v2)Alex Deucher2012-11-151-8/+5
* gallium: fix some function comments in p_context.hDmitry Cherkassov2012-11-151-3/+2
* build: add missing files to tarballs targetAndreas Boll2012-11-141-0/+6
* build: add missing Makefile.in files to tarballs targetAndreas Boll2012-11-141-1/+50
* build: add config.sub and config.guess to tarballs targetAndreas Boll2012-11-141-0/+2
* mesa: use .cherry-ignore in the get-pick-list.sh scriptAndreas Boll2012-11-141-2/+2
* mesa: Add .gitignore for hashtable collision unit test.Paul Berry2012-11-141-0/+1
* radeonsi: Set STENCILOPVAL fields to 1.Michel Dänzer2012-11-141-2/+4
* radeonsi: Bump SI_PM4_MAX_DW.Michel Dänzer2012-11-141-1/+1
* radeonsi: Handle TGSI TXL opcode.Michel Dänzer2012-11-141-0/+7
* radeonsi: Handle TGSI TXB opcode.Michel Dänzer2012-11-141-0/+7
* mesa: Include compiler.h in hash_table.h.Vinson Lee2012-11-131-2/+4
* r600g: use LINEAR_ALIGNED tiling for 1D array textures and if height0 <= 3Marek Olšák2012-11-131-1/+3
* auxillary: Append LLVM_CXXFLAGS to CXXFLAGSTom Stellard2012-11-131-0/+1
* r300g: don't call buffer_unmap in draw functionsMarek Olšák2012-11-131-11/+0
* r300g: fix crash since the set_vertex_buffers(start_slot) changeMarek Olšák2012-11-131-6/+7
* r600g: untiled window-system buffers should be LINEAR_ALIGNEDMarek Olšák2012-11-131-1/+1
* r600g: use LINEAR_ALIGNED tiling for 1D texturesMarek Olšák2012-11-131-1/+2
* r600g: use LINEAR_ALIGNED tiling for staging textures, reorder the codeMarek Olšák2012-11-131-6/+10
* i965/vs: Fix user clip plane setup on Gen4-5.Kenneth Graunke2012-11-131-4/+3
* i965/vs: Simplify the Gen6-7 part of setup_uniform_clipplane_values().Kenneth Graunke2012-11-131-8/+2
* i965/vs: Split setup_uniform_clipplane_values() into Gen4-5/6-7 parts.Kenneth Graunke2012-11-131-21/+39
* mesa: Replace random with standard C rand.Vinson Lee2012-11-121-1/+1
* automake: Remove empty file variable.Brian Paul2012-11-121-2/+1
* mesa: Fix gallium build since 6991c2922fEric Anholt2012-11-121-1/+1
* mesa: Convert the hash table for GL object ids to the open-addressing hash.Eric Anholt2012-11-122-262/+113
* mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt2012-11-1218-0/+1276
* automake: Remove libdricore clip.c workaround lib.Eric Anholt2012-11-121-16/+7
* automake,android: Build program/ into a helper lib (v2)Eric Anholt2012-11-1211-39/+167
* android: Moves rules for libmesa_st_mesa to separate makefileChad Versace2012-11-122-49/+63
* android: Moves rules for libmesa_dricore to separate makefileChad Versace2012-11-122-29/+64
* android: Moves rules for mesa_gen_matypes to separate makefileChad Versace2012-11-122-17/+50
* android: Moves rules for libmesa_glsl_utils to separate makefileChad Versace2012-11-122-32/+60
* automake: Merge *_CXX_FILES variables in the glsl build.Eric Anholt2012-11-125-11/+6
* automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt2012-11-125-43/+33
* automake: Merge separated *_CXX_FILES variables to *_FILES in core mesa.Eric Anholt2012-11-124-27/+7