i965/fs: Add support for translating ir_triop_fma into MAD.
[mesa.git] / src / gallium /
2013-08-27 Marek Olšákr300g: enable MSAA on r300-r400, be careful about using...
2013-08-27 Roland Scheideggerdraw: clean up setting stream out information a bit
2013-08-27 Roland Scheideggerllvmpipe: support nested/overlapping queries for all...
2013-08-27 Roland Scheideggersoftpipe: support nested/overlapping queries for all...
2013-08-27 Tom Stellardclover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for...
2013-08-27 Niels Ole Salscheiderst/clover: Add event to deps even if it has been triggered
2013-08-27 Niels Ole Salscheiderst/clover: Profiling support
2013-08-27 Dave Airlietgsi_build: fix order of arguments for ind register...
2013-08-27 Dave Airlietgsi: finish declaration parsing for arrays.
2013-08-26 Brian Paulsvga: replace 0 with PIPE_OK in a few places
2013-08-26 Michel Dänzerradeonsi: Also set the depth component mask bit for...
2013-08-25 Henri Verbeetr600g: Implement the new float comparison instructions...
2013-08-25 Ilia Mirkinnv30: add forgotten PIPE_CAP_CUBE_MAP_ARRAY cap to...
2013-08-25 Ilia Mirkinnouveau/video: avoid overwriting base codec init with...
2013-08-24 Rob Clarkfreedreno/a3xx: don't leak so much
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: fix SGT/SLT/etc
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: bit of re-arrange/cleanup
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: make compiler errors more...
2013-08-24 Rob Clarkfreedreno: fix segfault when no color buffer bound
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: cat4 cannot use const reg...
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: use max_reg rather than file_count
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: handle saturate on dst
2013-08-24 Rob Clarkfreedreno/a3xx/compiler: fix CMP
2013-08-24 Rob Clarkfreedreno/a3xx: some texture fixes
2013-08-24 Rob Clarkfreedreno: update register headers
2013-08-24 Rob Clarkfreedreno: add debug option to disable scissor optimization
2013-08-24 Rob Clarkfreedreno/a3xx: fix viewport on gmem->mem resolve
2013-08-24 Rob Clarkfreedreno/a3xx: fix color inversion on mem->gmem restore
2013-08-24 Niels Ole Salscheiderradeonsi: Handle additional PIPE_COMPUTE_CAP_*
2013-08-23 Niels Ole Salscheiderradeonsi: copy r600_get_timestamp
2013-08-23 Niels Ole Salscheiderradeonsi: Implement PIPE_QUERY_TIMESTAMP
2013-08-23 Roland Scheideggergallivm: fix min/mag switchover point for nearest/none...
2013-08-23 Jon Severinssongallium/osmesa: Link, not copy, the shared library...
2013-08-23 Jon Severinssongallium/osmesa: Always link with the c++ linker.
2013-08-23 Jon Severinssongallium/osmesa: Make and install an osmesa.pc.
2013-08-22 Roland Scheideggergallivm: do per-element lod for lod bias and explicit...
2013-08-22 Roland Scheideggergallivm: (trivial) fix int/uint border color clamping
2013-08-22 Roland Scheideggergallivm: (trivial) fix linear aos sampling of 3d compre...
2013-08-22 Michel Dänzerradeonsi: Fix y/z/w component values of TGSI_SEMANTIC_F...
2013-08-22 José Fonsecagallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
2013-08-22 José Fonsecatrace: Handle null tokens.
2013-08-22 Chia-I Wuilo: do not need last shader stage for 3DSTATE_SBE
2013-08-22 Chia-I Wuilo: fix a potential issue with STATE_SIP
2013-08-22 Chia-I Wuilo: add GEN check to 3DSTATE_CLIP
2013-08-22 Matt Turnerbuild: Add --enable-gallium-osmesa flag.
2013-08-21 Brian Paulsvga: minor clean-ups in emit_hw_vs_vdecl()
2013-08-21 Roland Scheideggergallivm: unify sin and cos implementation
2013-08-21 Roland Scheideggergallivm: add comment for bogus min/mag filter selection...
2013-08-21 Roland Scheideggergallivm: fix rho calculation for 1d case
2013-08-21 Rico Schüllervdpau/decode: Fix comment.
2013-08-21 Rico Schüllervl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit...
2013-08-20 Roland Scheideggerutil: add avx2 and xop detection to cpu detection code
2013-08-20 Roland Scheideggergallivm: fix bogus aos path detection
2013-08-20 Roland Scheideggergallivm: do clamping of border color correctly for...
2013-08-20 Roland Scheideggergallivm: implement better control of per-quad/per-eleme...
2013-08-20 Ross Burtonbuild: fix out-of-tree builds in gallium/auxiliary
2013-08-20 Michel Dänzerradeonsi: Always pre-load separate VGPRs for centroid...
2013-08-20 Michel Dänzerradeonsi: Fix SPI_BARYC_CNTL register initialization
2013-08-20 Maarten Lankhorstgallium/osmesa: add same checks to OSMesaMakeCurrent...
2013-08-20 Maarten Lankhorstgallium/osmesa: link against static libglapi library...
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=draw
2013-08-20 Vinson Leer600g/sb: Move memsets of member structs to within...
2013-08-19 Emil Velikovvl/buffers: consistent use on VL_MAX_SURFACES
2013-08-19 Emil Velikovst/vdpau: drop unnecessary variable prof
2013-08-19 Emil Velikovvl/idct: cleanup all idct buffers
2013-08-19 Emil Velikovvl/buffer: add sanity check after CALLOC_STRUCT
2013-08-19 Emil Velikovst/xvmc: exit gracefully if we fail to create video...
2013-08-19 Emil Velikovst/vdpau: don't try to create video buffer when the...
2013-08-19 Andy Furnissvdpau/vl 422 chroma width/height mix up
2013-08-19 Vinson Leeradeonsi: Ensure fmask_format is initialized in release...
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: rename enum pipe_video_codec to pipe_video_format
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-17 Ilia Mirkinnv50: allow non-nv12 buffers to be created, just pass...
2013-08-17 Eric Anholtdri: Choose a decent global driNConfigOptions.
2013-08-17 Marek Olšákradeonsi: fix feature support reporting
2013-08-16 Marek Olšákradeonsi: require LLVM 3.4 for MSAA
2013-08-16 Marek Olšákradeonsi: don't make scanout resources linear except...
2013-08-16 Marek Olšákradeonsi: remove useless code from tex_fetch_args
2013-08-16 Marek Olšákradeonsi: disable unbound colorbuffers
2013-08-16 Marek Olšákradeonsi: port texture improvements from r600g
2013-08-16 Marek Olšákradeonsi: implement texture fetching for compressed...
2013-08-16 Marek Olšákradeonsi: add FMASK texture binding slots and resource...
2013-08-16 Marek Olšákradeonsi: implement FMASK decompression for MSAA texturing
2013-08-16 Marek Olšákradeonsi: scanout buffers cannot be a destination of...
2013-08-16 Marek Olšákradeonsi: implement MSAA colorbuffer compression for...
2013-08-16 Marek Olšákradeonsi: implement uncompressed MSAA texturing
2013-08-16 Marek Olšákradeonsi: disable alpha-to-coverage for integer colorbu...
2013-08-16 Marek Olšákradeonsi: implement GL_SAMPLE_ALPHA_TO_ONE
2013-08-16 Marek Olšákradeonsi: implement uncompressed MSAA rendering and...
2013-08-16 Marek Olšákradeonsi: add flexible shader descriptor management...
2013-08-16 Tom Stellardradeonsi/compute: Let the state tracker do all the...
2013-08-16 Ilia Mirkinnv50: add vp3/vp4 support for mpeg2/vc1
2013-08-16 Ilia Mirkinnv50: separate video logic from noalloc
2013-08-16 Ilia Mirkinnv30: remove no-longer-used formats from table
2013-08-15 Zack Rusindraw: handle nan clipdistance
2013-08-15 Roland Scheideggergallivm: revert accidentally commited hunk
next