summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-01-25gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB formatsMarek Olšák1-0/+3
2014-01-25st/vdpau: don't return a device if the screen doesn't support NPOTIlia Mirkin1-0/+5
2014-01-25nv50: access only the available amount of constbufEmil Velikov1-1/+1
2014-01-25nv50: access only the available amount of texturesEmil Velikov1-1/+1
2014-01-25st/dri: prevent leak of dri option default valuesAaron Watry1-0/+6
2014-01-25radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2-7/+7
2014-01-09mesa: Work around internal compiler errorThomas Sondergaard1-2/+2
2014-01-02nv50: fix a small leak on context destroyIlia Mirkin1-0/+2
2014-01-02r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry1-0/+2
2014-01-02st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2014-01-02radeon/llvm: Free target data at end of optimizationAaron Watry1-0/+1
2014-01-02r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry1-1/+1
2014-01-02r600/compute: Free compiled kernels when deleting compute stateAaron Watry1-0/+2
2014-01-02radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry5-18/+41
2014-01-02pipe_loader/sw: close dev->lib when initialization failsAaron Watry1-1/+4
2014-01-02clover: Remove unused variableAaron Watry1-1/+0
2014-01-02llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu1-0/+6
2014-01-02r600g/sb: fix stack size computation on evergreenVadim Girlin1-4/+12
2013-12-12nv50: report 15 max inputs for fragment programsIlia Mirkin1-1/+1
2013-12-12nouveau: Fix compiler warning regressionMaarten Lankhorst1-4/+0
2013-12-09r300/compiler/tests: Fix line length check in test parserTom Stellard1-1/+3
2013-12-09r300/compiler/tests: Fix segfaultTom Stellard1-6/+5
2013-12-09nouveau/video: update a few more h264 picparm field namesIlia Mirkin1-16/+17
2013-12-09nouveau/video: update h264 picparm field names based on usageIlia Mirkin1-15/+13
2013-12-09nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2-7/+2
2013-12-06nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2-0/+12
2013-12-06nouveau: avoid leaking fences while waitingIlia Mirkin1-6/+5
2013-12-06nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2-3/+3
2013-12-06st/xa: Bump major version number to 2Thomas Hellstrom1-1/+1
2013-11-26radeon/compute: Unconditionally inline all functions v2Tom Stellard1-2/+20
2013-11-23radeonsi/compute: Fix LDS size calculationTom Stellard1-1/+16
2013-11-23r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard3-1/+17
2013-11-23r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard1-1/+36
2013-11-23gallium: Pass version scripts to linker using --version-script=Tom Stellard4-4/+4
2013-11-23clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard1-2/+6
2013-11-23r600g/sb: work around hw issues with stack on eg/cmVadim Girlin5-44/+123
2013-11-15radeon/llvm: Free elf_buffer after useAaron Watry1-0/+1
2013-11-15r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry1-0/+3
2013-11-15r600/llvm: initialize radeon_llvm_binaryAaron Watry1-0/+1
2013-11-15svga: mark dest image as defined in svga_surface_copy()Brian Paul1-0/+2
2013-11-15svga: do primitive trimming in translate_indices()Brian Paul1-3/+12
2013-11-15gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry1-0/+3
2013-11-15radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry1-0/+1
2013-11-15radeonsi/compute: Free program and program.kernels on shutdownAaron Watry1-1/+15
2013-11-15radeon/llvm: Free created llvm memory bufferAaron Watry1-0/+1
2013-11-15radeon/llvm: Free libelf resourcesAaron Watry1-0/+3
2013-11-15radeon/llvm: fix spelling errorAaron Watry1-1/+1
2013-11-15clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard1-3/+9
2013-11-15clover: Fix the const variant of adaptor_range::end to deal with mismatching ...Francisco Jerez1-1/+2
2013-11-15gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois1-6/+6