summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a way to query min/max texture gather offsetsIlia Mirkin2014-04-1013-0/+30
* winsys/radeon: fix a race condition in initialization of radeon_winsys::screenMarek Olšák2014-04-109-114/+39
* winsys/radeon: fix a race condition between winsys_create and winsys_destroyMarek Olšák2014-04-106-24/+33
* winsys/radeon: fix a race condition between 2 calls to radeon_winsys_createMarek Olšák2014-04-101-3/+17
* winsys/radeon: remove unused radeon_info variables, move backend_mapMarek Olšák2014-04-104-7/+9
* winsys/radeon: unify radeon_bo::flink and radeon_bo::nameMarek Olšák2014-04-102-14/+10
* winsys/radeon: remove definitions already present in radeon_drm.hMarek Olšák2014-04-104-205/+5
* winsys/radeon: handle squared micro tiling from GEM_GET_TILINGMarek Olšák2014-04-101-0/+2
* gallium/u_gen_mipmap: rewrite using pipe->blit (v2)Marek Olšák2014-04-102-493/+70
* r600g: Don't leak bytecode on shader compile failureMichel Dänzer2014-04-101-7/+12
* build: force .so extension for the gallium dri modulesEmil Velikov2014-04-091-0/+1
* Partially revert "st/xa: Fix advertized version number and try to avoid futur...Emil Velikov2014-04-091-3/+3
* freedreno/a3xx: assert() -> debug_assert()Rob Clark2014-04-091-1/+1
* svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul2014-04-091-2/+2
* freedreno/a3xx/compiler: add CEILRob Clark2014-04-091-0/+1
* freedreno/a3xx/compiler: fix neg mov'sRob Clark2014-04-091-20/+1
* radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIKMarek Olšák2014-04-091-5/+5
* r600g,radeonsi: add a bunch of useful queries for the HUDMarek Olšák2014-04-097-5/+72
* r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2014-04-093-23/+59
* gallium/radeon: fix warningsMarek Olšák2014-04-093-2/+3
* freedreno/a3xx: deal with optimized tex instructionsRob Clark2014-04-087-25/+41
* st/omx/enc: cleanup omx/vid_enc.cLeo Liu2014-04-081-102/+118
* st/omx/enc: allocate input buffer private on demandChristian König2014-04-081-82/+42
* svga: replace sampler assertion with conditionalBrian Paul2014-04-082-5/+33
* st/xa: Make sure unused samplers are set to NULLThomas Hellstrom2014-04-071-2/+3
* st/xa: Bind destination before setting new stateThomas Hellstrom2014-04-071-3/+3
* nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin2014-04-071-3/+3
* winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom2014-04-073-6/+81
* winsys/svga: Update the vmwgfx_drm.h header to latest version from kernelThomas Hellstrom2014-04-071-1/+12
* nvc0: add support for texture gatherIlia Mirkin2014-04-074-5/+22
* nvc0: enable texture query lodIlia Mirkin2014-04-074-1/+55
* nv50: enable texture query lodIlia Mirkin2014-04-076-1/+34
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-0717-2/+32
* automake: don't enable -Wl,--no-undefined on OpenBSDJonathan Gray2014-04-058-10/+10
* targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPSEmil Velikov2014-04-0510-18/+2
* targets/omx: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-2/+2
* targets/xvmc: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-053-3/+2
* r600/omx: drop -lstdc++ hackEmil Velikov2014-04-051-2/+1
* drivers/nouveau: mention dummy.cpp to use g++ linkerEmil Velikov2014-04-051-1/+1
* drivers/nouveau: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-2/+1
* drivers/r300: use GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-051-1/+1
* automake: introduce GALLIUM_COMMON_LIB_DEPSEmil Velikov2014-04-057-35/+15
* automake: move GALLIUM_DRI_LIB_DEPS to Automake.incEmil Velikov2014-04-051-0/+9
* clover: Document that the *obj*() helpers already take care of object validat...Francisco Jerez2014-04-051-4/+6
* gallium/u_blitter: implement scaled blitting in the Z directionMarek Olšák2014-04-041-9/+31
* gallium/u_blitter: don't adjust cubemap coordinates by a small numberMarek Olšák2014-04-041-1/+1
* Revert "radeon: just don't map VRAM buffers at all"Leo Liu2014-04-041-2/+2
* radeon/vce: cleanup cpb handlingLeo Liu2014-04-043-11/+38
* st/xa: Fix advertized version number and try to avoid future discrepanciesThomas Hellstrom2014-04-041-3/+3
* llvmpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul2014-04-031-14/+0