aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: const-qualify _mesa_is_legal_tex_storage_format ctx paramBrian Paul2015-09-222-2/+4
* mesa: const-qualify _mesa_base_tex_format() ctx paramBrian Paul2015-09-222-2/+2
* mesa: const-qualify buffer_object_subdata_range_good() bufObj parameterBrian Paul2015-09-221-1/+1
* mesa: whitespace, comment fixes in texstorage.cBrian Paul2015-09-221-15/+18
* mesa/es3.1: Enable GL_ARB_vertex_attrib_binding functionality for GLES 3.1Marta Lofstedt2015-09-221-7/+7
* mesa/es3.1: Allow query of Vertex bindings for GLES 3.1Marta Lofstedt2015-09-221-3/+4
* mesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer error handling with OpenG...Marta Lofstedt2015-09-221-1/+1
* i965: fix textureGrad for cubemapsTapani Pälli2015-09-221-19/+182
* nir: Report progress from nir_normalize_cubemap_coords().Kenneth Graunke2015-09-212-8/+23
* nir: Add braces around multi-line loop.Kenneth Graunke2015-09-211-1/+2
* nir: Report progress from nir_lower_system_values().Kenneth Graunke2015-09-212-10/+19
* nir: Report progress from nir_split_var_copies().Kenneth Graunke2015-09-212-4/+13
* nir: Report progress from nir_lower_locals_to_regs().Kenneth Graunke2015-09-212-4/+16
* nir: Report progress from nir_remove_dead_variables().Kenneth Graunke2015-09-212-5/+12
* nir: Report progress from lower_vec_to_movs().Jason Ekstrand2015-09-212-7/+22
* nir: Report progress from nir_lower_globals_vars_to_local().Kenneth Graunke2015-09-212-2/+6
* i965: Clean up GLSL compiler option setupJason Ekstrand2015-09-211-26/+20
* configure.ac: Add support to enable read-only text segment on x86.Jeremy Huddleston2015-09-211-0/+10
* i965/skl: Use larger URB size where available.Ben Widawsky2015-09-211-1/+2
* 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