i965/fs: Add support for ir_unop_saturate
[mesa.git] / src /
2014-08-31 Abdiel Janulguei965/fs: Add support for ir_unop_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: lower ir_unop_saturate
2014-08-31 Abdiel Janulgueglsl: Add a pass to lower ir_unop_saturate to clamp...
2014-08-31 Abdiel Janulgueglsl: Add constant evaluation of ir_unop_saturate
2014-08-31 Abdiel Janulgueglsl: Add ir_unop_saturate
2014-08-31 Abdiel Janulguei965/vec4/fs: Count loops in shader debug
2014-08-31 Abdiel Janulguei965/vec4: inline generate_vec4_instruction() within...
2014-08-31 Kenneth Graunkei965: Add 2x MSAA support to Broadwell fast clear code.
2014-08-31 Matt Turneri965/vec4: Update register coalescing test.
2014-08-31 Matt Turneri965: Use unreachable() to silence warning.
2014-08-31 Chia-I Wuilo: set INTEL_RELOC_GGTT only on GEN6
2014-08-31 Chia-I Wuilo: fix bound check for 3DSTATE_URB_VS
2014-08-31 Chia-I Wuilo: replace cmd by dw0 in GPE
2014-08-30 Alexander von Gluck IVst/hgl: Move st_visual create/destroy into hgl state_tr...
2014-08-30 Alexander von Gluck IVst/hgl: Move st_manager create/destroy into hgl state_t...
2014-08-30 Rob Clarkfreedreno/ir3: fix potential null ptr deref
2014-08-30 Rob Clarkfreedreno/ir3: add TXB
2014-08-30 Rob Clarkfreedreno/ir3: detect scheduler fail
2014-08-30 Ian Romanickglsl: Use bit-flags image attributes and uint16_t for...
2014-08-30 Ian Romanickglsl: Use a single bit for the dual-source blend index
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-08-30 Kenneth Graunkemesa: Delete ctx->GeometryProgram.Cache.
2014-08-29 Roland Scheideggergallivm: fix somewhat broken NaN behavior for exp2
2014-08-29 Roland Scheideggersoftpipe: handle vertex texture sampling when using...
2014-08-29 Roland Scheideggerllvmpipe: (trivial) enable cube map arrays
2014-08-29 Roland Scheideggergallivm: handle cube map arrays for texture sampling
2014-08-29 Roland Scheideggerdraw: kill off bogus assertion in tgsi_fetch_gs_outputs
2014-08-29 Roland Scheideggersoftpipe: don't assert on illegal wrap mode for rect...
2014-08-29 Roland Scheideggertgsi: (trivial) fix handling msaa resources on TXF
2014-08-29 Roland Scheideggerdraw: remove fishy num_samplers/num_sampler_views check...
2014-08-29 Roland Scheideggermesa: fix fallback texture for cube map array
2014-08-29 Aaron Watryr600/compute: Don't leak compute pool item_list/unalloc...
2014-08-29 Michel Dänzeru_vbuf: Make sure all caps are initialized
2014-08-29 Michel Dänzerr600g: Reinstate include path to common radeon source...
2014-08-29 Matt Turneri965: Mark BRW_CONDITIONAL_R as Gen <= 5.
2014-08-29 Matt Turneri965/disasm: Show jump count for if/iff/halt.
2014-08-29 Matt Turneri965/disasm: Disassemble JMPI's source properly.
2014-08-29 Matt Turneri965/disasm: Add break/cont/halt to list of has_uip().
2014-08-29 Matt Turneri965/disasm: Disassemble Z/NZ conditional modifiers...
2014-08-29 Ilia Mirkinnouveau: allow more tokens by default to avoid parse...
2014-08-29 Emil Velikovtargets/haiku-softpipe: explicitly prefix sw/hgl header
2014-08-29 Emil Velikovsw/hgl: struct haiku_displaytarget is not public struct
2014-08-29 Emil Velikovhgl: trivial bits
2014-08-29 Alexander von Gluck IVgallium/targets: Break haiku state_tracker out to own...
2014-08-29 Alexander von Gluck IVgallium/targets: Haiku softpipe, perform better framebu...
2014-08-28 Emil Velikovst/egl: ship all the files in the tarball
2014-08-28 Emil Velikovst/clover: sort the sources list
2014-08-28 Emil Velikovst/gbm: include the header in the sources list
2014-08-28 Emil Velikovst/xlib: Include the headers in the sources list.
2014-08-28 Emil Velikovst/omx: use makefile.sources to handle sources lists
2014-08-28 Emil Velikovst/vdpau: pickup/ship the private header
2014-08-28 Emil Velikovst/vdpau: remove obsolete define VL_HANDLES
2014-08-28 Emil Velikovst/vega: add headers and SConscript in the tarball
2014-08-28 Emil Velikovst/xa: add remaining files in the tarball
2014-08-28 Emil Velikovst/xvmc: pick up the headers for distribution
2014-08-28 Emil Velikovst/xvmc: automake: move tests to noinst
2014-08-28 Emil Velikovwinsys/sw: add the final files to the tarball
2014-08-28 Emil Velikovwinsys/sw: automake: consistently use Makefile.sources
2014-08-28 Emil Velikovwinsys/$(hw): ship the Android/SCons scripts in the...
2014-08-28 Emil Velikovwinsys/$(hw): include headers in Makefile.sources
2014-08-28 Emil Velikovst/egl: cleanup sw winsys header inclusions
2014-08-28 Emil Velikovwinsys/radeon: move radeon_cs_dump.h to drm
2014-08-28 Emil Velikovgallium/radeon: cleanup header inclusion
2014-08-28 Emil Velikovwinsys/svga: build: cleanup the includes
2014-08-28 Emil Velikovwinsys/i915: remove the software winsys
2014-08-28 Emil Velikovgallium/ilo: cleanup intel_winsys.h
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-28 Timothy Arcerimesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE
2014-08-28 Michel Dänzerst/clover: Fix build against LLVM SVN >= r216583
2014-08-28 Roland Scheideggerdraw: fix base instance handling in llvm path
2014-08-28 Alexander von Gluck IVglsl: Add strings.h on non-MSC platforms
2014-08-27 Alex Deucherradeon/uvd: remove comment about RV770
2014-08-26 Christian Königradeon/uvd: fix field handling on R6XX style UVD
2014-08-26 Christian Königvl/compositor: set the scissor before clearing the...
2014-08-26 Christian Königst/vdpau: fix vlVdpOutputSurfaceRender(Output|Bitmap...
2014-08-26 Chia-I Wuilo: use genhw command opcodes
2014-08-26 Chia-I Wuilo: rename intel_bo_map_unsynchronized()
2014-08-26 Chia-I Wuilo: remove max_batch_size
2014-08-26 Chia-I Wuilo: replace domains by reloc flags
2014-08-25 Chris Forbesglsl: Remove bogus "OUPTUT" token
2014-08-25 Marek Olšákradeonsi: handle PIPE_BIND_BLENDABLE
2014-08-25 Marek Olšákr600g: only set PIPE_BIND_BLENDABLE if colorbuffer...
2014-08-25 Marek Olšákr300g: handle PIPE_BIND_BLENDABLE
2014-08-25 Eric Anholtvc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP...
2014-08-25 Eric Anholtvc4: Set the other WADDR in the qpu instruction helpers.
2014-08-25 Eric Anholtvc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NO...
2014-08-25 Eric Anholtvc4: Ignore WADDRs from the other half of the instructi...
2014-08-25 Eric Anholtvc4: Fix LT/GE set-0-or-1 compares.
2014-08-25 Eric Anholtu_vbuf: Add a few more format fallbacks.
2014-08-25 Eric Anholtu_vbuf: Simplify the format fallback translation.
2014-08-24 Rob Clarkfreedreno/a2xx: fix segfault
2014-08-24 Rob Clarkfreedreno/a3xx: handle first/last level properly
2014-08-24 Rob Clarkfreedreno: implement pipe_flush_resource()
2014-08-24 Rob Clarkfreedreno: don't ignore src/dst level
2014-08-23 Eric Anholtvc4: Fix save/restore of the VS/FS in the blitter.
2014-08-23 Eric Anholtvc4: Clear padding of ioctl arguments.
2014-08-23 Vinson Leeauxilary/os: Add Solaris support in os_get_total_physic...
2014-08-22 Alexander von Gluck IVgallium/targets: Haiku, Fix some improper type warnings
2014-08-22 Alexander von Gluck IVgallium/targets: Clean up Haiku softpipe renderer visual
next