mesa: Reduce libGL.so binary size by about 15%
[mesa.git] / src / gallium /
2016-01-21 Ilia Mirkinnv50/ir: 64-bit splitting fixes
2016-01-21 Ilia Mirkingk110/ir: allow carry to be set/read by imad
2016-01-21 Ilia Mirkingm107/ir: add carry emission to LOP and IADD
2016-01-21 Ilia Mirkingm107/ir: add ATOM and CCTL support
2016-01-21 Ilia Mirkingm107/ir: set LD/ST address width bit
2016-01-21 Ilia Mirkingk110/ir: fix double-wide vm address
2016-01-21 Ilia Mirkingk110/ir: add OP_CCTL handling
2016-01-21 Ilia Mirkingk110/ir: add atomic op emission, fix gmem loads
2016-01-20 Roland Scheideggerllvmpipe: warn about illegal use of objects in differen...
2016-01-20 Roland Scheideggerllvmpipe,i915: add back NEW_RASTERIZER dependency when...
2016-01-20 Ilia Mirkinnv50/ir: don't flip SHL(ADD) into ADD(SHL) if ADD sourc...
2016-01-20 Ilia Mirkingk110/ir: fix load from shared memory
2016-01-20 Ilia Mirkingk110/ir: add partial BAR support
2016-01-20 Roland Scheideggerllvmpipe: turn depth clears into full depth/stencil...
2016-01-19 Christian Königst/va: fix motion adaptive deinterlacing
2016-01-19 Nicolai Hähnleutil/u_pstipple.c: copy immediates during transformation
2016-01-18 Ilia Mirkinnv50/ir: swap the least-ref'd source into src1 when...
2016-01-18 Rob Clarkfreedreno/a4xx: use smaller threadsize for more registers
2016-01-18 Rob Clarkfreedreno: per-generation OUT_IB packet
2016-01-18 Emil Velikovgallium: bundle the compat header u_pwr8.h in the tarball
2016-01-18 Christian Königst/va: add motion adaptive deinterlacing v2
2016-01-18 Michel Dänzergallium/radeon: Rename do_invalidate_resource to invali...
2016-01-18 Michel Dänzerst/dri: Don't call invalidate_resource for NULL depth...
2016-01-18 Michel Dänzerradeonsi: Avoid warning about LLVM generating R_0286D0_...
2016-01-18 Michel Dänzerradeonsi: Print "LLVM emitted unknown config register...
2016-01-18 Oded Gabbayllvmpipe: use vpkswss when dst is signed
2016-01-17 Ilia Mirkingm107/ir: don't do indirect frag shader inputs on GM107
2016-01-17 Ilia Mirkintgsi: initialize Atomic field in tgsi_default_declaration
2016-01-17 Ilia Mirkinnvc0: bsp_bo can't be null
2016-01-17 Oded Gabbayllvmpipe: fix arguments order given to vec_andc
2016-01-17 Rob Clarkfreedreno/ir3: fix mad 3rd src delay calc
2016-01-16 Rob Clarkfreedreno/ir3: better array register allocation
2016-01-16 Rob Clarkfreedreno/ir3: array offset can be negative
2016-01-16 Rob Clarkfreedreno/ir3: workaround bug/feature
2016-01-16 Rob Clarkttn: use writemask for store_var
2016-01-16 Rob Clarkfreedreno/ir3: array rework
2016-01-16 Rob Clarkfreedreno/ir3: refactor/simplify cp
2016-01-16 Rob Clarkfreedreno/ir3: fix incorrect decoding of mov instructions
2016-01-16 Rob Clarkfreedreno/ir3: remove unused tgsi tokens ptr
2016-01-16 Rob Clarkfreedreno/ir3: bit of ra refactor
2016-01-16 Rob Clarkfreedreno/ir3: cosmetic de-indent
2016-01-16 Rob Clarkttn: add missing writemask on store_output
2016-01-16 Ilia Mirkinnv50/ir: add saturate support on ex2
2016-01-16 Jeff Muizelaargallivm: avoid crashing in mod by 0 with llvmpipe
2016-01-15 Roland Scheideggerllvmpipe: ditch additional ref counting for vertex...
2016-01-15 Roland Scheideggerllvmpipe: fix "leaking" textures
2016-01-15 Ilia Mirkinnv50/ir: rebase indirect temp arrays to 0, so that...
2016-01-15 Ilia Mirkinnv50/ir: only use FILE_LOCAL_MEMORY for temp arrays...
2016-01-14 Ilia Mirkinnvc0/ir: be careful about propagating very large offset...
2016-01-14 Ilia Mirkinnvc0: allow fragment shader inputs to use indirect...
2016-01-14 Marek Olšákradeonsi: don't miss changes to SPI_TMPRING_SIZE
2016-01-14 Charmaine Leesvga: add DXGenMips command support
2016-01-14 Charmaine Leesvga: add num-generate-mipmap HUD query
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium/radeon: do not reallocate user memory buffers
2016-01-14 Nicolai Hähnlegallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFER
2016-01-14 Nicolai Hähnlegallium/radeon: reset valid_buffer_range on PIPE_TRANSF...
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-14 Nicolai Hähnlewinsys/radeon: fix warnings about incompatible pointer...
2016-01-13 Marek Olšákradeonsi: move POSITION and FACE fragment shader inputs...
2016-01-13 Marek Olšákradeonsi: simplify gl_FragCoord behavior
2016-01-13 Roland Scheideggerllvmpipe: (trivial) use cast wrapper for __m128d to...
2016-01-13 Roland Scheideggerllvmpipe: avoid most 64 bit math in rasterization
2016-01-13 Roland Scheideggerllvmpipe: scale up bounding box planes to subpixel...
2016-01-13 Roland Scheideggerllvmpipe: add sse code for fixed position calculation
2016-01-13 Roland Scheideggerdraw: fix key comparison with uninitialized value
2016-01-12 Tom St Denisst/omx: Avoid segfault in deconstructor if constructor...
2016-01-12 Christian Königvl: use preferred format for deinterlacing
2016-01-12 Christian Königvl: improve motion adaptive deinterlacer
2016-01-12 Christian Königst/va: add BOB deinterlacing v2
2016-01-12 Christian Königst/va: add NV12 -> NV12 post processing v2
2016-01-12 Christian Königst/va: use vl_video_buffer_adjust_size
2016-01-12 Christian Königst/vdpau: use vl_video_buffer_adjust_size
2016-01-12 Christian Königvl/buffers: extract vl_video_buffer_adjust_size helper
2016-01-12 Christian Königst/va: make the implementation thread safe v2
2016-01-12 Erik Faye-Lundgallium/util: removed unused header-file
2016-01-11 Samuel Pitoisetnvc0: do not force re-binding of compute constbufs...
2016-01-11 Samuel Pitoisetnvc0: remove useless goto in nvc0_launch_grid()
2016-01-11 Ilia Mirkinnv50/ir: the whole point of data array is to hand out...
2016-01-09 Pierre Moreaunv50/ir: Fix scratch allocation size and file
2016-01-08 Ilia Mirkinnv50,nvc0: use a face sysval to avoid the useless back...
2016-01-08 Ilia Mirkinfreedreno: add ir3_compiler to gitignore
2016-01-08 Ilia Mirkingallium: add a RESQ opcode to query info about a resource
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
2016-01-08 Ilia Mirkintgsi: update atomic op docs
2016-01-08 Ilia Mirkintgsi: add a is_store property
2016-01-08 Ilia Mirkintgsi: provide a way to encode memory qualifiers for...
2016-01-08 Ilia Mirkinureg: add buffer support to ureg
2016-01-08 Ilia Mirkintgsi: add ureg support for image decls
2016-01-08 Marek Olšáknine: allow fragment shader POSITION and FACE to be...
2016-01-08 Marek Olšákvl: allow fragment shader POSITION to be a system value
2016-01-08 Marek Olšákutil/pstipple: allow fragment shader POSITION to be...
2016-01-08 Marek Olšáktgsi/scan: update for POSITION and FACE sytem values
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-08 Marek Olšáktgsi/ureg: handle redundant declarations in ureg_DECL_s...
2016-01-08 Marek Olšáktgsi/ureg: remove index parameter from ureg_DECL_system...
2016-01-08 Edward O'Callaghanradeon, si: Use TGSI chan name defines in lp_build_emit...
2016-01-08 Edward O'Callaghangallium/aux: Use TGSI chan name defines inplace of...
2016-01-07 Ilia Mirkinnvc0: add ARB_indirect_parameters support
next