summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* t_dd_dmatmp: Remove HAVE_QUADS supportIan Romanick2015-09-233-48/+5
* t_dd_dmatmp: Remove HAVE_QUAD_STRIPS supportIan Romanick2015-09-233-35/+8
* t_dd_dmatmp: Use addition instead of subtraction in loop boundsIan Romanick2015-09-231-1/+1
* t_dd_dmatmp: Pull out common 'count -= count & 3' codeIan Romanick2015-09-231-9/+6
* t_dd_dmatmp: Use '& 3' instead of '% 4' everywhereIan Romanick2015-09-231-2/+2
* t_dd_dmatmp: Clean up improper code formatting from previous patchIan Romanick2015-09-231-12/+6
* t_dd_dmatmp: Make "count" actually be the countIan Romanick2015-09-233-75/+75
* i965/vec4: Don't coalesce regs in Gen6 MATH ops if reswizzle/writemask neededAntia Puentes2015-09-232-3/+12
* mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer.Iago Toral Quiroga2015-09-231-1/+10
* glsl: bail out early in _mesa_ShaderSource if no shaderobjTapani Pälli2015-09-231-11/+9
* i965/vec4: Detect and delete useless MOVs.Matt Turner2015-09-221-0/+22
* prog_to_nir: Use nir_op_dphJason Ekstrand2015-09-221-2/+1
* i965/vec4: Add support for fdph_replicatedJason Ekstrand2015-09-221-0/+5
* i965: Add defines for tessellation stagesChris Forbes2015-09-221-0/+72
* i965/vec4: refactor brw_vec4_copy_propagation.Alejandro Piñeiro2015-09-221-14/+18
* st/mesa: remove st_bind_framebuffer()Brian Paul2015-09-221-12/+0
* 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
* i965: Clean up GLSL compiler option setupJason Ekstrand2015-09-211-26/+20
* i965/skl: Use larger URB size where available.Ben Widawsky2015-09-211-1/+2
* i965: Fix MRF register number assertions for compr4.Kenneth Graunke2015-09-211-2/+2
* 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
* 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
* nir/lower_tex: support projector lowering per sampler typeRob Clark2015-09-181-1/+4
* nir: rename nir_lower_tex_projectorRob Clark2015-09-181-1/+1
* 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
* i965/vec4: Use nir_move_vec_src_uses_to_destJason Ekstrand2015-09-171-0/+3
* mesa: Fix texture compression on big-endian systemsUlrich Weigand2015-09-174-7/+14
* 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
* Revert "mesa/extensions: restrict GL_OES_EGL_image to GLES"Dave Airlie2015-09-171-1/+2