summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* swr: [rasterizer] Fix Coverity issues reported by Mesa developers.Tim Rowley2016-03-2510-199/+205
* swr: [rasterizer] add debug/perf category to knobsTim Rowley2016-03-251-12/+37
* swr: [rasterizer core] don't assume linux is 64-bitTim Rowley2016-03-251-2/+1
* swr: [rasterizer common] remove old unused win32 typesTim Rowley2016-03-251-6/+0
* swr: [rasterizer jitter] vpermps supportTim Rowley2016-03-254-1/+84
* swr: [rasterizer] Add rdtsc buckets support for shadersTim Rowley2016-03-256-3/+75
* swr: [rasterizer core] backend reorganizationTim Rowley2016-03-258-256/+276
* swr: [rasterizer core] store blend output in temporary instead of PS output.Tim Rowley2016-03-251-5/+10
* swr: [rasterizer core] Move InitializeHotTiles and corresponding clear code o...Tim Rowley2016-03-253-254/+258
* swr: [rasterizer jitter] Cleanup use of types inside of Builder.Tim Rowley2016-03-254-63/+75
* swr: [rasterizer jitter] Fix type mismatch on select args for SCATTERPSTim Rowley2016-03-251-2/+4
* swr: [rasterizer core] fix rasterizing multisampling with scissor enabledTim Rowley2016-03-251-42/+28
* swr: [rasterizer core] RingBuffer class for DC/DSTim Rowley2016-03-256-136/+180
* swr: [rasterizer] switch assert uses to SWR_ASSERTTim Rowley2016-03-251-5/+5
* swr: [rasterizer core] Split all RECT_LIST draws into 1 RECT per drawTim Rowley2016-03-251-0/+5
* swr: [rasterizer] Add string knob typeTim Rowley2016-03-252-1/+10
* radeon/vce: disable two pipe mode for Polaris11Sonny Jiang2016-03-241-1/+2
* radeon/vce: add Polaris11 VCE firmware supportSonny Jiang2016-03-241-0/+3
* radeonsi: add support for Polaris (v2)Sonny Jiang2016-03-245-0/+29
* winsys/amdgpu: addrlib - add Polaris support (v2)Sonny Jiang2016-03-243-2/+18
* ttn: remove stray global from headerRob Clark2016-03-241-2/+0
* nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER infoSamuel Pitoiset2016-03-241-0/+3
* radeonsi: silence a coverity warningNicolai Hähnle2016-03-241-1/+1
* radeonsi: fix out-of-bounds indexing of shader imagesNicolai Hähnle2016-03-231-1/+43
* radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2)Nicolai Hähnle2016-03-231-2/+12
* gallium: add PIPE_BARRIER_STREAMOUT_BUFFERNicolai Hähnle2016-03-231-0/+1
* radeonsi: fix 2D array MSAA failures since image support landedMarek Olšák2016-03-231-1/+2
* tgsi: drop unused set_exec/kill_mask interfaces.Dave Airlie2016-03-223-37/+0
* r600/sb: Do not distribute neg in expr_handler::fold_assoc() when folding mul...xavier2016-03-221-2/+6
* nvc0: make sure to delete samplers used by compute shadersSamuel Pitoiset2016-03-211-1/+1
* radeonsi: Set PIPE_SHADER_CAP_MAX_SHADER_IMAGESEdward O'Callaghan2016-03-211-1/+2
* radeonsi: disable early Z if the fragment shader writes to memoryNicolai Hähnle2016-03-211-2/+12
* tgsi/scan: add writes_memory to flag presence of stores or atomicsNicolai Hähnle2016-03-212-4/+9
* radeonsi: force the DCC enable bit off in image descriptors for writing (v2)Nicolai Hähnle2016-03-211-8/+49
* radeonsi: implement MemoryBarrier (v2)Nicolai Hähnle2016-03-211-0/+37
* radeonsi: implement volatile memory accessNicolai Hähnle2016-03-211-0/+4
* radeonsi: implement coherent memory access (v2)Nicolai Hähnle2016-03-211-4/+13
* radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM opNicolai Hähnle2016-03-211-0/+31
* radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM opNicolai Hähnle2016-03-211-8/+113
* radeonsi: Lower TGSI_OPCODE_STORE down to LLVM opNicolai Hähnle2016-03-211-3/+80
* radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)Nicolai Hähnle2016-03-211-0/+139
* radeonsi: extract the LLVM type name construction into its own functionNicolai Hähnle2016-03-211-7/+19
* radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM opNicolai Hähnle2016-03-211-0/+129
* radeonsi: extract TXQ buffer size computation into its own functionNicolai Hähnle2016-03-211-20/+35
* radeonsi: decompress shader imagesNicolai Hähnle2016-03-211-3/+33
* radeonsi: update shader image descriptor for invalidated bufferNicolai Hähnle2016-03-211-1/+21
* radeonsi: implement set_shader_images (v2)Nicolai Hähnle2016-03-216-29/+254
* gallium/radeon: make r600_texture_disable_dcc externally accessibleNicolai Hähnle2016-03-212-2/+4
* tgsi/scan: track which shader images are really buffersNicolai Hähnle2016-03-212-0/+7
* tgsi/scan: add images_writemaskNicolai Hähnle2016-03-212-2/+21