Introduce .editorconfig
[mesa.git] / src / gallium / drivers / vc4 / kernel /
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-07-13 Eric Anholtvc4: Add kernel support for branching in shader validation.
2016-07-13 Eric Anholtvc4: Add a bitmap of branch targets in kernel validation.
2016-07-13 Eric Anholtvc4: Track the current instruction into the validation_...
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-04-22 Eric Anholtvc4: Fix validation of full res tile offset if used...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-08 Eric Anholtvc4: Add kernel RCL support for MSAA rendering.
2015-12-08 Eric Anholtvc4: Rename color_ms_write to color_write.
2015-12-08 Eric Anholtvc4: Fix compiler warning from size_t change.
2015-12-05 Eric Anholtvc4: Bring over cleanups from submitting to the kernel.
2015-12-04 Eric Anholtvc4: Add debug dumping of MSAA surfaces.
2015-12-04 Eric Anholtvc4: Add support for loading sample mask.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-30 Eric Anholtvc4: Mark our shaders as single-threaded.
2015-07-30 Eric Anholtvc4: Avoid overflowing various static tables.
2015-07-30 Eric Anholtvc4: Fix return values from recent validation changes.
2015-07-29 Eric Anholtvc4: Simplify vc4_use_bo and make sure it's not a shader.
2015-07-29 Eric Anholtvc4: Keep the validated shader around for the simulator...
2015-07-29 Eric Anholtvc4: Make the object be the return value from vc4_use_bo().
2015-07-29 Eric Anholtvc4: Ensure that the bin CL is properly capped by incre...
2015-07-29 Eric Anholtvc4: Drop NV shader reloc validation.
2015-07-17 Eric Anholtvc4: Add debugging on texture relocation validation...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Eric Anholtvc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TIL...
2015-06-24 Eric Anholtvc4: Clarify size calculation for Z/S writes.
2015-06-24 Eric Anholtvc4: Add an "args" temporary for RCL setup.
2015-06-24 Eric Anholtvc4: Reuse (and extend) the packet.h sizes for dumping.
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-18 Eric Anholtvc4: Move tile state/alloc allocation into the kernel.
2015-06-18 Eric Anholtvc4: Move RCL generation into the kernel.
2015-06-16 Eric Anholtvc4: Make sure that direct texture clamps have a minimu...
2015-06-16 Eric Anholtvc4: R4 is not a valid register for clamped direct...
2015-06-16 Eric Anholtvc4: Factor out the live clamp register getter.
2015-06-16 Eric Anholtvc4: Handle refcounting the exec BO like we do in the...
2015-06-16 Eric Anholtvc4: Use VC4_SET/GET_FIELD for some RCL packets.
2015-06-16 Eric Anholtvc4: Make symbolic values for packet sizes.
2015-06-16 Eric Anholtvc4: Use symbolic values in texture ptype validation.
2015-06-16 Eric Anholtvc4: Move vc4_packet.h to the kernel/ directory, since...
2015-06-09 Eric Anholtvc4: Drop subdirectory in vc4 build.
2015-06-09 Eric Anholtvc4: Update to current kernel validation code.
2015-04-14 Eric Anholtvc4: Allow submitting jobs with no bin CL in validation.
2015-04-14 Eric Anholtvc4: Fix off-by-one in branch target validation.
2015-04-13 Eric Anholtvc4: Sync with kernel changes to relax BCL versus RCL...
2015-03-24 Eric Anholtvc4: Write the alignment of level width consistently...
2015-02-24 Eric Anholtvc4: Update to current kernel sources.
2015-02-02 Neil Robertsdir-locals.el: Don't set variables for non-programming...
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-09 Eric Anholtvc4: Fix decision for whether the MIN operation writes...
2014-11-18 Eric Anholtvc4: Emit semaphore instructions for new kernel ABI.
2014-10-29 Eric Anholtvc4: Add support for ARL and indirect register access...
2014-10-29 Eric Anholtvc4: Fix mixup of return type in reloc_tex().
2014-10-29 Eric Anholtvc4: Drop redundant check for is_tmu_write().
2014-10-29 Eric Anholtvc4: Don't forget to validate code that's got PROG_END...
2014-10-29 Eric Anholtvc4: Add .dir-locals.el for kernel style in the kernel...
2014-10-29 Eric Anholtvc4: Fix a couple missing '\n's in error output.
2014-10-17 Eric Anholtvc4: Fix accidental dropping of the low bits of the...
2014-10-16 Emil Velikovvc4: correctly include the source files
2014-10-09 Eric Anholtvc4: Move the mirrored kernel code to a kernel/ directory.