swrast: fix MSVC double->float conversion warnings
[mesa.git] / src / gallium /
2013-10-30 Kai Wasserbächradeonsi: Allow longer intrinsic names
2013-10-30 Tom Stellardclover: Don't install headers when using the icd
2013-10-30 Tom Stellardradeon/llvm: Specify the DataLayout when running optimi...
2013-10-30 Johannes Obermayrilo: Fix out-of-tree build.
2013-10-29 Emil Velikovautomake: properly handle non-default expat installation
2013-10-29 Emil Velikovtargets/xorg-nouveau: drop usage of dri1 function DRICr...
2013-10-29 Emil Velikovgallium/targets/xorg: drop set but unused variable...
2013-10-29 Emil Velikovst/xorg: drop set but unsused variables dxo, dyo
2013-10-29 Emil Velikovst/xorg: add sanity checks after malloc
2013-10-29 Emil Velikovst/xorg: remove unnecessary headers
2013-10-29 Rob Clarkfreedreno: emulated unsupported primitive types
2013-10-29 Rob Clarkgallium/auxiliary/indices: add u_primconvert
2013-10-29 Rob Clarkgallium/auxiliary/indices: add start param
2013-10-29 Rob Clarkfreedreno: update generated headers
2013-10-29 Alexander von Gluck IVhaiku-softpipe: Minor cleanup and color space fixes
2013-10-29 Alexander von Gluck IVwinsys: Correct Haiku winsys display target code
2013-10-29 Francisco Jerezclover: Use context device list for error checking...
2013-10-29 Roland Scheideggerllvmpipe: fix bogus layer clamping in setup
2013-10-29 Matthew McClureutil,llvmpipe: correctly set the minimum representable...
2013-10-29 Brian Paulsvga: reindent drawing code
2013-10-29 Vadim Girlinr600g/sb: fix value::is_fixed()
2013-10-28 Christian Königvl/h264: split fields into SPS/PPS
2013-10-28 Christian Königradeon/uvd: fix H264 chroma format handling
2013-10-28 Christian Königvl: add 400 chroma format as well
2013-10-28 Chia-I Wuilo: minor cleanups for recent interface changes
2013-10-26 Christian Königimplement NV_vdpau_interop v7
2013-10-26 Christian Königwinsys/radeon: make radeon_drm_winsys_create public
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-25 Marek Olšákr600g,radeonsi: use fences provided by the winsys
2013-10-25 Marek Olšákwinsys/radeon: add the implementation of fences from...
2013-10-25 Marek Olšákradeonsi: add the vertex shader position output if...
2013-10-25 Marek Olšákradeonsi: respect semantic indices for COLOR[i] fragmen...
2013-10-25 Rob Clarkfreedreno/a3xx/compiler: relative addressing
2013-10-25 Rob Clarkfreedreno/a3xx: fix const/rel/const-rel encoding
2013-10-25 Rob Clarkfreedreno/a3xx: add blend state
2013-10-25 Rob Clarkfreedreno/resource: fail more gracefully
2013-10-24 Roland Scheideggergallivm: implement fully accurate corner filtering...
2013-10-24 Eric Anholtdri: Move driver config options to dri driver extensions.
2013-10-24 Francisco Jerezclover: Query maximum kernel block size from the device...
2013-10-24 Brian Paulsvga: remove user-space vertex/index buffer code
2013-10-24 Rob Clarkfreedreno: fix compile error
2013-10-23 David Heidelbergerclover: fix build after a3ed98f7aa85636579a5696bf036ec1...
2013-10-23 Brian Paulnv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to...
2013-10-23 Brian Paulradeonsi: remove unused si_set_cs_sampler_view()
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-23 Brian Paulsvga: remove unneeded include of u_double_list.h
2013-10-22 Brian Paulst/dri: minor formatting clean-ups in dri_context.c
2013-10-21 Francisco Jerezclover: Improve region and pitch argument handling...
2013-10-21 Francisco Jerezclover: Add a pixel_size() method to the image class.
2013-10-21 Francisco Jerezclover: Implement support for the ICD extension.
2013-10-21 Francisco Jerezclover: Make sure hidden is the default symbol visibility.
2013-10-21 Tom Stellardclover: Prepare the build system for ICD support.
2013-10-21 Francisco Jerezclover: Fix memory leak when initializing a device...
2013-10-21 Francisco Jerezclover: Tidy up resource::mapping.
2013-10-21 Francisco Jerezclover: Simplify command_queue::flush().
2013-10-21 Francisco Jerezclover: Clean up the kernel and program object interface.
2013-10-21 Francisco Jerezclover: Clean up the interface of the context object...
2013-10-21 Francisco Jerezclover: Delete copy constructors and assignment operato...
2013-10-21 Francisco Jerezclover: Define a few convenience equality operators.
2013-10-21 Francisco Jerezclover: Simplify the platform object by using util...
2013-10-21 Francisco Jerezclover: Add property list helpers with a syntax consist...
2013-10-21 Francisco Jerezclover: Switch samplers to the new model.
2013-10-21 Francisco Jerezclover: Switch memory objects to the new model.
2013-10-21 Francisco Jerezclover: Switch kernel and program objects to the new...
2013-10-21 Francisco Jerezclover: Switch command queues to the new model.
2013-10-21 Francisco Jerezclover: Switch event objects to the new model.
2013-10-21 Francisco Jerezclover: Switch context objects to the new model.
2013-10-21 Francisco Jerezclover: Switch device objects to the new model.
2013-10-21 Francisco Jerezclover: Switch platform objects to the new model.
2013-10-21 Francisco Jerezclover: Define helper classes for the new object model.
2013-10-21 Francisco Jerezclover: Clean up property query functions by using...
2013-10-21 Francisco Jerezclover: Switch to the new utility code.
2013-10-21 Francisco Jerezclover: Name include guards consistently.
2013-10-21 Francisco Jerezclover: Replace a bunch of double underscores with...
2013-10-21 Francisco Jerezclover: Clean up the event profiling code.
2013-10-21 Francisco Jerezclover: Import new utility library.
2013-10-21 Tom Stellardclover: Use std::numeric_limits<std::size_t>::max(...
2013-10-21 Roland Scheideggerllvmpipe: enable seamless cube filtering
2013-10-21 Roland Scheideggergallivm: implement seamless cube filtering
2013-10-21 Christian Königwinsys/radeon: cleanup CS offloading
2013-10-20 David Heidelbergerr300g/compiler: Fix unsigned comparison with less than...
2013-10-20 Vinson Leer600g/sb: Initialize shader::dce_flags.
2013-10-18 Jon TURNEYtranslate_sse: Fix generated code argument handling...
2013-10-18 Jon TURNEYrtasm: Cygwin uses the msabi calling convention on...
2013-10-18 Jon TURNEYrtasm: The heap is NX on 64-bit Cygwin, so use the...
2013-10-17 Vadim Girlinr600g/sb: fix issue with DCE between GVN and GCM (v2)
2013-10-16 José FonsecaRevert "scons: Fix build when rtti is disabled"
2013-10-16 Tom Stellardradeonsi: Use 'SI' as the LLVM processor for CIK on...
2013-10-16 Tom Stellardr600g/compute Improve debugging output
2013-10-16 Tom Stellardclover: Link libclc before running any optimizations
2013-10-16 Brian Paulsvga: minor fix-ups in svga_get_shader_param()
2013-10-16 Brian Paulcso: fix incorrect sampler view count in cso_restore_sa...
2013-10-16 Alexander von Gluck IVscons: Fix build when rtti is disabled
2013-10-16 José Fonsecallvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.
2013-10-16 José Fonsecadraw: make vs_slot signed.
2013-10-15 Emil Velikovswrast: add correct include for out-of-tree builds
2013-10-15 Alexander von Gluck IVbuild: remove forced -fno-rtti
2013-10-13 Grigori Goronzyst/vdpau: add format conversions for GetBitsYCbCr
2013-10-13 Grigori Goronzyradeon: use staging for mapping linear textures
2013-10-13 Grigori Goronzyradeon/uvd: use PIPE_BIND_LINEAR for video surfaces
next