gallium: new, unified pipe_context::set_sampler_views() function
[mesa.git] / src / gallium /
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
2013-10-13 Vincent Lejeuneradeonsi: Allow Sinking pass to move preloaded const...
2013-10-13 Vadim Girlinradeonsi: pass alpha_ref value to PS in the user sgpr
2013-10-13 Vadim Girlinr600g: fix tgsi_op2_s with trans-only instructions
2013-10-12 Stephane Marchesini915g: Fix assert
2013-10-12 Jay Cornwallradeon/llvm: show LLVM disassembly when available
2013-10-12 Roland Scheideggersoftpipe: fix seamless cube filtering
2013-10-12 Roland Scheideggerllvmpipe: increase fs shader variant instruction cache...
2013-10-11 Brian Paulsvga: s/0/FALSE/
2013-10-11 Kristian Høgsbergwayland: Don't rely on static variable for identifying...
2013-10-11 Grigori Goronzyr600g: fix crash in set_framebuffer_state
2013-10-11 Alexander von Gluck IVhaiku: Fix llvmpipe and clean up softpipe tracing
2013-10-11 Alexander von Gluck IVhaiku: Remove common directory search path
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
2013-10-10 Eric Anholtdri: Merge drisw_util.c into dri_util.c
2013-10-10 Christian Königradeon/winsys: fix handling in radeon_drm_cs_flush v2
2013-10-10 José Fonsecautil: Fix MinGW build.
2013-10-10 José Fonsecallvmpipe: We don't use the draw pipeline for offset_poi...
2013-10-10 Roland Scheideggergallivm: kill old per-quad face selection code
2013-10-10 Roland Scheideggergallivm: handle explicit derivatives for cubemaps
2013-10-10 Roland Scheideggergallivm: ignore rho approximation for cube maps
2013-10-09 José Fonsecautil/u_math: Fix C++ include of u_math.h on MSVC.
2013-10-09 Zack Rusinllvmpipe: abstract the code to set number of subpixel...
2013-10-09 Zack Rusinllvmpipe: implement 64 bit mul opcodes in llvmpipe
2013-10-09 Zack Rusingallium: Add support for 32x32 muls with 64 bit results
2013-10-09 Zack Rusingallivm: support printing of 64 bit integers
2013-10-09 Gaetan Nadongallium/state_trackers/glx: X11/Xlib.h: No such file...
2013-10-09 Gaetan Nadongallium/targets/libgl-xlib: X11/Xlib.h: No such file...
2013-10-09 Gaetan Nadongallium/state_trackers/egl: use X11_INCLUDES rather...
2013-10-09 Grigori Goronzyst/vdpau: really block until surface is idle
2013-10-09 Grigori Goronzyst/vdpau: add new formats to OutputSurface rendering
2013-10-09 Grigori Goronzyst/vdpau: fix GenerateCSCMatrix with NULL procamp
2013-10-09 Grigori Goronzyradeon/uvd: disable VC-1 simple/main profile
2013-10-09 Grigori Goronzyradeon/uvd: try to fix VC-1 decoding
2013-10-09 Grigori Goronzyradeon/uvd: fix video format reporting
2013-10-09 Marek Olšákgallium/dri targets: use DRI_DRIVER_LDFLAGS
2013-10-09 Marek Olšákradeonsi: fix occlusion queries for CIK
2013-10-09 Marek Olšákradeonsi: draw register fixes for CIK
2013-10-08 Marek Olšákst/dri: don't export any private symbols
2013-10-08 Marek Olšákgallium/swrast: don't export any private symbols
2013-10-08 Marek Olšákgallium/radeon: don't export any private symbols
2013-10-08 Stéphane Marchesini915g: Rename sampler to fragment_sampler
2013-10-08 Stéphane Marchesini915g: Fix the sampler bind function
2013-10-07 Laurent Carlierclover: fix building with llvm-3.4 since rev191922
2013-10-07 Christian Königradeon/vdpau: only export necessary symbols
next