swrast: Add headers to distribution.
[mesa.git] / src / gallium /
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
2014-12-10 Marek Olšáktgsi: add tgsi_shader_info::writes_clipvertex
2014-12-10 Marek Olšáktgsi: add clip and cull distance writemasks into tgsi_s...
2014-12-10 Marek Olšáktgsi: add tgsi_shader_info::writes_psize
2014-12-10 Marek Olšákcso: put cso_release_all into cso_destroy_context
2014-12-10 Alexander von Gluck IVgallium/target: Haiku softpipe
2014-12-10 Alexander von Gluck IVgallium/aux: Avoid redefining MAX
2014-12-10 Jan Veselyclover: Use switch when creating kernel arguments.
2014-12-10 Dave Airlier600g: only init GS_VERT_ITEMSIZE on r600
2014-12-10 Eric Anholtvc4: Do QPU scheduling across uniform loads.
2014-12-10 Eric Anholtvc4: Populate the delay field better, and schedule...
2014-12-10 Eric Anholtvc4: Skip raddr dependencies for 32-bit immediate loads.
2014-12-10 Eric Anholtvc4: Mark VPM read setup as impacting VPM reads, not...
2014-12-10 Eric Anholtvc4: Refuse to merge instructions involving 32-bit...
2014-12-10 Aaron Watryclover: Fix build after llvm r223802
2014-12-09 Rob Clarkfreedreno/a4xx: frag-coord / face fixes
2014-12-09 Rob Clarkfreedreno/a4xx: fix rendering to layer != 0
2014-12-09 Rob Clarkfreedreno/a4xx: temp hack for FLAT varyings
2014-12-09 Rob Clarkfreedreno/ir3: lower TXP as needed
2014-12-09 Rob Clarkfreedreno/a4xx: XA gpu hang at startup
2014-12-09 Rob Clarkfreedreno/a4xx: texture fixes
2014-12-09 Rob Clarkfreedreno: cleanup slice alignment/setup
2014-12-09 Rob Clarkfreedreno: update generated headers
2014-12-09 Rob Clarktgsi/lowering: add support to lower TXP (v2)
2014-12-09 Marek Olšákdraw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
2014-12-09 Eric Anholtvc4: Reserve rb31 instead of r3 for raddr conflict...
2014-12-09 Eric Anholtvc4: Prioritize allocating accumulators to short-lived...
2014-12-09 Dave Airlier600g: fix regression since UCMP change
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-12-09 Eric Anholtvc4: Interleave register allocation from regfile A...
2014-12-09 Eric Anholtvc4: Fix decision for whether the MIN operation writes...
2014-12-09 Eric Anholtvc4: Drop dependency on r3 for color packing.
2014-12-09 Eric Anholtvc4: Add support for GL 1.0 logic ops.
2014-12-09 Eric Anholtvc4: Add support for TGSI_OPCODE_UCMP.
2014-12-08 Tom Stellardradeonsi/compute: Clamp COMPUTE_TMPRING_SIZE.WAVES...
2014-12-08 Tom Stellardwinsys/radeon: Always report at least 1 compute unit
2014-12-08 Tom Stellardradeonsi: Program RASTER_CONFIG for harvested GPUs v5
2014-12-08 Roland Scheideggerdraw: (trivial): remove double semicolon
2014-12-06 Ilia Mirkinfreedreno/a2xx: silence warning about missing DEPTH32X
2014-12-06 Ilia Mirkinfreedreno/a3xx: handle index_bias (i.e. base_vertex)
2014-12-06 Ilia Mirkinfreedreno/a3xx: add bgr565 texturing and rendering
2014-12-06 Ilia Mirkinfreedreno/a3xx: add support for SRGB render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: output RGBA16_FLOAT from fs for certain...
2014-12-06 Ilia Mirkinfreedreno/a3xx: re-enable rgb10_a2 render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix border color swizzle to match textu...
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix alpha-blending on RGBX formats
2014-12-06 Roland Scheideggerllvmpipe: decrease MAX_SCENES from 2 to 1
2014-12-06 Roland Scheideggerdraw: use the prim type from prim_info not emit in...
2014-12-06 Roland Scheideggerdraw: use correct output prim for non-adjacent topologi...
2014-12-06 Roland Scheideggerdraw: kill off unneded prim assembler code for handling...
2014-12-06 Roland Scheideggergallium/docs: (trivial) remove STR opcode description.
2014-12-06 Eric Anholtvc4: Try swapping the regfile A to B to pair instructions.
2014-12-06 Eric Anholtvc4: Allow pairing of some instructions that disagree...
2014-12-05 Eric Anholtvc4: Add separate write-after-read dependency tracking...
2014-12-05 Eric Anholtvc4: Fix inverted priority of instructions for QPU...
2014-12-05 Eric Anholtvc4: Refuse to merge two ops that both access shared...
2014-12-05 Eric Anholtvc4: Allow dead code elimination of color reads.
2014-12-05 Eric Anholtvc4: Add a debug flag for waiting for sync on submit.
2014-12-05 José Fonsecautil/primconvert: Avoid point arithmetic; apply offset...
2014-12-05 Ilia Mirkinutil/primconvert: take ib offset into account
2014-12-05 Ilia Mirkinutil/primconvert: support instanced rendering
2014-12-05 Ilia Mirkinutil/primconvert: pass index bias through
2014-12-04 Rob Clarkfreedreno/a4xx: unify vertex/texture formats into a...
2014-12-04 Rob Clarkfreedreno/a4xx: fd4_util -> fd4_format
2014-12-04 Rob Clarkfreedreno: update generated headers / a4xx fmt rename
2014-12-03 Rob Clarkfreedreno/a4xx: frag-depth fixes
2014-12-03 Jan Veselyst/xvmc: Fix compiler warnings
2014-12-03 Axel Davyst/nine: Fix vertex declarations for non-standard ...
2014-12-03 Axel Davyst/nine: sm1_declusage_to_tgsi, do not restrict indices...
next