aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generationIago Toral Quiroga2015-09-218-28/+28
* i965: Move MRF register asserts out of brw_reg.hIago Toral Quiroga2015-09-214-7/+16
* i965: Maximum allowed size of SEND messages is 15 (4 bits)Iago Toral Quiroga2015-09-214-2/+10
* nir/print: fix coverity errorRob Clark2015-09-201-1/+1
* i965/vec4/nir: Remove all "this->" snippetsEduardo Lima Mitev2015-09-201-16/+15
* dri/common: fix gbm-symbols-check regressionMarcin Ślusarz2015-09-201-1/+1
* mesa/teximage: reuse compressed format utility functions for base_formatNanley Chery2015-09-191-145/+5
* mesa/texcompress: add compressed formats to base format utility functionNanley Chery2015-09-191-0/+14
* mesa/glformats: refactor compressed format support functionNanley Chery2015-09-191-79/+40
* mesa/formats: add MESA_LAYOUT_LATCNanley Chery2015-09-195-16/+7
* dri/common: use sysconfdir when looking for drircMarcin Ślusarz2015-09-192-1/+6
* freedreno/ir3: use nir two-sided-color loweringRob Clark2015-09-181-21/+3
* nir: add two-sided-color lowering passRob Clark2015-09-183-0/+211
* nir/build: add nir_vec() helperRob Clark2015-09-183-31/+20
* freedreno/ir3: lower txp/clamp in NIRRob Clark2015-09-181-26/+30
* nir/lower_tex: add support to clamp texture coordsRob Clark2015-09-182-1/+103
* nir/lower_tex: support for lowering RECT texturesRob Clark2015-09-182-3/+63
* nir/lower_tex: support projector lowering per sampler typeRob Clark2015-09-183-10/+34
* nir/lower_tex: split out project_src() helperRob Clark2015-09-181-69/+77
* nir: rename nir_lower_tex_projectorRob Clark2015-09-184-8/+8
* i965/vec4: Change types as needed to propagate source modifiers using current...Alejandro Piñeiro2015-09-191-2/+28
* i965/fs: Fix comparison between signed and unsigned integer expressionsIago Toral Quiroga2015-09-181-2/+2
* mesa: fix errors when reading depth with glReadPixelsTapani Pälli2015-09-182-1/+7
* nir/builder: fix c++11 compiler warningRob Clark2015-09-171-1/+1
* nir: really actually fix comment this timeRob Clark2015-09-171-1/+1
* nir/print: print variable namesRob Clark2015-09-171-0/+30
* nir: some comment fixupsRob Clark2015-09-171-5/+5
* freedreno/ir3: add --gpu arg to cmdline compilerRob Clark2015-09-171-1/+10
* freedreno/a4xx: wire up ucp supportRob Clark2015-09-171-0/+1
* freedreno/ir3: add support for ucpRob Clark2015-09-174-13/+80
* nir: add lowering stage for user-clip-planes / clipdistRob Clark2015-09-173-0/+344
* nir: add sysval for user-clip-planesRob Clark2015-09-171-13/+14
* freedreno/ir3: convert from tgsi semantic/index to varying-slotRob Clark2015-09-177-193/+234
* glsl: add SYSTEM_VALUE_VERTEX_CNTRob Clark2015-09-172-0/+7
* freedreno/ir3: switch to shader_enums.h interp constantsRob Clark2015-09-174-41/+20
* nv50,nvc0: flush texture cache in presence of coherent bufsIlia Mirkin2015-09-172-0/+39
* nv50,nvc0: detect underlying resource changes and update ticIlia Mirkin2015-09-172-0/+43
* vc4: Try to pair up instructions when only one of them has PM bitBoyan Ding2015-09-171-47/+76
* i965/vec4: Use nir_move_vec_src_uses_to_destJason Ekstrand2015-09-171-0/+3
* nir: Add a pass to rewrite uses of vecN sources to the vecN destinationJason Ekstrand2015-09-173-0/+199
* nir: Add comments to nir_index_instrs and nir_index_ssa_defsJason Ekstrand2015-09-171-0/+8
* nir: Add a generic instruction indexJason Ekstrand2015-09-172-0/+22
* mesa: Fix texture compression on big-endian systemsUlrich Weigand2015-09-174-7/+14
* st/xa: Use PIPE_FORMAT_R8_UNORM when availableThomas Hellstrom2015-09-172-34/+34
* mesa: return initial value for VALIDATE_STATUS if pipe not boundTapani Pälli2015-09-171-1/+2
* mesa: return initial value for PROGRAM_SEPARABLE when not linkedTapani Pälli2015-09-171-1/+2
* mesa: enable query of PROGRAM_PIPELINE_BINDING for ES 3.1Tapani Pälli2015-09-171-3/+3
* nir: support indirect indexing samplers in struct arraysTimothy Arceri2015-09-171-76/+88
* glsl: add helper for calculating offsets for struct membersTimothy2015-09-172-0/+34
* glsl: make variables privateTimothy Arceri2015-09-171-11/+11