summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-02r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry1-0/+2
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-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-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-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-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-15nouveau/video: mark bitstream-level acceleration as unsupportedIlia Mirkin1-2/+2
2013-11-15nouveau/video: don't try on nv3xIlia Mirkin1-2/+2
2013-11-15radeonsi/compute: Add Sea Islands supportTom Stellard1-3/+12
2013-11-07r600g: Add support for PIPE_FORMAT_R11G11B10_FLOAT vertex elementsFredrik Höglund2-0/+9
2013-11-07svga: always return 4 for PIPE_MAX_COLOR_BUFSBrian Paul1-5/+4
2013-11-07svga: return true for the PIPE_CAP_SM3 queryBrian Paul1-1/+3
2013-11-07draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_floatMatthew McClure7-37/+102
2013-11-06r600/compute: silence unused var warningFabio Pedretti1-1/+0
2013-11-06r600/llvm: Fix isampleBuffer on preEGVincent Lejeune1-1/+14
2013-11-06r600/llvm: Fix texbuf for pre EG genVincent Lejeune1-0/+29
2013-11-04r600g: properly unbind a DSA state being deleted in r600_delete_dsa_stateMarek Olšák2-2/+9
2013-11-04radeonsi: implement ARB_vertex_type_2_10_10_10_revMarek Olšák1-0/+7
2013-11-04r600g,radeonsi: properly expose texture buffer formatsMarek Olšák3-9/+24
2013-11-04radeonsi: implement texture buffer objectsMarek Olšák3-54/+137
2013-11-04radeonsi: report our border color behaviorMarek Olšák1-1/+3
2013-11-04radeonsi: bind a dummy constant buffer in place of NULL buffersMarek Olšák3-0/+29
2013-11-04radeonsi: implement uniform buffer objectsMarek Olšák4-31/+41
2013-11-04radeonsi: try to fix IA_MULTI_VGT_PARAM programmingMarek Olšák3-2/+8