vc4: Avoid repeated hindex lookups in the loop over tiles.
[mesa.git] / src / gallium /
2014-12-24 Eric Anholtvc4: Avoid repeated hindex lookups in the loop over...
2014-12-24 Rob Clarkfreedreno/ir3: split out legalize pass
2014-12-24 Rob Clarkfreedreno/ir3: ra debug
2014-12-23 Alexander von Gluck IVegl: Add Haiku code and support
2014-12-21 Marek Olšákradeonsi: force NaNs to 0
2014-12-21 David Heidelbergst/nine: fix DBG typo (trivial)
2014-12-21 David Heidelbergr300g: implement ARR opcode
2014-12-20 Rob Clarkfreedreno/a4xx: blend-color
2014-12-20 Rob Clarkfreedreno/a4xx: alpha-test
2014-12-20 Rob Clarkfreedreno: update generated headers
2014-12-20 Rob Clarkfreedreno/ir3: trans_kill cleanup
2014-12-20 Rob Clarkfreedreno/ir3: hack for standalone compiler
2014-12-18 Eric Anholtvc4: Coalesce MOVs into VPM with the instructions gener...
2014-12-18 Eric Anholtvc4: Redefine VPM writes as a (destination) QIR registe...
2014-12-18 Timothy Arcerigallium: remove support for GCC older than 4.2.0
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-18 Eric Anholtvc4: Move follow_movs() to common QIR code.
2014-12-18 Eric Anholtvc4: Fix missing newline for load immediate instruction...
2014-12-18 Matt Turnermesa: Remove unnecessary -f from $(RM).
2014-12-18 Matt Turnergallium: Add egl and gbm to distribution.
2014-12-18 Matt Turnertargets/xvmc: Add uninstall hooks to handle megadriver...
2014-12-18 Matt Turnertargets/vdpau: Add uninstall hooks to handle megadriver...
2014-12-18 Matt Turnertargets/vdpau: Add clean-local rule to remove .lib...
2014-12-18 Eric Anholtvc4: Add a userspace BO cache.
2014-12-18 Eric Anholtvc4: Add dmabuf support.
2014-12-18 Eric Anholtvc4: Drop a weird argument in the BOs-from-handles...
2014-12-17 Roland Scheideggerdraw: revert using correct order for prim decomposition.
2014-12-16 Eric Anholtvc4: Add support for turning add-based MOVs to muls...
2014-12-16 Eric Anholtvc4: Add a helper for changing a field in an instruction.
2014-12-16 Eric Anholtvc4: Fix the name of qpu_waddr_ignores_ws().
2014-12-16 Timothy Arcerigallium: remove support for GCC older than 4.1.0
2014-12-16 Eric Anholtvc4: Add support for enabling early Z discards.
2014-12-16 Ilia Mirkinnvc0: add missed PIPE_CAP_VERTEXID_NOBASE
2014-12-16 Roland Scheideggerdraw: implement support for the VERTEXID_NOBASE and...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-16 Dave Airlier600g/sb: implement r600 gpr index workaround. (v3.1)
2014-12-16 Vadim Girlinr600g/sb: fix issues with loops created for switch
2014-12-16 Dave AirlieRevert "r600g/sb: fix issues cause by GLSL switching...
2014-12-15 Eric Anholtvc4: Add support for 32-bit signed norm/scaled vertex...
2014-12-15 Eric Anholtvc4: Add support for 16-bit signed/unsigned norm/scaled...
2014-12-15 Eric Anholtvc4: Rename the 16-bit unpack #define.
2014-12-15 Eric Anholtvc4: Add support for 8-bit unnormalized vertex attrs.
2014-12-15 Eric Anholtvc4: Refactor vertex attribute conversions a bit.
2014-12-15 Eric Anholtvc4: Fix use of r3 as a temp in 8-bit unpacking.
2014-12-15 Eric Anholtvc4: Rename UNPACK_8* to UNPACK_8*_F.
2014-12-15 Eric Anholtvc4: Add support for UMAD.
2014-12-15 Eric Anholtvc4: 0-initialize the screen again.
2014-12-15 Eric Anholtvc4: Fix leaks of the compiled shaders' keys.
2014-12-15 Eric Anholtvc4: Fix leaks of the CL contents.
2014-12-15 Eric Anholtvc4: Fix leak of vc4_bos stashed in the context.
2014-12-15 Eric Anholtvc4: Fix leak of the compiled shader programs in the...
2014-12-15 Eric Anholtvc4: Fix leak of a copy of the scheduled QPU instructions.
2014-12-15 Eric Anholtvc4: Switch to using the util/ hash table.
2014-12-15 Eric Anholtvc4: Fix leak of simulator memory on screen cleanup.
2014-12-15 Eric Anholtvc4: Fix a leak of the simulator's exec BO's actual...
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-12-13 Rob Clarkfreedreno/a4xx: mipmaps
2014-12-13 Rob Clarkfreedreno: update generated headers
2014-12-13 Rob Clarkfreedreno: add is_a3xx()/is_a4xx() helpers
2014-12-13 Rob Clarkfreedreno: helper to calc layer/level offset
2014-12-12 Brian Paulutil: add missing closing brace for __cplusplus
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-12 Matt Turnermesa: Add notes/readme files to distribution.
2014-12-12 Matt Turnermesa: Add scons files to distribution.
2014-12-12 Matt Turnerdocs: Add to distribution.
2014-12-12 Matt Turnermesa: Add clean-local rule to remove .lib links.
2014-12-12 Matt Turnerdri: Add uninstall hooks to handle megadriver hardlinks.
2014-12-12 Matt Turnertargets/dri: Remove unnecessary variables in install...
2014-12-12 Matt Turnergallium/targets: Add *.sym files to distribution.
2014-12-12 Matt Turnerutil: Add headers and python scripts for distribution.
2014-12-12 Eric Anholtvc4: Fix referencing of sync objects.
2014-12-12 José Fonsecautil: Unbreak usage of assert()/debug_assert() inside...
2014-12-12 Eric Anholtvc4: Consider FS backface color loads as color inputs...
2014-12-12 Eric Anholtvc4: Drop redundant index size setting.
2014-12-12 Eric Anholtvc4: Don't throw out the index offset in the shadow...
2014-12-12 Eric Anholtvc4: Fix triangle-guardband-viewport piglit test.
2014-12-12 Eric Anholtvc4: Fix a memory leak in setting up QPU instructions...
2014-12-10 Roland Scheideggerdraw: simplify prim id insertion in prim assembler
2014-12-10 Roland Scheideggerdraw: fix another decompose bug affecting constant...
2014-12-10 Roland Scheideggerdraw: fix flatshade stage for constant interpolated...
2014-12-10 Roland Scheideggerdraw: copy over prim id header in flatshade stage when...
2014-12-10 Roland Scheideggergallium/docs: clarify fragment shader position input...
2014-12-10 Marek Olšákradeonsi: take into account NULL colorbuffers when...
2014-12-10 Marek Olšákradeonsi: only emit line stippling and provoking vertex...
2014-12-10 Marek Olšákradeonsi: fix SPI state dependency on sprite_coord_enable
2014-12-10 Marek Olšákradeonsi: fix line stippling and provoking vertex state...
2014-12-10 Marek Olšákradeonsi: emit DRAW_PREAMBLE only if it changes
2014-12-10 Marek Olšákradeonsi: remove setting of VGT_DISPATCH_DRAW_INDEX
2014-12-10 Marek Olšákradeonsi: emit GS_OUT_PRIM_TYPE only if it changes
2014-12-10 Marek Olšákradeonsi: emit primitive restart only if it changes
2014-12-10 Marek Olšákradeonsi: emit base vertex and start instance only...
2014-12-10 Marek Olšákradeonsi: emit clip registers only if VS, GS, or raster...
2014-12-10 Marek Olšákradeonsi: get info about VS outputs from tgsi_shader_info
2014-12-10 Marek Olšákradeonsi: move all shader-related functions to a new...
2014-12-10 Marek Olšákradeonsi: generate derived and draw-related registers...
2014-12-10 Marek Olšákradeonsi: si_conv_pipe_prim shouldn't fail
2014-12-10 Marek Olšákradeonsi: remove useless variable si_context::pm4_dirty...
2014-12-10 Marek Olšákradeonsi: remove unused draw packet functions
2014-12-10 Marek Olšákradeonsi: emit draw packets directly into the CS
2014-12-10 Marek Olšákradeonsi: add emit util functions for SH registers
next