i965/fs: Implement the WaCMPInstFlagDepClearedEarly work-around.
[mesa.git] / src /
2015-01-28 Tom Stellardradeonsi/compute: Rename si_compute::program to si_comp...
2015-01-28 Marek Olšákradeonsi: Avoid leaking memory when rebuilding shader...
2015-01-28 Jason Ekstrandnir/opcodes: Use a return type of tfloat for ldexp
2015-01-28 Jason EkstrandRevert "util: Move the alternate fpclassify implementat...
2015-01-28 Jason EkstrandRevert "nir/opcodes: Use fpclassify() instead of isnorm...
2015-01-28 Jason Ekstrandutil: Predicate the fpclassify fallback on !defined...
2015-01-28 Sven Arvidssondrirc: set allow_glsl_extension_directive_midshader...
2015-01-28 Jason Ekstrandnir/opcodes: Use fpclassify() instead of isnormal(...
2015-01-28 Jason Ekstrandutil: Move the alternate fpclassify implementation...
2015-01-28 Jason Ekstrandi965/tex: Don't create read-write textures with non...
2015-01-28 Jason Ekstrandi965/gen8: Include the buffer offset when emitting...
2015-01-28 Tapani Pällimesa: improve error messaging for format CSV parser
2015-01-28 EdBclover/llvm: Dump the OpenCL C code earlier.
2015-01-28 EdBclover/llvm: Move CLOVER_DEBUG stuff into anonymous...
2015-01-27 Dave Airlier600g: add support for primitive id without geom shader...
2015-01-27 Dave Airlier600g: move selecting the pixel shader earlier.
2015-01-27 Michel Dänzerst/clover: Pass target instead of target.begin() to...
2015-01-27 Michel Dänzerr600g,radeonsi: Fix calculation of IR target cap string...
2015-01-27 Connor Abbottnir: fix a bug with constant folding non-per-component...
2015-01-27 Connor Abbottnir: add a helper function for getting the number of...
2015-01-27 Sisinty Sasmita... i965: Implemente a tiled fast-path for glReadPixels...
2015-01-27 Sisinty Sasmita... i965/tiled_memcpy: Add tiled-to-linear paths
2015-01-27 Sisinty Sasmita... i965: Refactor tiled memcpy functions and move them...
2015-01-27 Jason Ekstrandi965/tex_subimage: Use the fast tiled path for rectangl...
2015-01-26 Felix Jandamesa: simplify detection of fpclassify
2015-01-26 Jason Ekstrandnir/opcodes: Don't go through doubles when constant...
2015-01-26 Jason Ekstrandnir/opcodes: Simplify and fix the unpack_half_*_split_...
2015-01-26 Jason Ekstrandnir: Use pointers for nir_src_copy and nir_dest_copy
2015-01-26 Kenneth Graunkei965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod...
2015-01-26 Jan Veselyclover: Fix build with llvm after r226981
2015-01-25 Connor Abbottnir/constant_folding: use the new constant folding...
2015-01-25 Jason Ekstrandnir: add new constant folding infrastructure
2015-01-25 Connor Abbottnir: use Python to autogenerate opcode information
2015-01-24 Matt Turneri965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.
2015-01-24 Matt Turneri965/fs: Add support for removing MOV.NZ instructions.
2015-01-24 Matt Turneri965/fs: Allow flipping cond mod for negated arguments.
2015-01-24 Matt Turneri965/fs: Propagate cmod across flag read if it contains...
2015-01-24 Matt Turneri965/fs: Add unit tests for cmod propagation pass.
2015-01-24 Matt Turneri965/fs: Add pass to propagate conditional modifiers.
2015-01-24 Matt Turneri965/fs: Eliminate null-dst instructions without side...
2015-01-24 Matt Turneri965/fs: Apply conditional mod specially to split MAD...
2015-01-24 Matt Turneri965/fs: Add a pass to fixup 3-src instructions that...
2015-01-24 Matt Turneri965: Add is_3src() to backend_instruction.
2015-01-24 Matt Turneri965: Add backend_instruction::can_do_cmod().
2015-01-24 Matt Turneri965/cfg: Add a foreach_block_reverse macro.
2015-01-24 Matt Turneri965/cfg: Add a foreach_inst_in_block_reverse_safe...
2015-01-24 Matt Turnerglsl: Add a foreach_in_list_reverse_safe macro.
2015-01-24 Matt Turneri965: Don't make instructions with a null dest a barrie...
2015-01-24 Ian Romanicki965/fs: Allow SIMD16 on pre-SNB when try_replace_with_...
2015-01-24 Eric Anholtnir: Expose nir_print_instr() for debug prints
2015-01-24 Eric Anholtnir: When asked to print with a NULL state, just use...
2015-01-24 Eric Anholtnir: Add nir_lower_alu_to_scalar.
2015-01-24 Eric Anholtnir: Make some helpers for copying ALU src/dests.
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for division and recip...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for exponential/logari...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for simplifying compar...
2015-01-23 Kenneth Graunkenir: Add algebraic optimizations for pointless shifts.
2015-01-23 Kenneth Graunkenir: Add a bunch of algebraic optimizations on logic...
2015-01-23 Kenneth Graunkenir: Implement CSE on intrinsics that can be eliminated...
2015-01-23 Kenneth Graunkenir: Pull nir_instr_can_cse()'s SSA checks out of the...
2015-01-23 Kenneth Graunkei965/nir: Report NIR instruction counts (in SSA form...
2015-01-23 Kenneth Graunkei965/nir: Print NIR on INTEL_DEBUG=fs.
2015-01-23 Kenneth Graunkei965/nir: Do optimizations again just before lowering...
2015-01-23 Matt Turnerloader: Remove NEED_OPENGL_COMMON check.
2015-01-23 Matt Turnermesa: Build with subdir-objects.
2015-01-23 Matt Turnerglsl: Build a libglsl_util library.
2015-01-23 Matt Turnermapi: Build with subdir-objects.
2015-01-23 Matt Turnermapi: Remove vgapi from SUBDIRS.
2015-01-23 Matt Turnermesa: Drop inclusion of glapi_gen.mk.
2015-01-23 Matt Turnerglsl: Build with subdir-objects.
2015-01-23 Matt Turnernir: Add headers to distribution.
2015-01-23 Matt Turnernir: Add nir_{opt_,}algebraic.py to distribution.
2015-01-23 Matt Turnermesa: Add format_{un,}pack.py to distribution.
2015-01-23 Matt Turnermesa: Remove pack_tmp.h from sources.
2015-01-23 Connor Abbottnir: add generated file to .gitignore
2015-01-23 Ville Syrjäläi965: Fix min_vs_entries for CHV
2015-01-23 Ville Syrjäläi965: Fix max_wm_threads for CHV
2015-01-23 Connor Abbottglsl: fix stale comment
2015-01-23 Jason Ekstrandi965/emit: Assert that src1 is not an MRF after doing...
2015-01-22 Jason Ekstrandi965/emit: Do the sampler index adjustment directly...
2015-01-22 Axel Davyst/nine: Correctly handle when ff vs should have no...
2015-01-22 Axel Davyst/nine: Change comment relating to vertex shader input...
2015-01-22 Axel Davyst/nine: Allocate vs constbuf buffer for indirect addre...
2015-01-22 Axel Davyst/nine: Allocate the correct size for the user constan...
2015-01-22 Axel Davyst/nine: Add variables containing the size of the const...
2015-01-22 Axel Davyst/nine: Fix sm3 relative addressing for non-debug...
2015-01-22 Axel Davyst/nine: Remove unused code for ps
2015-01-22 Axel Davyst/nine: Correct rules for relative adressing and const...
2015-01-22 Axel Davyst/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
2015-01-22 Axel Davyst/nine: Implement TEXDP3TEX
2015-01-22 Axel Davyst/nine: Implement TEXDP3
2015-01-22 Axel Davyst/nine: Implement TEXDEPTH
2015-01-22 Axel Davyst/nine: Implement TEXM3x3SPEC
2015-01-22 Axel Davyst/nine: Implement TEXM3x2TEX
2015-01-22 Axel Davyst/nine: implement TEXM3x2DEPTH
2015-01-22 Axel Davyst/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
2015-01-22 Axel Davyst/nine: Fill missing dst and src number for some instr...
2015-01-22 Axel Davyst/nine: Implement TEXCOORD special behaviours
2015-01-22 Axel Davyst/nine: Fix CALLNZ implementation
2015-01-22 Axel Davyst/nine: Fix some fixed function pipeline operation
next