summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: minor clean-ups in emit_hw_vs_vdecl()Brian Paul2013-08-211-6/+6
* gallivm: unify sin and cos implementationRoland Scheidegger2013-08-212-255/+53
* gallivm: add comment for bogus min/mag filter selection with nearest mip filterRoland Scheidegger2013-08-213-2/+10
* gallivm: fix rho calculation for 1d caseRoland Scheidegger2013-08-211-1/+1
* vdpau/decode: Fix comment.Rico Schüller2013-08-211-1/+1
* vl/query: Only support VDP_CHROMA_TYPE_420 for 12 bit formats.Rico Schüller2013-08-211-1/+6
* util: add avx2 and xop detection to cpu detection codeRoland Scheidegger2013-08-203-2/+59
* gallivm: fix bogus aos path detectionRoland Scheidegger2013-08-201-5/+11
* gallivm: do clamping of border color correctly for all formatsRoland Scheidegger2013-08-202-46/+256
* gallivm: implement better control of per-quad/per-element/scalar lodRoland Scheidegger2013-08-208-55/+149
* build: fix out-of-tree builds in gallium/auxiliaryRoss Burton2013-08-201-0/+4
* radeonsi: Always pre-load separate VGPRs for centroid vs. center interpolationMichel Dänzer2013-08-201-1/+2
* radeonsi: Fix SPI_BARYC_CNTL register initializationMichel Dänzer2013-08-201-22/+3
* gallium/osmesa: add same checks to OSMesaMakeCurrent as the other osmesaMaarten Lankhorst2013-08-201-2/+3
* gallium/osmesa: link against static libglapi library too to get the gl exportsMaarten Lankhorst2013-08-201-3/+2
* ilo: add ILO_DEBUG=flushChia-I Wu2013-08-2010-12/+29
* ilo: add ILO_DEBUG=drawChia-I Wu2013-08-205-2/+83
* r600g/sb: Move memsets of member structs to within constructor bodies.Vinson Lee2013-08-192-6/+3
* vl/buffers: consistent use on VL_MAX_SURFACESEmil Velikov2013-08-191-3/+3
* st/vdpau: drop unnecessary variable profEmil Velikov2013-08-192-6/+8
* vl/idct: cleanup all idct buffersEmil Velikov2013-08-191-1/+1
* vl/buffer: add sanity check after CALLOC_STRUCTEmil Velikov2013-08-191-0/+2
* st/xvmc: exit gracefully if we fail to create video bufferEmil Velikov2013-08-191-0/+4
* st/vdpau: don't try to create video buffer when the format is FORMAT_NONEEmil Velikov2013-08-191-1/+4
* vdpau/vl 422 chroma width/height mix upAndy Furniss2013-08-193-4/+4
* radeonsi: Ensure fmask_format is initialized in release builds.Vinson Lee2013-08-191-0/+1
* vl: add entrypoint to is_video_format_supportedChristian König2013-08-1912-16/+29
* vl: add entrypoint to get_video_paramChristian König2013-08-1924-23/+58
* vl: rename pipe_video_decoder to pipe_video_codecChristian König2013-08-1940-140/+140
* vl: rename enum pipe_video_codec to pipe_video_formatChristian König2013-08-1924-116/+116
* vl: use a template for create_video_decoderChristian König2013-08-1921-252/+125
* nv50: allow non-nv12 buffers to be created, just pass them through to vlIlia Mirkin2013-08-171-5/+1
* dri: Choose a decent global driNConfigOptions.Eric Anholt2013-08-171-4/+1
* radeonsi: fix feature support reportingMarek Olšák2013-08-171-0/+1
* radeonsi: require LLVM 3.4 for MSAAMarek Olšák2013-08-172-2/+3
* radeonsi: don't make scanout resources linear except for cursorsMarek Olšák2013-08-171-1/+1
* radeonsi: remove useless code from tex_fetch_argsMarek Olšák2013-08-171-18/+0
* radeonsi: disable unbound colorbuffersMarek Olšák2013-08-171-2/+7
* radeonsi: port texture improvements from r600gMarek Olšák2013-08-178-268/+367
* radeonsi: implement texture fetching for compressed MSAA textures (v2)Marek Olšák2013-08-171-5/+116
* radeonsi: add FMASK texture binding slots and resource setup (v2)Marek Olšák2013-08-176-3/+67
* radeonsi: implement FMASK decompression for MSAA texturingMarek Olšák2013-08-175-17/+142
* radeonsi: scanout buffers cannot be a destination of MSAA resolveMarek Olšák2013-08-171-1/+3
* radeonsi: implement MSAA colorbuffer compression for renderingMarek Olšák2013-08-179-2/+208
* radeonsi: implement uncompressed MSAA texturingMarek Olšák2013-08-172-7/+13
* radeonsi: disable alpha-to-coverage for integer colorbuffersMarek Olšák2013-08-172-1/+9
* radeonsi: implement GL_SAMPLE_ALPHA_TO_ONEMarek Olšák2013-08-175-1/+30
* radeonsi: implement uncompressed MSAA rendering and color resolvingMarek Olšák2013-08-179-23/+423
* radeonsi: add flexible shader descriptor management and use it for sampler viewsMarek Olšák2013-08-1711-56/+547
* radeonsi/compute: Let the state tracker do all the flushingTom Stellard2013-08-171-3/+0