summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-26st/mesa: use PROGRAM_ARRAY for storing structs containing arraysglsl-fixesBrian Paul1-3/+29
2015-08-26swrast: add a new macro, FETCH_COMPRESSEDNanley Chery1-198/+41
2015-08-26mesa: return bool instead of GLboolean in compressedteximage_only_format()Nanley Chery1-3/+3
2015-08-26i965: refactor miptree alignment calculation codeNanley Chery1-55/+30
2015-08-26i965: change the meaning of cpp for compressed texturesNanley Chery4-35/+15
2015-08-26i965: correct mt->align_h for 2D textures on SkylakeNanley Chery1-3/+8
2015-08-26i965: use ALIGN_NPOT for setting ASTC mipmap layoutsNanley Chery2-15/+15
2015-08-26mesa/macros: move ALIGN_NPOT to macros.hNanley Chery2-6/+10
2015-08-26mesa/macros: add power-of-two assertions for alignment macrosNanley Chery2-3/+13
2015-08-26i965/surface_formats: add support for 2D ASTC surface formatsNanley Chery2-0/+119
2015-08-26mesa/teximage: return the base internal format of the ASTC formatsNanley Chery1-0/+4
2015-08-26mesa/teximage: accept ASTC formats for 3D texture specificationNanley Chery1-7/+56
2015-08-26mesa/texcompress: enable translation between MESA and GL ASTC formatsNanley Chery1-0/+114
2015-08-26mesa/glformats: recognize ASTC formats as compressedNanley Chery1-0/+29
2015-08-26mesa: add ASTC extensions to the extensions tableNanley Chery2-0/+4
2015-08-26mesa: don't enable online compression for ASTC formatsNanley Chery5-4/+80
2015-08-26glapi: add support for KHR_texture_compression_astc_ldrNanley Chery3-1/+42
2015-08-26mesa/formats: define the 2D ASTC formatsNanley Chery5-1/+139
2015-08-26nouveau: avoid build failures since 0fc21ecfIlia Mirkin3-3/+3
2015-08-26gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák4-8/+10
2015-08-26radeonsi: add IB parser support for CP DMA packetsMarek Olšák4-61/+122
2015-08-26radeonsi: add IB tracing support for debug contextsMarek Olšák5-16/+105
2015-08-26radeonsi: remove old CS tracing codeMarek Olšák5-47/+3
2015-08-26radeonsi: parse and dump status registers on GPU hangMarek Olšák1-0/+52
2015-08-26radeonsi: add an IB parserMarek Olšák1-0/+245
2015-08-26radeonsi: save the contents of indirect buffers for debug contextsMarek Olšák3-0/+15
2015-08-26radeonsi: generate register and packet tables for an IB parser from sid.hMarek Olšák4-0/+190
2015-08-26radeonsi: remove duplicated register definitions and instruction definitionsMarek Olšák1-3160/+0
2015-08-26r600g,radeonsi: remove unused ill-formed register field definitionsMarek Olšák2-2/+0
2015-08-26radeonsi: add an initial dump_debug_state implementation dumping shadersMarek Olšák4-0/+64
2015-08-26radeonsi: allow si_dump_key to write to a fileMarek Olšák2-18/+19
2015-08-26gallium/ddebug: new pipe for hang detection and driver state dumping (v2)Marek Olšák11-0/+2135
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák57-65/+96
2015-08-26gallium: add an interface for dumping debug driver stateMarek Olšák2-0/+17
2015-08-26mesa: remove pointless es31 checks, fix indirect to only be in es31Ilia Mirkin2-60/+25
2015-08-26mesa: uncomment checks in es31 computation, add texture_msIlia Mirkin1-2/+4
2015-08-26mesa: create multisample fallback textures like normal texturesMarek Olšák1-0/+2
2015-08-26radeonsi: mark unreachable paths to avoid warningsGrazvydas Ignotas2-3/+3
2015-08-26mesa: GetTexLevelParameter{if}v changes for OpenGL ES 3.1Tapani Pälli1-6/+18
2015-08-26mesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL ES 3.1Marta Lofstedt1-1/+1
2015-08-26mesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_ values for OpenGL ES 3.1Marta Lofstedt1-2/+2
2015-08-26mesa/formats: pass correct parameter to _mesa_is_format_compressedDave Airlie1-1/+1
2015-08-26gallium/auxiliary: optimize rgb9e5 helper some moreRoland Scheidegger1-45/+42
2015-08-26gallium/auxiliary: optimize rgb9e5 helper a bitRoland Scheidegger1-18/+17
2015-08-26mesa/texgetimage: fix missing stencil checkDave Airlie1-0/+7
2015-08-25mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressedNanley Chery3-44/+68
2015-08-25mesa/formats: remove compressed formats from matching functionNanley Chery12-60/+31
2015-08-25mesa/formats: make format testing a gtestNanley Chery4-155/+137
2015-08-25gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke1-16/+16
2015-08-25prog_to_nir: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke1-11/+11