vc4: Fix a potential src buffer overflow in shader rec validation.
[mesa.git] / src / gallium /
2014-08-11 Eric Anholtvc4: Fix a potential src buffer overflow in shader...
2014-08-11 Eric Anholtvc4: Keep a reference to BOs queued for rendering.
2014-08-11 Eric Anholtvc4: Compute the proper end address of the relocated...
2014-08-11 Eric Anholtvc4: Walk tiles horizontally, then vertically.
2014-08-11 Eric Anholtvc4: Track clears veresus uncleared draws, and the...
2014-08-11 Eric Anholtvc4: Move the rest of RCL setup to flush time.
2014-08-11 Eric Anholtvc4: Move render command list calls to vc4_flush()
2014-08-11 Eric Anholtvc4: Move bin command list ending commands to vc4_flush()
2014-08-11 Eric Anholtvc4: Rename fields in the kernel interface.
2014-08-11 Eric Anholtvc4: Fix things to validate more than one shader state...
2014-08-11 Eric Anholtvc4: Rewrite the kernel ABI to support texture uniform...
2014-08-11 Eric Anholtvc4: Add docs for the drm interface
2014-08-11 Eric Anholtvc4: Add load/store to the validator
2014-08-11 Eric Anholtvc4: Switch simulator to using kernel validator
2014-08-11 Eric Anholtvc4: Drop pointless shader state struct
2014-08-11 Eric Anholtvc4: Add support for texture rectangles
2014-08-11 Eric Anholtvc4: Add support for texturing (under simulation)
2014-08-11 Eric Anholtvc4: Drop PIPE_SHADER_CAP_MAX_ADDRS
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-11 Marek Olšákgallium: pass st_config_options to query_versions
2014-08-11 Marek Olšákgallium/stapi: move setting GL versions to the state...
2014-08-10 Niels Ole Salscheidergallium/radeon: Set gpu_address to 0 if r600_virtual_ad...
2014-08-10 Marek Olšákradeonsi: simplify constant buffer upload for big endian
2014-08-09 Marek Olšákwinsys/radeon: fix compile warnings
2014-08-09 Marek Olšákr600g/compute: fix compile warnings
2014-08-09 Marek Olšákr300g: handle new shader caps
2014-08-09 Marek Olšákradeonsi: fix CMASK and HTILE allocation on Tahiti
2014-08-09 Marek Olšákgallium/radeon: remove r600_resource_va
2014-08-09 Marek Olšákgallium/radeon: use gpu_address from r600_resource
2014-08-09 Marek Olšákr600g: use gpu_address from r600_resource
2014-08-09 Marek Olšákradeonsi: use gpu_address from r600_resource
2014-08-09 Marek Olšákgallium/radeon: store VM address in r600_resource
2014-08-09 Marek Olšákr600g: remove useless r600_resource_va calls
2014-08-09 Marek Olšákradeonsi: always prefer SWITCH_ON_EOP(0) on CIK
2014-08-09 Marek Olšákradeonsi: fix a hang with instancing in Unigine Heaven...
2014-08-09 Eric Anholtvc4: Add support for the COS instruction.
2014-08-09 Eric Anholtvc4: Add support for the SIN instruction.
2014-08-09 Eric Anholtvc4: Fix register aliasing for packing of scaled coordi...
2014-08-09 Eric Anholtvc4: Add some debug code for forcing fragment shader...
2014-08-09 Eric Anholtu_primconvert: Copy min/max_index from the original...
2014-08-09 Eric Anholtvc4: Fix using and emitting the 1/W from the vertex...
2014-08-09 Eric Anholtvc4: Add support for swizzles of 32 bit float vertex...
2014-08-09 Eric Anholtvc4: Add support for the TGSI FRC opcode.
2014-08-09 Eric Anholtvc4: Add support for the TGSI TRUNC opcode.
2014-08-09 Eric Anholtvc4: Crank up the tile allocation BO size
2014-08-09 Eric Anholtvc4: Add support for multiple attributes
2014-08-09 Eric Anholtvc4: Add more useful debug for the undefined-source...
2014-08-09 Eric Anholtvc4: Add support for the lit opcode.
2014-08-09 Eric Anholtvc4: Add support for the POW opcode
2014-08-09 Eric Anholtvc4: Refactor uniform handling.
2014-08-09 Eric Anholtvc4: Add support for the LRP opcode.
2014-08-09 Eric Anholtvc4: Add copy propagation between temps.
2014-08-09 Eric Anholtvc4: Add dead code elimination.
2014-08-09 Eric Anholtvc4: Add an initial pass of algebraic optimization.
2014-08-09 Eric Anholtvc4: Add support for CMP.
2014-08-09 Eric Anholtvc4: Make scheduling of NOPs a separate step from QIR...
2014-08-09 Eric Anholtvc4: Add WIP support for varyings.
2014-08-09 Eric Anholtvc4: Use r3 instead of r5 for temps, since r5 only...
2014-08-09 Eric Anholtvc4: Fix emit of ABS
2014-08-09 Eric Anholtvc4: Add shader variant caching to handle FS output...
2014-08-09 Eric Anholtvc4: Load the tile buffer before incrementally drawing.
2014-08-09 Eric Anholtvc4: Don't reallocate the tile alloc/state bos every...
2014-08-09 Eric Anholtvc4: Add VC4_DEBUG env option
2014-08-09 Eric Anholtvc4: Add support for SNE/SEQ/SGE/SLT.
2014-08-09 Eric Anholtvc4: Use the user's actual first vertex attribute.
2014-08-09 Eric Anholtvc4: Fix UBO allocation when no uniforms are used.
2014-08-09 Eric Anholtvc4: Add initial support for math opcodes
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Start converting the driver to use vertex shaders.
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.
2014-08-09 Roland Scheideggerdraw: (trivial) use information about gs being present...
2014-08-09 Roland Scheideggerdraw: don't use clipvertex output if user plane clippin...
2014-08-08 Darius Goadgallivm: Handle MSAA textures in emit_fetch_texels
2014-08-08 Roland Scheideggerdraw: hack around weird primitive id input in gs
2014-08-08 Roland Scheideggerdraw: fix prim id float cast for non-llvm path
2014-08-08 Bruno Jiménezclover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
2014-08-08 Chia-I Wuilo: break down the format table
2014-08-06 Roland Scheideggerdraw: fix clipvertex trouble if position comes from gs
2014-08-06 Roland Scheideggerdraw: don't run pipeline stages when gs has no position...
2014-08-05 Emil Velikovlibgl-xlib: drop duplicate mesautil from scons build
2014-08-05 Emil Velikovllvmpipe/tests: automake: link against libmesautil.la
2014-08-05 Emil Velikovgallium/tests: automake: link against libmesautil.la
2014-08-05 Emil Velikovtargets/omx: automake: link against libmesautil.la
2014-08-05 Emil Velikovtargets/xvmc: automake: link against libmesautil.la
2014-08-05 Jan Veselytargets/clover: link against libmesautil.la
2014-08-05 Jan Veselygallivm: Fix build with latest LLVM
2014-08-05 Roland Scheideggertargets/dri: link with mesautil
2014-08-05 Roland Scheideggergallium/docs: Document TEX2/TXL2/TXB2 instructions...
2014-08-05 Roland Scheideggergallivm: fix cube map array (and cube map shadow with...
2014-08-05 Roland Scheideggerllvmpipe: implement support for cube map arrays
2014-08-04 Brian Paultargets/graw-gdi: link with mesautil, not mesautils
2014-08-04 Brian Paultargets/libgl-gdi: link with mesautil
2014-08-04 Brian Paultargets/egl-static: link with libmesautil.la
2014-08-04 Brian Paultargets/vdpau: link with libmesautil.la to fix build...
2014-08-04 Matthew McCluresvga: SVGA_3D_CMD_BIND_GB_SHADER needs to reserve two...
2014-08-04 Jason Ekstrandgallium: Add libmesautil dependency to gdm and xa targets
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-08-04 Emil Velikovtargets/dri: resolve the scons build
next