summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-22i965/gen8: Allow sampling with hiz when supportedbdw-aux-hizJordan Justen1-1/+11
2015-09-22i965/gen8: Add HiZ auxiliary buffer supportKenneth Graunke1-1/+4
2015-09-22i965/gen8: Initialize aux_mode to GEN8_SURFACE_AUX_MODE_NONEJordan Justen1-2/+2
2015-09-22i965: Support sampling with hiz during renderingJordan Justen1-1/+4
2015-09-22i965: Add function to indicate when sampling with hiz is supportedJordan Justen2-0/+14
2015-09-22i965/gen8: Use aux buf qpitch for Auxiliary Buffer (MCS)Jordan Justen1-2/+2
2015-09-22i965/gen8: Use intel_miptree_aux_buffer for auxiliary bufferJordan Justen1-14/+14
2015-09-22i965: Wrap MCS miptree in intel_miptree_aux_bufferJordan Justen6-52/+81
2015-09-22i965/gen8: Enable hiz for all depth levelsJordan Justen1-1/+1
2015-09-21i965: Clean up GLSL compiler option setupJason Ekstrand1-26/+20
2015-09-21configure.ac: Add support to enable read-only text segment on x86.Jeremy Huddleston1-0/+10
2015-09-21i965/skl: Use larger URB size where available.Ben Widawsky1-1/+2
2015-09-21nir/builder: Don't use designated initializersJason Ekstrand1-3/+18
2015-09-21nir: Move system value -> intrinsic mapping into nir.cJason Ekstrand3-40/+40
2015-09-21nir: rename nir_lower_samplers.c{pp,}Emil Velikov2-5/+3
2015-09-21nir: add C wrapper around glsl_type::record_location_offsetEmil Velikov2-0/+9
2015-09-21nir: move stdio.h inclusion before extern CEmil Velikov1-2/+2
2015-09-21i965: Fix MRF register number assertions for compr4.Kenneth Graunke1-2/+2
2015-09-21radeonsi: implement TXQS supportIlia Mirkin4-27/+71
2015-09-21radeonsi: load fmask ptr relative to the resources arrayIlia Mirkin1-1/+1
2015-09-21i965/vec4: Use MRF registers 21-23 for spilling in gen6Iago Toral Quiroga1-4/+6
2015-09-21i965/fs: Use MRF registers 21-23 for spilling in gen6Iago Toral Quiroga1-4/+7
2015-09-21i965: Turn BRW_MAX_MRF into a macro that accepts a hardware generationIago Toral Quiroga8-28/+28
2015-09-21i965: Move MRF register asserts out of brw_reg.hIago Toral Quiroga4-7/+16
2015-09-21i965: Maximum allowed size of SEND messages is 15 (4 bits)Iago Toral Quiroga4-2/+10
2015-09-20nir/print: fix coverity errorRob Clark1-1/+1
2015-09-20i965/vec4/nir: Remove all "this->" snippetsEduardo Lima Mitev1-16/+15
2015-09-20dri/common: fix gbm-symbols-check regressionMarcin Ślusarz1-1/+1
2015-09-20docs: add news item and link release notes for 10.6.8Emil Velikov2-0/+7
2015-09-20docs: add sha256 checksums for 10.6.8Emil Velikov1-1/+2
2015-09-20docs: add release notes for 10.6.8Emil Velikov1-0/+135
2015-09-19mesa/teximage: reuse compressed format utility functions for base_formatNanley Chery1-145/+5
2015-09-19mesa/texcompress: add compressed formats to base format utility functionNanley Chery1-0/+14
2015-09-19mesa/glformats: refactor compressed format support functionNanley Chery1-79/+40
2015-09-19mesa/formats: add MESA_LAYOUT_LATCNanley Chery5-16/+7
2015-09-19dri/common: use sysconfdir when looking for drircMarcin Ślusarz3-2/+14
2015-09-18freedreno/ir3: use nir two-sided-color loweringRob Clark1-21/+3
2015-09-18nir: add two-sided-color lowering passRob Clark3-0/+211
2015-09-18nir/build: add nir_vec() helperRob Clark3-31/+20
2015-09-18freedreno/ir3: lower txp/clamp in NIRRob Clark1-26/+30
2015-09-18nir/lower_tex: add support to clamp texture coordsRob Clark2-1/+103
2015-09-18nir/lower_tex: support for lowering RECT texturesRob Clark2-3/+63
2015-09-18nir/lower_tex: support projector lowering per sampler typeRob Clark3-10/+34
2015-09-18nir/lower_tex: split out project_src() helperRob Clark1-69/+77
2015-09-18nir: rename nir_lower_tex_projectorRob Clark4-8/+8
2015-09-19i965/vec4: Change types as needed to propagate source modifiers using current...Alejandro Piñeiro1-2/+28
2015-09-18i965/fs: Fix comparison between signed and unsigned integer expressionsIago Toral Quiroga1-2/+2
2015-09-18mesa: fix errors when reading depth with glReadPixelsTapani Pälli2-1/+7
2015-09-17nir/builder: fix c++11 compiler warningRob Clark1-1/+1
2015-09-17nir: really actually fix comment this timeRob Clark1-1/+1