summaryrefslogtreecommitdiffstats
path: root/src/glsl/linker.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: add varyings to resource list only with SSOTapani Pälli2015-10-081-4/+7
* glsl: reduce memory footprint of uniform_storage structTimothy Arceri2015-10-051-1/+1
* mesa: remove Driver.DeleteShaderMarek Olšák2015-10-031-4/+4
* glsl: apply shader storage block member rules when adding program resourcesSamuel Iglesias Gonsalvez2015-09-301-0/+58
* glsl: use correct number of uniform blocks in error messageSamuel Iglesias Gonsalvez2015-09-291-1/+1
* mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocksSamuel Iglesias Gonsalvez2015-09-291-5/+5
* glsl: fix packed varyings interface type and add default caseTapani Pälli2015-09-251-0/+4
* main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...Samuel Iglesias Gonsalvez2015-09-251-3/+7
* glsl: shader storage blocks use different max block size values than uniformsSamuel Iglesias Gonsalvez2015-09-251-1/+11
* glsl: number of active shader storage blocks must be within allowed limitsSamuel Iglesias Gonsalvez2015-09-251-4/+39
* glsl: a shader storage buffer must be smaller than the maximum size allowedSamuel Iglesias Gonsalvez2015-09-251-1/+1
* glsl: add support for unsized arrays in shader storage blocksSamuel Iglesias Gonsalvez2015-09-251-36/+71
* glsl: add packed varyings to program resource listTapani Pälli2015-09-251-4/+76
* glsl: Move link_get_main_function_signature to a common locationJordan Justen2015-09-131-29/+2
* glsl: Silence unused parameter warningsIan Romanick2015-09-091-2/+1
* glsl: error out on ES 3.1 if VS or FS present but not bothTapani Pälli2015-09-041-4/+25
* glsl: error on linking if no shaders are attached to programTapani Pälli2015-09-041-0/+19
* glsl: Remove unused total_attribs_size variable.Kenneth Graunke2015-09-031-1/+0
* glsl: Handle attribute aliasing in attribute storage limit check.Kenneth Graunke2015-09-021-28/+36
* linker: Silence GCC unused parameter warningsIan Romanick2015-09-021-14/+13
* mesa: Rename MaxCombinedImageUnitsAndFragmentOutputs to MaxCombinedShaderOutp...Francisco Jerez2015-08-201-1/+1
* glsl: make linker error message more informativeTimothy Arceri2015-08-131-2/+3
* glsl: remove stage ref generation for transform feedbackTimothy Arceri2015-08-071-6/+4
* glsl: add variable mode check to build_stagerefTapani Pälli2015-08-051-4/+13
* glsl: set stage flag for structs and arrays in resource listTimothy Arceri2015-07-301-3/+13
* glsl: verify location when dual source blendingTapani Pälli2015-07-291-0/+19
* glsl: move max_index calc to assign_attribute_or_color_locationsTapani Pälli2015-07-291-8/+15
* glsl: add uniform and program resource support (v2)Dave Airlie2015-07-231-3/+179
* glsl: validate restrictions on use of barrier()Chris Forbes2015-07-231-0/+99
* glsl: analyze TES usage of gl_ClipDistanceChris Forbes2015-07-231-0/+19
* glsl: push vertex count determination down one levelChris Forbes2015-07-231-9/+4
* glsl: lower gl_TessLevel* from float[n] to vecn.Fabian Bieler2015-07-231-0/+4
* glsl: allow linking of tessellation shaders.Chris Forbes2015-07-231-1/+279
* glsl: check for leading zeros in array index validationTimothy Arceri2015-07-221-0/+4
* glsl: link buffer variables and shader storage buffer interface blocksKristian Høgsberg2015-07-141-2/+2
* mesa: rename is_in_uniform_block to is_in_buffer_blockIago Toral Quiroga2015-07-141-1/+1
* mesa: use implementation specified MAX_VERTEX_ATTRIBS rather than hardcoded v...Timothy Arceri2015-07-081-6/+2
* glsl: update types for unsized arrays of membersTimothy Arceri2015-07-041-2/+16
* glsl: create program resource list after LinkShaderTapani Pälli2015-07-011-4/+0
* glsl: expose build_program_resource_list functionTapani Pälli2015-07-011-1/+1
* glsl: build stageref mask using IR, not symbol tableTapani Pälli2015-07-011-3/+11
* glsl: validate sampler array indexing for 'constant-index-expression'Tapani Pälli2015-06-301-0/+77
* Revert "glsl: clone inputs and outputs during linking"Kenneth Graunke2015-06-281-3/+1
* glsl: clone inputs and outputs during linkingTapani Pälli2015-06-241-1/+3
* glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOCK_SIZE.Jose Fonseca2015-06-191-0/+7
* mesa: reference built-in uniforms into gl_uniform_storageMartin Peres2015-06-041-3/+3
* glsl: avoid leaking linked gl_shader when there's a late linker errorIlia Mirkin2015-05-251-2/+8
* glsl: remove element_type() helperTimothy Arceri2015-05-221-2/+2
* glsl: add stage references for UBO uniformsTapani Pälli2015-05-181-0/+10
* glsl: check total count of multi-slot double vertex attribsDave Airlie2015-05-081-1/+40