gallium: Add libmesautil dependency to gdm and xa targets
[mesa.git] / src / gallium /
2014-08-04 Jason Ekstrandgallium: Add libmesautil dependency to gdm and xa targets
2014-08-04 Jason Ekstrandgallium: Move sRGB <-> RGB handling to libmesautil
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-08-04 Emil Velikovtargets/dri: resolve the scons build
2014-08-04 Jan Veselygallium: Fix compiler warning.
2014-08-03 Aaron Watryst/dri: Fix driver loading if swrast isn't built
2014-08-03 Marek OlšákRemove XA state tracker support for Radeon
2014-08-01 Roland Scheideggerllvmpipe: don't store number of layers per level
2014-08-01 Roland Scheideggerllvmpipe: integrate memory allocation into llvmpipe_tex...
2014-08-01 Roland Scheideggerllvmpipe: get rid of impossible code in alloc_image_data
2014-08-01 Glenn Kennardr600g: Implement gpu_shader5 textureGather
2014-08-01 Michel Dänzerr600g/radeonsi: Prefer VRAM for CPU -> GPU streaming...
2014-08-01 Michel Dänzerr600g/radeonsi: Reduce or even drop special treatment...
2014-08-01 Jon TURNEYtarget-helpers: Do not build kms_dri on libdrm-less...
2014-07-31 Glenn Kennardr600g: gpu_shader5 gl_SampleMaskIn support
2014-07-31 Glenn Kennardr600g: Implement gpu_shader5 integer ops
2014-07-31 Glenn Kennardr600g: Add IMUL_HI/UMUL_HI support
2014-07-31 Glenn Kennardr600g: Implement GL_ARB_texture_query_lod
2014-07-31 Eric Anholtgallium: Add a uif() helper function to complement...
2014-07-30 Roland Scheideggergallivm: fix up out-of-bounds level when using conforma...
2014-07-30 Giovanni Campagnadri: Add a new capabilities for drivers that can't...
2014-07-30 Giovanni Campagnagallium: Add a dumb drm/kms winsys backed swrast provider
2014-07-30 Emil Velikovst/gbm: don't segfault if the fail to create the screen
2014-07-30 Emil Velikovst/gbm: retrieve the driver-name via dd_driver_name()
2014-07-29 Yaakov Selkowitzos_process.c: Add cygwin as an expected platform
2014-07-29 Brian Paulsvga: remove unneeded depth==1 assertion in svga_textur...
2014-07-29 José Fonsecast/wgl: Clamp wglChoosePixelFormatARB's output nNumForm...
2014-07-29 Michel Dänzergallium/radeon: Add some Emacs .dir-locals.el files
2014-07-29 Chia-I Wuilo: fix fb height of HiZ ops
2014-07-28 Marek Olšákr600g,radeonsi: switch all occurences of array_size...
2014-07-28 Marek Olšákradeonsi: fix occlusion queries on Hawaii
2014-07-28 Marek Olšákwinsys/radeon: fix vram_size overflow with Hawaii
2014-07-28 Marek Olšákradeonsi: fix a hang with streamout on Hawaii
2014-07-28 Marek Olšákradeonsi: fix a hang with instancing on Hawaii
2014-07-28 Marek Olšákgallium/util: add a helper for calculating primitive...
2014-07-28 Marek Olšákradeonsi: fix CMASK and HTILE calculations for Hawaii
2014-07-28 Marek Olšákr600g,radeonsi: add debug flags which disable tiling
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-28 Marek Olšákr600g: switch SNORM conversion to DX and GLES behavior
2014-07-28 Tom Stellardutil: Fix typo
2014-07-28 Chia-I Wuilo: correctly propagate resource renames to hardware
2014-07-28 Chia-I Wuilo: add ilo_resource_get_bo() helper
2014-07-28 Tom Stellardradeonsi: Use util_memcpy_cpu_to_le32()
2014-07-28 Tom Stellardutil: Add util_memcpy_cpu_to_le32() v3
2014-07-28 Tom Stellardclover: Add checks for image support to the image funct...
2014-07-28 Bruno Jiménezr600g/compute: Add debug information to promote and...
2014-07-28 Bruno Jiménezr600g/compute: Add documentation to compute_memory_pool
2014-07-28 Chia-I Wuilo: unblock an inline write with a staging bo
2014-07-28 Chia-I Wuilo: try unblocking a transfer with a staging bo
2014-07-28 Chia-I Wuilo: enable persistent and coherent transfers
2014-07-28 Chia-I Wuilo: drop ptr from ilo_transfer
2014-07-28 Chia-I Wuilo: s/TRANSFER_MAP_UNSYNC/TRANSFER_MAP_GTT_UNSYNC/
2014-07-28 Chia-I Wuilo: drop unused context param from transfer functions
2014-07-28 Chia-I Wuilo: tidy up transfer mapping/unmapping
2014-07-28 Chia-I Wuilo: tidy up choose_transfer_method()
2014-07-28 Chia-I Wuilo: free transfers with util_slab_free()
2014-07-28 EdBclover: Add clUnloadPlatformCompiler.
2014-07-28 EdBclover: Add clCreateProgramWithBuiltInKernels.
2014-07-26 Chia-I Wuilo: simplify ilo_flush()
2014-07-25 Bruno Jiménezr600g/compute: Defrag the pool at the same time as...
2014-07-25 Bruno Jiménezr600g/compute: Try to use a temporary resource when...
2014-07-25 Rob Clarkfreedreno: fix typo in gpu version check
2014-07-25 Rob Clarkfreedreno/ir3: split out shader compiler from a3xx
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: rename ir3_shader to ir3
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: scheduler vs pred reg
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: little cleanups
2014-07-25 Rob Clarkfreedreno/a3xx: enable/disable wa's based on patch...
2014-07-25 Rob Clarkfreedreno/a3xx/compiler: make IR heap dyanmic
2014-07-25 Jan Veselyr600g/compute: Fix singed/unsigned comparison compiler...
2014-07-25 Tom Stellardclover: Query the device to see if images are supported
2014-07-25 Tom Stellardgallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_defrag to defragmen...
2014-07-25 Bruno Jiménezr600g/compute: Allow compute_memory_move_item to move...
2014-07-24 Jerome Glissewinsys/radeon: fix indentation
2014-07-24 Ilia Mirkinnvc0/ir: support 2d constbuf indexing
2014-07-24 Ilia Mirkingm107/ir: emit LDC subops
2014-07-24 Ilia Mirkingk110/ir: emit load constant subop
2014-07-24 Ilia Mirkinnv50/ir: fix phi/union sources when their def has been...
2014-07-24 Ilia Mirkinnv50/ir: fix hard-coded TYPE_U32 sized register
2014-07-24 Ilia Mirkinnvc0: mark shader header if fp64 is used
2014-07-24 Ilia Mirkinnv50/ir: keep track of whether the program uses fp64
2014-07-24 Ilia Mirkinnvc0: make sure that the local memory allocation is...
2014-07-24 Chia-I Wuilo: check the tilings of imported handles
2014-07-24 Chia-I Wuilo: clean up resource bo renaming
2014-07-24 Chia-I Wuilo: share some code between {tex,buf}_create_bo
2014-07-24 Chia-I Wuilo: use native 3-component vertex formats on GEN7.5+
2014-07-24 Chia-I Wuilo: allow for device-dependent format translation
2014-07-23 Rob Clarkfreedreno/a3xx/compiler: fix p0 (kill, etc)
2014-07-23 Tom StellardRevert "r600g/compute: Fix warnings"
2014-07-23 Grigori Goronzyradeon/llvm: fix formatting
2014-07-23 Grigori Goronzyradeon/llvm: enable unsafe math for graphics shaders
2014-07-23 Tom Stellardr600g/compute: Fix warnings
2014-07-23 Glenn Kennardr600g: Use hardware sqrt instruction
2014-07-23 Bruno Jiménezr600g/compute: Remove unneeded code from compute_memory...
2014-07-23 Bruno Jiménezr600g/compute: Quick exit if there's nothing to add...
2014-07-23 Bruno Jiménezr600g/compute: Defrag the pool if it's necesary
2014-07-23 Bruno Jiménezr600g/compute: Add a function for defragmenting the...
2014-07-23 Bruno Jiménezr600g/compute: Add a function for moving items in the...
2014-07-23 Rob Clarkfreedreno/a3xx: more vtx formats
next