summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa/es3.1: Add _mesa_is_gles31 helperIan Romanick2015-05-041-1/+11
* glsl: Add glsl_parser_state::has_atomic_counters helperIan Romanick2015-05-045-5/+10
* mesa: Use bool in _mesa_is_ helpers instead of GLbooleanIan Romanick2015-05-041-4/+4
* mesa: Trivial coding standards cleanupsIan Romanick2015-05-041-15/+10
* mesa: Use bool instead of GLbooleanIan Romanick2015-05-041-158/+157
* glsl: Silence unused parameter warningsIan Romanick2015-05-042-7/+7
* mesa: Restore functionality to dispatch sanity testIan Romanick2015-05-041-6/+43
* i965: Fix variable indexing of sampler arrays under non-uniform control flow.Francisco Jerez2015-05-043-6/+8
* i965: Fix variable indexing of UBO arrays under non-uniform control flow.Francisco Jerez2015-05-043-10/+11
* i965: Define helper function to copy an arbitrary live component from some re...Francisco Jerez2015-05-044-0/+28
* i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.Francisco Jerez2015-05-046-0/+93
* i965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.Francisco Jerez2015-05-046-0/+94
* i965: Perform basic optimizations on the BROADCAST opcode.Francisco Jerez2015-05-048-0/+44
* i965: Introduce the BROADCAST pseudo-opcode.Francisco Jerez2015-05-046-0/+98
* glsl: Keep track of the early_fragment_tests flag in gl_shader.Francisco Jerez2015-05-045-3/+13
* glsl: Error out on invalid uses of the early_fragment_tests layout qualifier.Francisco Jerez2015-05-043-5/+34
* glsl: Forbid use of image qualifiers in declarations of type other than image.Francisco Jerez2015-05-041-2/+9
* glsl: Split off memory qualifiers from storage qualifiers.Francisco Jerez2015-05-041-1/+16
* glsl: Forbid opaque variables as operands of the ternary operator.Francisco Jerez2015-05-041-0/+12
* mesa: Update image unit state when glBindImageTexture is called with texture=0.Francisco Jerez2015-05-041-16/+15
* mesa: Initialize image units to default state on context creation.Francisco Jerez2015-05-043-0/+21
* mesa: Implement image uniform queries.Francisco Jerez2015-05-041-1/+3
* mesa: Validate original image internal format rather than derived mesa format.Francisco Jerez2015-05-041-3/+3
* mesa: Call _mesa_test_texobj_completeness() before using _MaxLevel in image v...Francisco Jerez2015-05-041-3/+4
* mesa: Add support for binding a buffer texture to a shader image unit.Francisco Jerez2015-05-041-31/+42
* mesa: Add extern "C" guards to shaderimage.h to allow inclusion from C++ code.Francisco Jerez2015-05-041-0/+8
* mesa: Export shader image format to mesa format conversion function.Francisco Jerez2015-05-042-5/+12
* swrast: Fix rgba_draw_pixels with GL_COLOR_INDEXIago Toral Quiroga2015-05-041-3/+26
* i965: Add memory fence opcode.Francisco Jerez2015-05-046-0/+87
* i965: Add typed surface access opcodes.Francisco Jerez2015-05-049-0/+261
* i965: Add untyped surface write opcode.Francisco Jerez2015-05-049-0/+81
* i965: Reorder sources of the untyped atomic opcode.Francisco Jerez2015-05-044-6/+6
* i965: Pass the number of components as a source of the untyped surface read o...Francisco Jerez2015-05-044-6/+10
* i965/vec4: Add support for untyped surface message sends from GRF.Francisco Jerez2015-05-043-16/+14
* i965: Don't request untyped atomic writeback message if the destination is null.Francisco Jerez2015-05-042-2/+3
* i965: Simplify generator code for untyped surface messages.Francisco Jerez2015-05-044-87/+18
* i965: Fix the untyped surface opcodes to deal with indirect surface access.Francisco Jerez2015-05-044-82/+99
* ilo: use ilo_image exclusively in coreChia-I Wu2015-05-024-139/+149
* ilo: add ilo_image_can_enable_aux()Chia-I Wu2015-05-029-50/+27
* ilo: make ilo_image more self-containedChia-I Wu2015-05-022-9/+21
* ilo: add ilo_image_init_for_imported()Chia-I Wu2015-05-023-60/+66
* ilo: prepare for image init for imported boChia-I Wu2015-05-021-120/+129
* ilo: constify ilo_image_paramsChia-I Wu2015-05-021-11/+11
* ilo: improve readability of ilo_imageChia-I Wu2015-05-026-111/+127
* ilo: move command builder to coreChia-I Wu2015-05-0223-61/+74
* ilo: move ilo_state_3d* to coreChia-I Wu2015-05-029-276/+274
* ilo: add ilo_buffer.h to coreChia-I Wu2015-05-025-90/+138
* ilo: move BOs from ilo_texture to ilo_imageChia-I Wu2015-05-027-39/+63
* ilo: move ilo_layout.[ch] to core as ilo_image.[ch]Chia-I Wu2015-05-0211-487/+489
* ilo: add ilo_format.[ch] to coreChia-I Wu2015-05-028-169/+184