summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir/builder: Don't use designated initializersJason Ekstrand2015-09-211-3/+18
* nir: Move system value -> intrinsic mapping into nir.cJason Ekstrand2015-09-213-40/+40
* nir: rename nir_lower_samplers.c{pp,}Emil Velikov2015-09-212-5/+3
* nir: add C wrapper around glsl_type::record_location_offsetEmil Velikov2015-09-212-0/+9
* nir: move stdio.h inclusion before extern CEmil Velikov2015-09-211-2/+2
* i965: Fix MRF register number assertions for compr4.Kenneth Graunke2015-09-211-2/+2
* radeonsi: implement TXQS supportIlia Mirkin2015-09-214-27/+71
* radeonsi: load fmask ptr relative to the resources arrayIlia Mirkin2015-09-211-1/+1
* i965/vec4: Use MRF registers 21-23 for spilling in gen6Iago Toral Quiroga2015-09-211-4/+6
* i965/fs: Use MRF registers 21-23 for spilling in gen6Iago Toral Quiroga2015-09-211-4/+7
* 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
* docs: add news item and link release notes for 10.6.8Emil Velikov2015-09-202-0/+7
* docs: add sha256 checksums for 10.6.8Emil Velikov2015-09-201-1/+2
* docs: add release notes for 10.6.8Emil Velikov2015-09-201-0/+135
* 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-193-2/+14
* 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