mesa: remove unused _glthread_*MUTEX() macros
[mesa.git] / src / gallium /
2014-03-03 Hansutil: don't define isfinite(), isnan() for MSVC >=...
2014-03-03 Brian Paulsoftpipe: use 64-bit arithmetic in softpipe_resource_la...
2014-03-03 Grigori Goronzyst/vdpau: fix possible NULL dereference
2014-03-03 Christian Königst/omx: always advertise all components
2014-03-03 Bruno Jiménezclover: Fix building with latest llvm
2014-03-03 Dave Airliest/dri: add support for dma-buf importer (DRIimage v8)
2014-03-03 Dave Airliest/dri: move fourcc->format conversion to a common...
2014-03-02 Rob Clarkfreedreno/a3xx/compiler: overflow in trans_endif
2014-03-02 Rob Clarkfreedreno/a3xx/compiler: fix for resolving PHI's
2014-03-02 Rob Clarkfreedreno/lowering: two-sided-color
2014-03-02 Rob Clarkfreedreno/a3xx/compiler: add SSG
2014-03-02 Rob Clarkfreedreno/a3xx: fix gl_PointSize
2014-03-02 Rob Clarkfreedreno: resync generated headers
2014-03-02 Rob Clarkfreedreno/a3xx: binning-pass vertex shader variant
2014-03-02 Rob Clarkfreedreno/a3xx: add support for frag coord/face
2014-03-02 Rob Clarkfreedreno/a3xx: fix for unused inputs
2014-03-01 Ilia Mirkingallium/util: add missing u_math include
2014-02-28 Siavash Eliasir300g/tests: Added missing fclose for FILE resource.
2014-02-28 Tom Stellardr600g/compute: PIPE_CAP_COMPUTE should be false for...
2014-02-28 Thomas Hellstromwinsys/svga: Avoid calling drm getparam for max surface...
2014-02-27 Roland Scheideggerutil/u_format: don't crash in util_format_translate...
2014-02-27 Ilia Mirkinnouveau: add a nouveau_compiler binary to compile TGSI...
2014-02-27 Ilia Mirkinnv30: remove nv30_context use from nvfx_*prog
2014-02-27 Ilia Mirkinnv30: remove unused sprite flipping parameter
2014-02-27 Ilia Mirkinnv30: remove unused render_mode and hw_pointsprite_control
2014-02-27 Ilia Mirkinnv30: remove use_nv4x, it is identical to is_nv4x
2014-02-27 Michel Daenzerradeonsi: Prevent geometry shader from emitting too...
2014-02-26 Chia-I Wuilo: create u_upload_mgr last
2014-02-25 Tom StellardRe-commit 'clover: Fix build with LLVM 3.5'
2014-02-25 Timothy ArceriRevert "Merge branch 'master' of git+ssh://git.freedesk...
2014-02-25 Timothy ArceriMerge branch 'master' of git+ssh://git.freedesktop...
2014-02-25 Tom Stellardclover: Fix build with LLVM 3.5
2014-02-25 Ilia Mirkinnv50: enable txg where supported
2014-02-25 Ilia Mirkinnv50: enable cube map array texture support
2014-02-25 Brian Paullibgl-xlib: add -Isrc/gallium/winsys flag
2014-02-25 Marek Olšákr600g,radeonsi: consolidate create_surface and surface_...
2014-02-25 Marek Olšákradeonsi: inline util_blitter_copy_texture
2014-02-25 Marek Olšákradeonsi: remove useless psbox variable from resource_c...
2014-02-25 Marek Olšákradeonsi: compute depth surface registers only once
2014-02-25 Marek Olšákradeonsi: compute color surface registers only once
2014-02-25 Marek Olšákr600g: remove r600_resource.h
2014-02-25 Marek Olšákr600g: remove r600_surface::htile_enabled
2014-02-25 Marek Olšákr600g: use r600_surface::db_z_info
2014-02-25 Marek Olšákr600g,radeonsi: share r600_surface
2014-02-25 Marek Olšákradeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to framebu...
2014-02-25 Marek Olšákgallium/upload_mgr: remove useless variable "size"
2014-02-25 Marek Olšákgallium/upload_mgr: don't unmap buffers if persistent...
2014-02-25 Marek Olšákgallium: the other drivers don't support ARB_buffer_storage
2014-02-25 Marek Olšákr300g,r600g,radeonsi: add support for ARB_buffer_storage
2014-02-25 Marek Olšákgallium: add interface for persistent and coherent...
2014-02-25 Emil Velikovnv50: correctly calculate the number of vertical blocks...
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-24 Tom Stellardclover: Pass buffer offsets to the driver in set_global...
2014-02-24 Tom Stellardradeonsi: Use SI_BIG_ENDIAN now that it exists
2014-02-24 Tom Stellardr600g: Use util_cpu_to_le32() instead of bswap32()...
2014-02-24 Tom Stellardradeonsi: Use util_cpu_to_le32() instead of bswap32...
2014-02-24 Tom Stellardutil: Add util_cpu_to_le* helpers
2014-02-24 Tom Stellardutil: Add util_bswap64() v3
2014-02-24 Tom Stellardconfigure.ac: Use AX_GCC_BUILTIN to check availability...
2014-02-24 Emil Velikovtargets/opencl: resolve undefined symbols at link time
2014-02-24 Emil Velikovgallium/targets: resolve undefined reference to pipe_lo...
2014-02-24 Emil Velikovpipe-loader: wrap pipe_loader_sw_probe_xlib within...
2014-02-24 Emil Velikovtargets/gbm: exit gracefully if pipe_loader_drm_probe_f...
2014-02-23 Rob Clarkfreedreno/a3xx/compiler: half-precision output
2014-02-23 Rob Clarkfreedreno/a3xx: add shader variants
2014-02-23 Rob Clarkfreedreno/a3xx/compiler: collapse nop's with repeat
2014-02-23 Rob Clarkfreedreno/a3xx: drop hand-coded blit/solid shaders
2014-02-23 Rob Clarkfreedreno/lowering: cleanup api
2014-02-23 Rob Clarkfreedreno/a3xx: add float 16 and 32bit formats
2014-02-23 Rob Clarkfreedreno: resync generated headers
2014-02-22 Ilia Mirkinnv50: make sure to clear _all_ layers of all attachments
2014-02-22 Chia-I Wuilo: fix and enable fast depth clear
2014-02-22 Chia-I Wuilo: add slice clear value
2014-02-22 Chia-I Wuilo: better readability and doc for texture flags
2014-02-22 Chia-I Wuilo: fix for stencil only rectlist ops
2014-02-22 Chia-I Wuilo: fix a false assertion failure on GEN6
2014-02-22 Chia-I Wuilo: pipe_texture::usage is not a bitfield
2014-02-22 Chia-I Wuilo: set ILO_TEXTURE_CPU_WRITE for imported textures
2014-02-22 Christoph Bumillernv50/ir/ra: fix SpillCodeInserter::offsetSlot usage
2014-02-22 Vinson Leelibgl-xlib: Fix xlib_sw_winsys.h include path.
2014-02-22 Emil Velikovpipe-loader: introduce pipe_loader_sw_probe_null helper...
2014-02-22 Emil Velikovpipe-loader: introduce pipe_loader_sw_probe_dri helper
2014-02-22 Emil Velikovpipe-loader: introduce pipe_loader_sw_probe_xlib helper
2014-02-22 Emil Velikovpipe-loader: use bool type for pipe_loader_drm_probe_fd()
2014-02-22 Emil Velikovwinsys/xlib: move xlib_create_sw_winsys within the...
2014-02-22 Emil Velikovpipe-loader: handle memory allocation failure
2014-02-22 Emil Velikovpipe-loader: build pipe_loader_drm_x_auth whenever...
2014-02-22 Emil Velikovpipe-loader: destroy sw_winsys on sw_release
2014-02-22 Emil Velikovvl/winsys_dri: cleanup vl_screen_create error path
2014-02-22 Emil Velikovtargets/pipe-loader: link pipe-nouveau against libdrm
2014-02-21 Francisco Jerezclover: Unabbreviate a few data accessor names for...
2014-02-21 Francisco Jerezclover: Replace the transfer(new ...) idiom with a...
2014-02-21 Francisco Jerezclover: Migrate a bunch of pointers and references...
2014-02-21 Francisco Jerezclover: Allow storing a range into a container of diffe...
2014-02-21 Francisco Jerezclover: Define an intrusive smart reference class.
2014-02-21 Francisco Jerezclover: Some improvements for the intrusive pointer...
2014-02-21 Francisco Jerezclover: Fix up NULL constant pointer arguments.
2014-02-21 Jordan Justentgsi_ureg: add property_gs_invocations
2014-02-20 Roland Scheideggergallivm: add smallfloat to float conversion not relying...
2014-02-20 Leo Liust/omx/enc: add multi scaling buffers for performance...
next