summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
Commit message (Expand)AuthorAgeFilesLines
* nir/spirv/glsl: Clean up the row-skipping swizzle logic a bitJason Ekstrand2016-02-121-10/+4
* nir/spirv: Allow the clip distance capability.Jason Ekstrand2016-02-111-0/+1
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-107-46/+10
|\
| * nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-105-32/+5
| * nir/lower_vec_to_movs: Better report channels handled by insert_movJason Ekstrand2016-02-101-1/+3
* | nir/spirv: Fix handling of OpGroupMemberDecorateJason Ekstrand2016-02-101-1/+1
* | nir/spirv: Assert that struct member ids are in-boundsJason Ekstrand2016-02-101-0/+4
* | nir/spirv: fix build_mat_subdet stack smasherMark Janes2016-02-101-2/+5
* | anv: Fix up spirv for new texture/sampler split stuffJason Ekstrand2016-02-091-2/+22
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-0911-38/+68
|\|
| * nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-0910-18/+94
| * nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-0911-58/+58
| * nir: Add some braces around loops and ifsJason Ekstrand2016-02-091-5/+10
* | vtn: Use const_index helpersJason Ekstrand2016-02-092-5/+5
* | Merge commit '8b0fb1c152fe191768953aa8c77b89034a377f83' into vulkanJason Ekstrand2016-02-0918-175/+285
|\|
| * nir: use const_index helpersRob Clark2016-02-0911-24/+23
| * gtn: use const_index helpersRob Clark2016-02-091-8/+9
| * nir: const_index helpersRob Clark2016-02-094-100/+191
| * nir: remove unused nir_variable fieldsTimothy Arceri2016-02-092-20/+0
| * nir: Recognize open-coded bitfield_reverse.Matt Turner2016-02-081-0/+13
| * nir: Handle large unsigned values in opt_algebraic.Matt Turner2016-02-081-4/+1
| * nir: Do opt_algebraic in reverse order.Matt Turner2016-02-081-2/+2
| * nir: Recognize product of open-coded pow()s.Matt Turner2016-02-081-0/+2
| * nir: Add opt_algebraic rules for xor with zero.Matt Turner2016-02-081-0/+2
* | nir/spirv: Better handle constant offsets in texture lookupsJason Ekstrand2016-02-091-2/+13
* | nir/spirv: Set the vtn_mode and interface type for sampler parametersJason Ekstrand2016-02-091-2/+19
* | nir/inline_functions: Don't shadown variables when it isn't neededJason Ekstrand2016-02-091-23/+131
* | nir: Rework function parametersJason Ekstrand2016-02-098-21/+67
* | vtn: Clean up acos implementation.Francisco Jerez2016-02-081-28/+16
* | nir/spirv: Create integer types of correct signedness.Francisco Jerez2016-02-081-2/+4
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-053-30/+30
|\|
| * nir: Add lowering support for unpacking opcodes.Matt Turner2016-02-012-0/+32
| * nir: Add lowering support for packing opcodes.Matt Turner2016-02-014-0/+66
| * nir: Add opcodes to extract bytes or words.Matt Turner2016-02-013-0/+28
| * glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-011-9/+0
| * nir: Add lowering of nir_op_unpack_half_2x16.Matt Turner2016-02-012-4/+29
| * nir: Make argument order of unop_convert match binop_convert.Matt Turner2016-02-011-10/+10
* | Merge commit mesa-public/master into vulkanJason Ekstrand2016-02-0541-513/+9916
|/
* glsl: move to compiler/Emil Velikov2016-01-266-7/+78
* nir: move to compiler/Emil Velikov2016-01-2672-0/+24141