summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: Add another index to load_uniform to specify the range readJason Ekstrand2016-04-144-1/+18
* i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardwareJason Ekstrand2016-04-142-13/+66
* i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnrJason Ekstrand2016-04-141-1/+1
* i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructionsJason Ekstrand2016-04-141-1/+0
* i965/fs: Add support for doing MOV_INDIRECT on uniformsJason Ekstrand2016-04-141-1/+4
* i965: Make intel_get_param return an intBen Widawsky2016-04-141-10/+7
* st/mesa: fix sampler view leak in st_DrawAtlasBitmaps()Brian Paul2016-04-141-0/+6
* gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle2016-04-141-0/+4
* radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CSNicolai Hähnle2016-04-141-0/+2
* i965/vec4: Use UD rather than D for uniform indirectsJason Ekstrand2016-04-142-6/+6
* i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOADJason Ekstrand2016-04-142-3/+4
* nvc0: do not break the universe on GK110+Samuel Pitoiset2016-04-141-0/+1
* nvc0: allow to use compute support on GM200Samuel Pitoiset2016-04-143-2/+5
* scons: Build NIR.Jose Fonseca2016-04-142-0/+74
* nir: Use _snprintf on Windows.Jose Fonseca2016-04-141-0/+4
* nir: Avoid structure initalization expressions.Jose Fonseca2016-04-141-2/+16
* nir: Remove unistd.h include.Jose Fonseca2016-04-141-1/+0
* nir: Avoid empty {} struct initializer.Jose Fonseca2016-04-141-10/+10
* gallium/swr: fold the almost identical MakefilesEmil Velikov2016-04-147-314/+184
* install-gallium-links.mk: handle multiple librariesTim Rowley2016-04-141-3/+3
* radeonsi: don't overwrite the scratch offset in shader prologsMarek Olšák2016-04-141-3/+4
* radeonsi: fold num_user_sgprs where it is possibleMarek Olšák2016-04-141-16/+4
* radeonsi: fix SGPRS calculation once moreMarek Olšák2016-04-142-55/+23
* radeonsi: disable hw ETC2 on PolarisMarek Olšák2016-04-141-1/+1
* doxygen: remove git rebase falloutsEmil Velikov2016-04-142-54/+0
* appveyor: Run unit tests.Jose Fonseca2016-04-141-0/+3
* scons: Add a "check" target to run all unit tests.Jose Fonseca2016-04-145-26/+31
* test/unit: Make translate_test invoke translate_create by default.Jose Fonseca2016-04-141-3/+4
* test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca2016-04-141-7/+50
* clover: Fix build against LLVM SVN >= r266163Michel Dänzer2016-04-141-0/+14
* nir/dead_variables: Configurably work with any variable modeJason Ekstrand2016-04-135-13/+28
* i965: Switch to NIR for ldexp lowering.Kenneth Graunke2016-04-132-2/+1
* nir/algebraic: Add lowering for ldexpJason Ekstrand2016-04-131-0/+31
* i965: Implement the new imod and irem opcodesJason Ekstrand2016-04-132-0/+72
* nir: Add more modulus opcodesJason Ekstrand2016-04-132-1/+16
* i965/vec4: Inline get_pull_constant_offsetJason Ekstrand2016-04-132-25/+14
* nir/lower_io: Allow for a full bitmask of modesJason Ekstrand2016-04-132-7/+7
* nir/lower_indirect: nir_variable_mode is now a bitfieldJason Ekstrand2016-04-132-7/+7
* nir: Convert nir_variable_mode to a bitfieldJason Ekstrand2016-04-132-17/+19
* gallium/swr: Make flat shading tris work.George Kyriazis2016-04-132-0/+5
* Revert "freedreno/a4xx: better occlusion/sample counting"Rob Clark2016-04-131-6/+1
* freedreno/a4xx: rasterizer_discard supportRob Clark2016-04-131-0/+17
* freedreno/ir3: fix array textures on a4xxRob Clark2016-04-131-3/+9
* freedreno: fix stream-out offset handling for lines/trisRob Clark2016-04-131-1/+1
* freedreno: fix handling for stream-out offsetsRob Clark2016-04-131-1/+2
* freedreno: fix prims-emitted queryRob Clark2016-04-133-2/+12
* freedreno: fix max-line-widthRob Clark2016-04-131-0/+10
* freedreno: add flag to enable dEQP hacksRob Clark2016-04-132-0/+2
* freedreno/ir3: hack to avoid getting stuck in a loopRob Clark2016-04-131-1/+11
* freedreno/ir3: use (ss) instead of (sy) for ldlvRob Clark2016-04-131-1/+7