summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-143-5/+5
* st/vdpau: add device reference countingChristian König2014-08-148-11/+46
* hud: don't overrun malloced arraysDave Airlie2014-08-141-0/+1
* winsys/radeon: fix hawaii accel_working2 commentAndreas Boll2014-08-131-1/+1
* r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard2014-08-131-11/+23
* clover: Flush the command queue in clReleaseCommandQueue()Tom Stellard2014-08-131-1/+5
* radeonsi/compute: Stop leaking the input bufferTom Stellard2014-08-131-7/+14
* radeonsi/compute: Whitespace fixesTom Stellard2014-08-131-2/+1
* radeonsi/compute: Call si_pm4_free_state() after emitting compute stateTom Stellard2014-08-131-1/+1
* radeonsi/compute: Update reference counts for buffers in si_set_global_binding()Tom Stellard2014-08-131-2/+2
* radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZETom Stellard2014-08-132-1/+17
* radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZETom Stellard2014-08-131-13/+19
* ra: cleanup the public APIConnor Abbott2014-08-131-1/+1
* nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin2014-08-131-1/+1
* android: gallium: use the installed libdrm headersEmil Velikov2014-08-133-10/+3
* android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov2014-08-131-4/+0
* android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov2014-08-131-22/+0
* android: targets/egl-static: add correct include for DRM headersEmil Velikov2014-08-131-3/+1
* scons: group state-trackers' and targets' sconsEmil Velikov2014-08-131-31/+11
* android: reorder gallium SUBDIRSEmil Velikov2014-08-131-4/+10
* automake: handle gallium SUBDIRs in gallium/MakefileEmil Velikov2014-08-131-0/+16
* automake: compact gallium/target/Makefile into gallium/MakefileEmil Velikov2014-08-132-86/+20
* automake: merge gallium/state_trackers/Makefile into gallium/MakefileEmil Velikov2014-08-132-66/+49
* automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov2014-08-133-177/+104
* android: egl/main: add/enable freedrenoEmil Velikov2014-08-131-0/+3
* android: gallium/freedreno: add preliminary buildEmil Velikov2014-08-133-0/+86
* automake: gallium/freedreno: drop spurious include dirsEmil Velikov2014-08-132-4/+2
* android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia2014-08-136-7/+45
* android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov2014-08-132-8/+6
* nvc0: add BPTC format supportIlia Mirkin2014-08-121-0/+7
* softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin2014-08-122-0/+10
* gallium: add basic support for BPTC formatsIlia Mirkin2014-08-129-3/+165
* st/dri: define GALLIUM_SOFTPIPE when building kms_swrastEmil Velikov2014-08-123-3/+9
* vc4: Drop the dump_fbo() routine.Eric Anholt2014-08-121-50/+0
* vc4: Claim the GL 2.1 minimum for 3D textures.Eric Anholt2014-08-121-1/+2
* vc4: Declare what vertex formats we actually support.Eric Anholt2014-08-121-2/+7
* vc4: Stash some debug code for format support checks.Eric Anholt2014-08-121-0/+9
* vc4: Texture format support has nothing to do with VBO format support.Eric Anholt2014-08-121-2/+1
* vc4: Fix off-by-one in texture maximum levels.Eric Anholt2014-08-121-1/+1
* vc4: Add support for the FLR opcode.Eric Anholt2014-08-121-0/+18
* gallium/r300: Fix a link error in the testsJason Ekstrand2014-08-121-1/+1
* winsys/radeon: fix nop packet padding for hawaiiAndreas Boll2014-08-123-1/+16
* svga: Add a limit to the maximum surface sizeCharmaine Lee2014-08-129-7/+130
* mesa/st: add support for dynamic sampler offsetsIlia Mirkin2014-08-121-1/+1
* radeon/uvd: fix gpu_address for video surfacesChristian König2014-08-122-0/+4
* nvc0/ir: describe the tex arguments for fermi/keplerIlia Mirkin2014-08-111-0/+25
* nvc0/ir: add kepler+ support for indirect texture referencesIlia Mirkin2014-08-111-7/+27
* nvc0/ir: add base tex offset for fermi indirect tex caseIlia Mirkin2014-08-111-2/+10
* vc4: Flip which primitives are considered front-facing.Eric Anholt2014-08-111-1/+1
* vc4: Don't forget to set the depth clear value in the packet.Eric Anholt2014-08-111-1/+1