freedreno: add debug option to disable scissor optimization
[mesa.git] / src / gallium /
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
2013-08-15 Roland Scheideggergallivm: do per-sample depth comparison instead of...
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...
next