summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin2014-01-251-0/+5
* nv50: access only the available amount of constbufEmil Velikov2014-01-251-1/+1
* nv50: access only the available amount of texturesEmil Velikov2014-01-251-1/+1
* st/dri: prevent leak of dri option default valuesAaron Watry2014-01-251-0/+6
* radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2014-01-252-7/+7
* mesa: Work around internal compiler errorThomas Sondergaard2014-01-091-2/+2
* nv50: fix a small leak on context destroyIlia Mirkin2014-01-021-0/+2
* r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry2014-01-021-0/+2
* st/vdpau: Destroy context when initialization failsAaron Watry2014-01-021-0/+1
* radeon/llvm: Free target data at end of optimizationAaron Watry2014-01-021-0/+1
* r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry2014-01-021-1/+1
* r600/compute: Free compiled kernels when deleting compute stateAaron Watry2014-01-021-0/+2
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2014-01-025-18/+41
* pipe_loader/sw: close dev->lib when initialization failsAaron Watry2014-01-021-1/+4
* clover: Remove unused variableAaron Watry2014-01-021-1/+0
* llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu2014-01-021-0/+6
* r600g/sb: fix stack size computation on evergreenVadim Girlin2014-01-021-4/+12
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-121-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-121-4/+0
* r300/compiler/tests: Fix line length check in test parserTom Stellard2013-12-091-1/+3
* r300/compiler/tests: Fix segfaultTom Stellard2013-12-091-6/+5
* nouveau/video: update a few more h264 picparm field namesIlia Mirkin2013-12-091-16/+17
* nouveau/video: update h264 picparm field names based on usageIlia Mirkin2013-12-091-15/+13
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-092-7/+2
* nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2013-12-062-0/+12
* nouveau: avoid leaking fences while waitingIlia Mirkin2013-12-061-6/+5
* nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2013-12-062-3/+3
* st/xa: Bump major version number to 2Thomas Hellstrom2013-12-061-1/+1
* radeon/compute: Unconditionally inline all functions v2Tom Stellard2013-11-261-2/+20
* radeonsi/compute: Fix LDS size calculationTom Stellard2013-11-231-1/+16
* r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard2013-11-233-1/+17
* r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard2013-11-231-1/+36
* gallium: Pass version scripts to linker using --version-script=Tom Stellard2013-11-234-4/+4
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-231-2/+6
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-235-44/+123
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1
* r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry2013-11-151-0/+3
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard2013-11-151-3/+9
* clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez2013-11-151-1/+2
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-151-6/+6
* nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin2013-11-151-2/+2