summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add missing break in switch statementTapani Pälli2015-04-211-1/+1
* mesa: fix UBO queries for active uniformsTapani Pälli2015-04-211-1/+11
* i965/skl: Fix the qpitch valueNeil Roberts2015-04-202-13/+59
* i965/skl: Don't use ALL_SLICES_AT_EACH_LODNeil Roberts2015-04-201-10/+20
* mesa/main: add autogenerated format-info.c to gitignoreConnor Abbott2015-04-171-0/+1
* i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.Kenneth Graunke2015-04-171-5/+11
* i965: Make shader_time store names/ids instead of referencing shaders.Kenneth Graunke2015-04-172-37/+19
* i965: Delete some unnecessary code in brw_report_shader_time().Kenneth Graunke2015-04-171-6/+1
* i965: Make shader_time use 0 instead of -1 for "no meaningful ID".Kenneth Graunke2015-04-171-8/+6
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-172-2/+2
* i965: Render R16G16B16X16 as R16G16B16A16Anuj Phogat2015-04-171-0/+6
* i965: Update the comment about platforms supporting blorpAnuj Phogat2015-04-171-2/+2
* i965/fs: Change SEL and MOV types as needed to propagate source modifiersJason Ekstrand2015-04-171-4/+30
* i965/fs: Use the source type when looking for UD negations in copy propJason Ekstrand2015-04-171-1/+1
* mesa/st: Free st_translate with FREE macro.Brian Paul2015-04-171-1/+1
* glsl_to_tgsi: only associate the uniform storage once at link timeMarek Olšák2015-04-161-24/+0
* glsl_to_tgsi: add STATE_FB_WPOS_Y_TRANSFORM at link timeMarek Olšák2015-04-161-20/+24
* glsl_to_tgsi: add assertions for detecting out-of-bounds immediates accessMarek Olšák2015-04-161-0/+6
* glsl_to_tgsi: don't use a potentially-undefined immediate for ir_query_levelsMarek Olšák2015-04-161-5/+3
* glsl_to_tgsi: fix out-of-bounds constant access and crash for uniformsMarek Olšák2015-04-161-4/+7
* glsl_to_tgsi: cleanup includesMarek Olšák2015-04-163-25/+10
* mesa/program: remove dead codeMarek Olšák2015-04-162-81/+0
* st/mesa: add a debug option to compile shaders at link timeMarek Olšák2015-04-166-4/+55
* i965: Rewrite ir_tex to ir_txl with lod 0 for vertex shadersKristian Høgsberg2015-04-161-0/+9
* i965/skl: Add the header for constant loads outside of the generatorNeil Roberts2015-04-166-35/+63
* i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOADNeil Roberts2015-04-163-77/+75
* mesa,glsl: rename `interface` to `programInterface`.Jose Fonseca2015-04-162-21/+21
* mesa: refactor GetUniformBlockIndexTapani Pälli2015-04-161-6/+6
* mesa: refactor GetUniformIndicesTapani Pälli2015-04-161-3/+3
* mesa: refactor GetUniformLocationTapani Pälli2015-04-161-18/+1
* mesa: refactor GetActiveUniformBlockNameTapani Pälli2015-04-161-13/+5
* mesa: remove unused _mesa_get_uniform_nameTapani Pälli2015-04-162-44/+0
* mesa: refactor GetActiveUniformNameTapani Pälli2015-04-161-9/+2
* mesa: refactor GetActiveUniformTapani Pälli2015-04-161-17/+16
* mesa: refactor GetTransformFeedbackVaryingTapani Pälli2015-04-161-7/+12
* mesa: refactor GetActiveUniformsiv, use _mesa_program_resource_propTapani Pälli2015-04-161-70/+39
* mesa: mesa_bufferiv utility function for buffer objectsTapani Pälli2015-04-162-121/+78
* mesa: refactor GetFragDataIndexTapani Pälli2015-04-161-23/+2
* mesa: refactor GetFragDataLocationTapani Pälli2015-04-161-22/+16
* mesa: refactor GetAttribLocationTapani Pälli2015-04-161-22/+20
* mesa: refactor GetActiveAttribTapani Pälli2015-04-161-31/+27
* mesa: enable GL_ARB_program_interface_query extensionTapani Pälli2015-04-161-0/+1
* mesa: implementation of glGetProgramResourceivTapani Pälli2015-04-163-0/+300
* mesa: glGetProgramResourceLocationIndexTapani Pälli2015-04-163-1/+46
* mesa: glGetProgramResourceLocationTapani Pälli2015-04-163-1/+151
* mesa: glGetProgramResourceNameTapani Pälli2015-04-163-0/+139
* mesa: glGetProgramResourceIndexTapani Pälli2015-04-163-1/+183
* mesa: glGetProgramInterfaceivTapani Pälli2015-04-163-0/+185
* mesa/glsl: build list of program resources during linkingTapani Pälli2015-04-162-0/+20
* glapi: add GL_ARB_program_interface_query skeletonTapani Pälli2015-04-164-6/+134