summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-01freedreno/a3xx/texture: min/max lodRob Clark1-5/+3
2013-11-01freedreno/a3xx: update envytools headersRob Clark4-8/+22
2013-11-01freedreno/a3xx: fix VS out / FS in linkingRob Clark3-7/+47
2013-11-01freedreno/a3xx: allow num_samplers != num_texturesRob Clark2-56/+55
2013-11-01freedreno/a3xx/compiler: highp frag shaderRob Clark4-12/+14
2013-11-01freedreno/a3xx/compiler: relative addressing fixes.Rob Clark1-28/+48
2013-11-01freedreno: we do actually support sqrtRob Clark2-0/+8