aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename sha1.c and sha1.h to mesa-sha1.c and mesa-sha1.hCarl Worth2015-01-193-3/+3
* mesa: fix a trivial spelling mistakeMartin Peres2015-01-191-1/+1
* mesa: support GL_RGB for GL_EXT_texture_type_2_10_10_10_REVTapani Pälli2015-01-195-0/+8
* mesa: Add ARB_shader_precision infrastructureMicah Fedke2015-01-196-1/+13
* i965/fs: Fix the dummy fragment shader.Kenneth Graunke2015-01-171-7/+32
* gbm: Define _DEFAULT_SOURCE to avoid warningKristian Høgsberg2015-01-161-0/+1
* sha1: Fix gcry_md_hd_t typo.Vinson Lee2015-01-161-1/+1
* nir: s/malloc.h/stdlib.h/Vinson Lee2015-01-161-1/+1
* i965: Fix up too-wide commentKristian Høgsberg2015-01-161-4/+3
* gbm/dri: Fix const confusionKristian Høgsberg2015-01-161-4/+3
* configure: Add machinery for --enable-shader-cache (and --disable-shader-cache)Carl Worth2015-01-163-3/+8
* mesa: Add mesa SHA-1 functionsCarl Worth2015-01-164-0/+380
* glsl: Add unit tests for blob.cCarl Worth2015-01-163-0/+328
* glsl: Add blob_overwrite_bytes and blob_overwrite_uint32Tapani Pälli2015-01-162-0/+66
* glsl: Add blob.c---a simple interface for serializing dataCarl Worth2015-01-163-0/+548
* mesa: Add iterate method for string_to_uint_mapTapani Pälli2015-01-161-0/+34
* util: Make unreachable at least be an assertCarl Worth2015-01-161-1/+1
* glsl: Add convenience function get_sampler_instanceCarl Worth2015-01-162-0/+120
* i965: Fix some oddities in FB_WRITE register width and execution size.Kenneth Graunke2015-01-161-0/+2
* i965/fs: Make lower_load_payload etc. appear in INTEL_DEBUG=optimizer.Kenneth Graunke2015-01-161-7/+11
* format_utils: Use a more precise conversion when decreasing bitsNeil Roberts2015-01-161-3/+12
* i965/gen6: Fix crash with VS+TF after rendering with GSIago Toral Quiroga2015-01-161-1/+1
* nir/live_variables: Use a worklistJason Ekstrand2015-01-151-55/+75
* nir: Add a worklist helper structureJason Ekstrand2015-01-153-0/+237
* nir: fix incorrect argument passed to validate_src() in validate_tex_instr()Brian Paul2015-01-151-1/+1
* nir: silence compiler warning from visit_src() callBrian Paul2015-01-151-1/+1
* mesa: move GET_CURRENT_CONTEXT() to top of _mesa_init_renderbuffer()Brian Paul2015-01-151-1/+2
* mesa: Fix render buffer initial internal format in GLES 3Mike Mason2015-01-151-1/+18
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-1515-132/+145
* util: Move main/set to util/hash_setJason Ekstrand2015-01-159-9/+8
* hash_table: Rename insert_with_hash to insert_pre_hashedJason Ekstrand2015-01-155-10/+10
* i965: Don't consider null dst instructions as matching non-null dst.Matt Turner2015-01-152-2/+4
* i965/vec4: Make sure that imm writes are to registers in the same file.Matt Turner2015-01-151-2/+8
* i965/fs: Emit MADs from (x + abs(y * z)).Matt Turner2015-01-151-3/+15
* i965/fs: Emit MADs from (x + -(y * z)).Matt Turner2015-01-151-0/+12
* nir/algebraic: Only replace an instruction onceJason Ekstrand2015-01-151-1/+3
* i965/nir: Do a final copy lowering pass before lowering locals to regsJason Ekstrand2015-01-151-0/+3
* nir/vars_to_ssa: Use the copy lowering from lower_var_copiesJason Ekstrand2015-01-151-152/+46
* nir: Add a pass for lowering copy instructionsJason Ekstrand2015-01-153-0/+227
* nir/vars_to_ssa: Refactor get_deref_nodeJason Ekstrand2015-01-151-20/+25
* nir: Rename lower_variables to lower_vars_to_ssaJason Ekstrand2015-01-154-6/+6
* nir/tex_instr: Add a nir_tex_src struct and dynamically allocate the src arrayJason Ekstrand2015-01-157-42/+50
* nir/validate: Only build in debug modeJason Ekstrand2015-01-152-0/+11
* nir/lower_variables: Improve documentationJason Ekstrand2015-01-151-27/+79
* nir/lower_variables: Use a for loop for get_deref_nodeJason Ekstrand2015-01-151-58/+48
* nir: Use the actual FNV-1a hash for hashing derefsJason Ekstrand2015-01-152-90/+79
* util/hash_table: Pull the details of the FNV-1a into helpersJason Ekstrand2015-01-152-13/+23
* nir: Make intrinsic flags into an enumJason Ekstrand2015-01-151-14/+14
* nir: Use static inlines instead of macros for list gettersJason Ekstrand2015-01-151-28/+81
* nir/variable: Remove the constant_value fieldJason Ekstrand2015-01-152-16/+4