aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* nv50: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-0/+6
* nv30: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-2/+5
* ilo: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-093-1/+12
* draw: use util_pstipple_* function for stipple pattern textures and samplersNicolai Hähnle2016-02-093-112/+18
* draw: use util_pstipple_create_fragment_shaderNicolai Hähnle2016-02-091-197/+12
* winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernelMarek Olšák2016-02-091-0/+6
* tgsi: minor whitespace fixes in tgsi_scan.cBrian Paul2016-02-081-4/+2
* tgsi: s/true/TRUE/ in tgsi_scan.cBrian Paul2016-02-081-13/+13
* tgsi: use switches instead of big if/else ifsBrian Paul2016-02-081-24/+36
* tgsi: break gigantic tgsi_scan_shader() function into piecesBrian Paul2016-02-081-364/+375
* gallium/util: whitespace, formatting fixes in u_debug_stack.cBrian Paul2016-02-081-29/+32
* gallium/util: whitespace, formatting fixes in u_staging.[ch] filesBrian Paul2016-02-082-33/+41
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-0810-353/+10
* gallium/util: put image dumping functions into separate fileBrian Paul2016-02-082-0/+422
* gallium/util: whitespace, formatting fixes in u_debug.cBrian Paul2016-02-081-95/+106
* trace: add missing pipe_context::clear_texture()Samuel Pitoiset2016-02-081-0/+28
* trace: remove useless MALLOC() in trace_context_draw_vbo()Samuel Pitoiset2016-02-081-11/+6
* tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the maskSamuel Pitoiset2016-02-062-4/+4
* r600, compute: Do not overwrite pipe_resource.screenJan Vesely2016-02-051-1/+1
* r600g: Ignore format for PIPE_BUFFER targetsJan Vesely2016-02-051-1/+1
* gallium/radeon: implement query_memory_info (v2)Marek Olšák2016-02-053-2/+39
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-0516-0/+33
* gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák2016-02-054-24/+9
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-057-65/+16
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-057-32/+13
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-056-91/+9
* winsys/amdgpu: add an assertion to cik_get_num_tile_pipes (v2)Marek Olšák2016-02-051-1/+4
* winsys/amdgpu: remove an r600-only settingMarek Olšák2016-02-051-1/+0
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-0514-95/+103
* radeonsi: add placeholder MC and SRBM performance counter groupsNicolai Hähnle2016-02-051-16/+54
* radeonsi: re-order the SQ_xx performance counter blocksNicolai Hähnle2016-02-053-39/+42
* radeonsi: re-order the perfcounter hardware blocksNicolai Hähnle2016-02-051-12/+18
* gallium/radeon: add GPIN driver query groupNicolai Hähnle2016-02-052-3/+87
* radeonsi: Allow dumping LLVM IR before optimization passesNicolai Hähnle2016-02-053-2/+16
* gallium/radeon: emit LLVM `ret void` before radeon_llvm_finalize_moduleNicolai Hähnle2016-02-053-3/+4
* nvc0: avoid negatives in PUSH_SPACE argumentIlia Mirkin2016-02-051-2/+1
* nvc0: add some missing PUSH_SPACE'sIlia Mirkin2016-02-051-1/+9
* nvc0/ir: fix converting between predicate and gprIlia Mirkin2016-02-053-11/+41
* nvc0: add support for ARB_query_buffer_objectIlia Mirkin2016-02-0411-20/+239
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-0415-0/+16
* gallium: add a way to store query result into bufferIlia Mirkin2016-02-043-0/+37
* st/nine: Use align_free when neededAxel Davy2016-02-044-4/+4
* st/nine: Disallow non-argb8888 cursorsAxel Davy2016-02-041-0/+1
* st/nine: Enforce centroid for color input when multisampling is onAxel Davy2016-02-044-4/+15
* st/nine: Fix centroid flagAxel Davy2016-02-041-1/+4
* st/nine: Use fast clears more often for MRTsAxel Davy2016-02-044-12/+11
* st/nine: Use linear filtering for shadow mappingAxel Davy2016-02-041-2/+3
* st/nine: Respect block alignment on surface lockPatrick Rudolph2016-02-041-1/+1
* st/nine: Add Render state validation layerAxel Davy2016-02-045-13/+236
* DRI_CONFIG: Add option to override vendor idPatrick Rudolph2016-02-041-13/+48