summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: include per-patch varyings when generating reserved slot bitfieldTimothy Arceri2016-05-171-3/+6
* glsl: don't incorrectly eliminate patches with explicit locationsTimothy Arceri2016-05-171-1/+2
* glsl: remove remainings tabs in link_varyings.cppTimothy Arceri2016-05-171-2/+2
* glsl: fix location and component packing validation on patchesTimothy Arceri2016-05-172-1/+3
* i965: Enable ARB_shader_precision on Gen8+.Kenneth Graunke2016-05-161-0/+1
* vl/dri: Move the DRI3 check out of sources include into C.Jose Fonseca2016-05-162-5/+5
* st/vdpau: add dri3 supportLeo Liu2016-05-161-1/+5
* vl/dri3: implement functions for get and set timestampLeo Liu2016-05-161-6/+53
* vl/dri3: handle PresentCompleteNotify eventLeo Liu2016-05-161-1/+27
* st/va: add dri3 supportLeo Liu2016-05-161-1/+5
* vl/dri3: implement DRI3 BufferFromPixmapLeo Liu2016-05-161-3/+113
* vl/dri3: add support for resizingLeo Liu2016-05-161-4/+13
* vl/dri3: implement funciton for get dirty areaLeo Liu2016-05-161-2/+9
* vl/dri3: implement function for flush frontbufferLeo Liu2016-05-161-2/+30
* vl/dri3: add back buffers supportLeo Liu2016-05-161-2/+185
* vl/dri3: implement flushing for queued eventsLeo Liu2016-05-161-0/+36
* vl/dri3: register present eventsLeo Liu2016-05-161-0/+27
* vl/dri3: set drawable geometryLeo Liu2016-05-161-0/+35
* vl/dri3: add DRI3 support and implement create and destroyLeo Liu2016-05-163-0/+208
* mesa/version.c: enable cull distance in version check.Dave Airlie2016-05-171-1/+1
* glsl/linker: Include the interface name for input and output blocksIan Romanick2016-05-161-1/+16
* glsl/linker: Use canonical format for ARB_program_interface_query spec quotesIan Romanick2016-05-161-49/+51
* i965: check tcs for NULL dereferenceMark Janes2016-05-161-3/+5
* i965: Mark is_lossless_compressed_aux UNUSED to silence warning.Matt Turner2016-05-161-1/+1
* genxml: Use llroundf() and store to appropriate type.Matt Turner2016-05-161-2/+2
* nir: Mark nir_start_block()/nir_impl_last_block() with returns_nonnull.Matt Turner2016-05-161-4/+5
* util: Add ATTRIBUTE_RETURNS_NONNULL.Matt Turner2016-05-161-0/+6
* clover: grid_offset should be padded with 0 not 1Jan Vesely2016-05-161-1/+1
* i965: Expose OpenGL 4.0 for gen8+Iago Toral Quiroga2016-05-162-2/+4
* i965: Enable ARB_gpu_shader_fp64 for gen8+Iago Toral Quiroga2016-05-161-0/+1
* i965/tes/scalar: Fix load input for doublesIago Toral Quiroga2016-05-161-2/+2
* i965/tcs/scalar: fix store output for doublesIago Toral Quiroga2016-05-161-21/+96
* i965/tcs/scalar: fix load input for doublesIago Toral Quiroga2016-05-161-25/+73
* i965/fs: fix nir_intrinsic_store_output for doublesIago Toral Quiroga2016-05-161-1/+14
* i965/fs: fix number of output components for doublesIago Toral Quiroga2016-05-161-4/+9
* i965/vec4: handle doubles in type_size_vec4()Iago Toral Quiroga2016-05-161-8/+10
* i965/fs: support doubles with shared variable storesIago Toral Quiroga2016-05-161-5/+35
* i965/fs: support doubles with ssbo storesIago Toral Quiroga2016-05-161-4/+35
* i965/fs: add shuffle_64bit_data_for_32bit_write helperIago Toral Quiroga2016-05-162-0/+37
* i965/fs: support doubles with SSBO loadsIago Toral Quiroga2016-05-161-7/+2
* i965/fs: support doubles with shared variable loadsIago Toral Quiroga2016-05-161-8/+2
* i965/fs: Add do_untyped_vector_read helperIago Toral Quiroga2016-05-161-0/+63
* i965/fs: support doubles with UBO loadsIago Toral Quiroga2016-05-161-7/+57
* i965/fs: fix pull constant load component selection for doublesIago Toral Quiroga2016-05-162-11/+5
* i965/fs: Fix and document component().Francisco Jerez2016-05-161-2/+5
* i965/fs: Fix fs_visitor::VARYING_PULL_CONSTANT_LOAD for doublesIago Toral Quiroga2016-05-161-2/+17
* i965/fs: add shuffle_32bit_load_result_to_64bit_data helperIago Toral Quiroga2016-05-162-0/+58
* i965/fs: Stop using the LOAD_PAYLOAD instruction in lower_simd_width.Francisco Jerez2016-05-161-40/+18
* i965/fs: fix copy/constant propagation regioning checksIago Toral Quiroga2016-05-161-8/+20
* i965/fs: fix copy propagation from load payloadIago Toral Quiroga2016-05-161-1/+1