summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-143-5/+5
* r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard2014-08-131-11/+23
* 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
* automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov2014-08-131-100/+0
* android: gallium/freedreno: add preliminary buildEmil Velikov2014-08-131-0/+44
* automake: gallium/freedreno: drop spurious include dirsEmil Velikov2014-08-132-4/+2
* android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia2014-08-134-4/+41
* android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov2014-08-131-4/+5
* nvc0: add BPTC format supportIlia Mirkin2014-08-121-0/+7
* softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin2014-08-122-0/+10
* 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
* svga: Add a limit to the maximum surface sizeCharmaine Lee2014-08-125-5/+71
* 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
* vc4: Add support for gl_FragCoord.Eric Anholt2014-08-115-4/+76
* vc4: Refactor shader input setup again.Eric Anholt2014-08-111-17/+24
* vc4: Clean up the tile alloc buffer size.Eric Anholt2014-08-111-1/+9
* vc4: Clarify some values implicitly chosen for binning config.Eric Anholt2014-08-111-1/+4
* vc4: Improve simulator memory allocation.Eric Anholt2014-08-111-4/+20
* vc4: Handle stride==0 in VBO validationEric Anholt2014-08-111-7/+9
* vc4: Stash some debug code for looking at what BOs are at what hindex.Eric Anholt2014-08-112-0/+5
* vc4: Use GEM under simulation even for non-winsys BOs.Eric Anholt2014-08-112-14/+9
* vc4: Don't forget to unmap the GEM BO when freeing.Eric Anholt2014-08-111-0/+3
* vc4: Add validation of raster-format textures.Eric Anholt2014-08-112-17/+96
* vc4: Drop VC4_PACKET_PRIMITIVE_LIST_FORMAT.Eric Anholt2014-08-112-4/+4
* vc4: Add validation that vertex indices don't overflow VBO bounds.Eric Anholt2014-08-112-18/+71
* vc4: Fix the shader record size for extended strides.Eric Anholt2014-08-111-0/+1
* vc4: Fix the shader record size for extended strides.Eric Anholt2014-08-111-1/+4
* vc4: Add a bunch of validation of render mode configuration.Eric Anholt2014-08-113-11/+151
* vc4: Store the (currently always linear) tiling format in the resource.Eric Anholt2014-08-114-8/+25
* vc4: Add a bunch of validation of the binning mode config.Eric Anholt2014-08-112-17/+140
* vc4: Validate that the same BO doesn't get reused for different purposes.Eric Anholt2014-08-113-37/+81