freedreno/a3xx/compiler: handle sync flags better
[mesa.git] / src / gallium / drivers /
2013-08-29 Rob Clarkfreedreno/a3xx/compiler: handle sync flags better
2013-08-29 Rob Clarkfreedreno/a3xx/compiler: better const handling
2013-08-29 Jonathan Grayradeonsi: Make sure libdrm_radeon headers are picked...
2013-08-29 Christian Königradeon/uvd: fix MPEG2/4 ref frame index limit
2013-08-29 Vinson Leenouveau: Copy m4x4 and m8x8 separately.
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-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-22 Michel Dänzerradeonsi: Fix y/z/w component values of TGSI_SEMANTIC_F...
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-21 Brian Paulsvga: minor clean-ups in emit_hw_vs_vdecl()
2013-08-20 Roland Scheideggergallivm: implement better control of per-quad/per-eleme...
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 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 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 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 Michel Dänzerradeonsi: Pixel shaders pre-load one more SGPR
2013-08-15 Michel Dänzerradeonsi: TGSI_SEMANTIC_CLIPVERTEX doesn't use any...
2013-08-15 Michel Dänzerradeonsi: Don't export unused clip distance vectors...
2013-08-15 Michel Dänzerradeonsi: Don't leave gaps between position exports...
2013-08-15 Roland Scheideggerllvmpipe: fix stencil bug if we have both stencil and...
2013-08-15 Ilia Mirkinnvc0: move video param and format support functions...
2013-08-15 Ilia Mirkinnvc0: move firmware loading functions to nouveau
2013-08-15 Ilia Mirkinnvc0: move some of the simpler decoder functions into...
2013-08-15 Ilia Mirkinnvc0: move vp param filling logic into nouveau
2013-08-15 Ilia Mirkinnvc0: move bsp param-filling logic into nouveau
2013-08-15 Ilia Mirkinnvc0: move nvc0_decoder into nouveau, rename to nouveau...
2013-08-15 Ilia Mirkinnvc0: standardize on using #if for NVC0_DEBUG_FENCE
2013-08-15 Ilia Mirkinnvc0: refactor video buffer management logic into nouve...
2013-08-15 Ilia Mirkinnv50: allow forcing PMPEG use, for ease of testing
2013-08-15 Ilia Mirkinnv30: hook up PMPEG support via nouveau_video, enables...
2013-08-15 Ilia Mirkinnouveau: set buffer format of video buffer
2013-08-15 Ilia Mirkinnouveau: fix number of surfaces in video buffer, use...
2013-08-15 Ilia Mirkinnv30: U8_USCALED only works for size 4
2013-08-15 Chia-I Wuilo: fix fragment shaders that use PCB on GEN7+
2013-08-15 Vinson Leenouveau: Fix variable name.
2013-08-15 Marek Olšákradeonsi: unduplicate code in create_context
2013-08-15 Marek Olšákradeonsi: initialize the radeon_surface structure
2013-08-15 Marek Olšákradeonsi: correct sampler function names
2013-08-15 Marek Olšákradeonsi: rename r600_texture::dirty_db_mask to dirty_l...
2013-08-15 Marek Olšákradeonsi: rename r600_resource_texture to r600_texture
2013-08-14 Roland Scheideggerr600/radeonsi: implement new float comparison instructions
2013-08-14 Roland Scheideggernv50: implement new float comparison instructions
2013-08-14 Roland Scheideggerilo: implement new float comparison instructions
2013-08-14 Zack Rusinllvmpipe: fix pipeline statistics with a null ps
2013-08-14 Rico Schüllervl: Add support for max level query v2
next