summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: return INVALID_VALUE from WaitSync if timeout != GL_TIMEOUT_IGNOREDMatt Turner2012-11-151-5/+2
* mesa: return INVALID_VALUE from WaitSync if flags != 0Matt Turner2012-11-151-1/+1
* mesa: return INVALID_VALUE from ClientWaitSync if flags contains an unsupport...Matt Turner2012-11-151-1/+1
* mesa: return INVALID_VALUE from VertexAttribDivisor if index out of rangeMatt Turner2012-11-151-1/+1
* 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
* mesa: Add .gitignore for hashtable collision unit test.Paul Berry2012-11-141-0/+1
* mesa: Include compiler.h in hash_table.h.Vinson Lee2012-11-131-2/+4
* 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
* 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-1217-0/+1275
* 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-1210-39/+166
* 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-121-1/+0
* 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
* automake: Remove dead *_OBJECTS variables from the old build system.Eric Anholt2012-11-121-17/+0
* st/mesa: fix computation of last_level in GenerateMipmapMarek Olšák2012-11-121-21/+7
* st/mesa: fix computation of last_level during texture creationMarek Olšák2012-11-121-4/+2
* st/mesa: fix guessing the base level sizeMarek Olšák2012-11-121-50/+44
* mesa: fix error checking of TexStorage(levels) for array and rect texturesMarek Olšák2012-11-121-3/+1
* mesa: use MaxNumlevels in _mesa_test_texobj_completenessMarek Olšák2012-11-121-11/+3
* mesa: add MaxNumLevels to gl_texture_image, remove MaxLog2Marek Olšák2012-11-125-6/+49
* i965: Add comments for each of the surface state table's columns.Kenneth Graunke2012-11-121-0/+11
* mesa: Fix const correctness of API implementation functions.Paul Berry2012-11-124-4/+6
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-1253-1467/+1467
* i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke2012-11-101-3/+1
* dri_util: Fix prologue comment for driCreateConfigsIan Romanick2012-11-091-17/+5
* swrast: swrastFillInModes doesn't do 8-bit modes, so don't tryIan Romanick2012-11-091-3/+1
* Revert "mesa: assert that key->fragprog_inputs_read value isn't too large"Brian Paul2012-11-091-2/+0
* mesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN on < OpenGL-2.0Mario Kleiner2012-11-081-2/+5
* mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.Kenneth Graunke2012-11-081-12/+4
* mesa: Fix typo in glDeleteQueriesARB debug message.Kenneth Graunke2012-11-081-1/+1
* st/mesa: add support for ARB_texture_cube_map_array (v2)Dave Airlie2012-11-095-23/+64
* mesa: arb_texture_cube_map_array: fix attrib push/popDave Airlie2012-11-091-2/+4