summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: only astc ldr required for ES3.2, not hdrIlia Mirkin2015-09-141-1/+1
* st/mesa: emit TXQS, support ARB_shader_texture_image_samplesIlia Mirkin2015-09-134-3/+8
* r600g: add support for TXQS tgsi opcodeIlia Mirkin2015-09-132-5/+13
* nv50/ir: add support for TXQS tgsi opcodeIlia Mirkin2015-09-135-9/+41
* gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supportedIlia Mirkin2015-09-1315-0/+15
* tgsi: add a TXQS opcode to retrieve the number of texture samplesIlia Mirkin2015-09-133-2/+14
* glsl/cs: Initialize gl_LocalInvocationIndex in main()Jordan Justen2015-09-131-0/+22
* glsl/cs: Exclude gl_LocalInvocationIndex from builtin variable strippingJordan Justen2015-09-131-0/+8
* glsl/cs: Initialize gl_GlobalInvocationID in main()Jordan Justen2015-09-133-0/+72
* glsl: Move link_get_main_function_signature to a common locationJordan Justen2015-09-135-33/+34
* glsl/cs: Don't strip gl_GlobalInvocationID and dependenciesJordan Justen2015-09-131-0/+14
* i965/nir: Support gl_WorkGroupID variableJordan Justen2015-09-131-1/+9
* i965/cs: Initialize gl_WorkGroupID variable from payloadJordan Justen2015-09-132-0/+20
* nir: Add gl_WorkGroupID system variableJordan Justen2015-09-133-0/+6
* glsl/cs: Add gl_WorkGroupID variableJordan Justen2015-09-132-0/+2
* i965/nir: Support gl_LocalInvocationID variableJordan Justen2015-09-131-0/+17
* i965/cs: Initialize gl_LocalInvocationID from payloadJordan Justen2015-09-132-2/+24
* i965/cs: Initialize gl_LocalInvocationID in push constant dataJordan Justen2015-09-131-4/+52
* i965/cs: Reserve local invocation id in payload regsJordan Justen2015-09-134-0/+45
* nir: Add gl_LocalInvocationID variableJordan Justen2015-09-133-0/+6
* glsl/cs: Add gl_LocalInvocationID variableJordan Justen2015-09-132-0/+13
* softpipe: Change faces type to uintKrzesimir Nowak2015-09-132-6/+6
* freedreno/ir3: fix compile warn after 1807a08eRob Clark2015-09-131-0/+1
* freedreno/ir3: fix compile break after a4aa25beRob Clark2015-09-131-2/+1
* nir: add nir_channel() to get at single components of vec'sRob Clark2015-09-133-28/+22
* tgsi/scan: add support to figure out max nesting depthRob Clark2015-09-132-0/+21
* r600: Fix llvm build since const buffer changesKai Wasserbäch2015-09-131-1/+1
* i965/vec4: Don't reswizzle hardware registersJason Ekstrand2015-09-121-0/+8
* i965/emit: Add assertions for accumulator restrictionsJason Ekstrand2015-09-121-0/+17
* docs: add news item and link release notes for 11.0.0Emil Velikov2015-09-122-0/+8
* docs: add sha256 checksums for 11.0.0Emil Velikov2015-09-121-1/+2
* docs: Update 11.0.0 release notesEmil Velikov2015-09-121-3/+165
* r600: Enable fp64 on chips with native supportGlenn Kennard2015-09-123-2/+6
* r600g: Support I2D/U2D/D2I/D2UGlenn Kennard2015-09-121-8/+98
* r600g: lower number of driver const buffersDave Airlie2015-09-123-70/+131
* r600: define some values for the fetch constant offsets.Dave Airlie2015-09-124-27/+47
* docs: Update with GLES3.2 entries and statusThomas Helland2015-09-111-0/+24
* softpipe: Constify variablesKrzesimir Nowak2015-09-111-242/+199
* softpipe: Constify sp_tgsi_samplerKrzesimir Nowak2015-09-111-12/+23
* softpipe: Constify sampler and view parameters in mip filtersKrzesimir Nowak2015-09-112-18/+18
* softpipe: Constify sampler and view parameters in img filtersKrzesimir Nowak2015-09-112-36/+36
* tgsi, softpipe: Constify tgsi_sampler in query_lod vfuncKrzesimir Nowak2015-09-112-2/+2
* softpipe: Constify some sampler and view parametersKrzesimir Nowak2015-09-112-27/+28
* softpipe: Move the faces array from view to filter_argsKrzesimir Nowak2015-09-112-17/+23
* nir/from_ssa: Use instr_rewrite_destJason Ekstrand2015-09-111-3/+1
* nir: Add a function for rewriting instruction destinationsJason Ekstrand2015-09-112-0/+26
* nir: Only unlink sources that are actually validJason Ekstrand2015-09-111-7/+8
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-1120-47/+25
* nir: Fix a bunch of ralloc parenting errorsJason Ekstrand2015-09-1110-31/+32
* nir/lower_outputs_to_temporaries: Reparent the output nameJason Ekstrand2015-09-111-0/+3