summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: clean up textureSize prototypeIlia Mirkin2015-08-271-4/+1
* r600g/sb: Don't crash on empty if jump targetGlenn Kennard2015-08-281-1/+4
* r600g/sb: Don't read junk after EOPGlenn Kennard2015-08-283-1/+6
* r600g/sb: Handle undef in read port trackerGlenn Kennard2015-08-281-1/+1
* mesa: rename rowStride to imageStride in texturesubimage()Brian Paul2015-08-271-4/+4
* mesa: only copy the requested teximage facesIlia Mirkin2015-08-271-2/+2
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-2711-61/+38
* nir: Convert the NIR instruction insertion API to use cursors.Kenneth Graunke2015-08-272-97/+89
* nir: Move nir_cursor to nir.h.Kenneth Graunke2015-08-272-89/+97
* nir: Strengthen "no jumps" assertions in instruction insertion API.Kenneth Graunke2015-08-271-5/+5
* st/mesa: use PROGRAM_ARRAY for storing structs containing arraysBrian Paul2015-08-271-3/+29
* glsl: fix comment typo: s/filed/field/Brian Paul2015-08-271-1/+1
* gallium/util: fix code formatting in u_blitter.hBrian Paul2015-08-271-30/+25
* i965/fs: Split VGRFs after lowering pull constantsJason Ekstrand2015-08-271-2/+2
* i964/fs: Refactor assign_constant_locationsJason Ekstrand2015-08-271-46/+40
* i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.Kenneth Graunke2015-08-271-1/+1
* mesa: enable enums for OES_texture_storage_multisample_2d_arrayTapani Pälli2015-08-273-5/+6
* glsl: add support for OES_texture_storage_multisample_2d_arrayTapani Pälli2015-08-276-6/+13
* mesa: Add extension enable for OES_texture_storage_multisample_2d_arrayTapani Pälli2015-08-271-0/+1
* glapi: add GL_OES_texture_storage_multisample_2d_array extensionTapani Pälli2015-08-271-0/+19
* swrast: add a new macro, FETCH_COMPRESSEDNanley Chery2015-08-261-198/+41
* mesa: return bool instead of GLboolean in compressedteximage_only_format()Nanley Chery2015-08-261-3/+3
* i965: refactor miptree alignment calculation codeNanley Chery2015-08-261-55/+30
* i965: change the meaning of cpp for compressed texturesNanley Chery2015-08-264-35/+15
* i965: correct mt->align_h for 2D textures on SkylakeNanley Chery2015-08-261-3/+8
* i965: use ALIGN_NPOT for setting ASTC mipmap layoutsNanley Chery2015-08-262-15/+15
* mesa/macros: move ALIGN_NPOT to macros.hNanley Chery2015-08-262-6/+10
* mesa/macros: add power-of-two assertions for alignment macrosNanley Chery2015-08-262-3/+13
* i965/surface_formats: add support for 2D ASTC surface formatsNanley Chery2015-08-262-0/+119
* mesa/teximage: return the base internal format of the ASTC formatsNanley Chery2015-08-261-0/+4
* mesa/teximage: accept ASTC formats for 3D texture specificationNanley Chery2015-08-261-7/+56
* mesa/texcompress: enable translation between MESA and GL ASTC formatsNanley Chery2015-08-261-0/+114
* mesa/glformats: recognize ASTC formats as compressedNanley Chery2015-08-261-0/+29
* mesa: add ASTC extensions to the extensions tableNanley Chery2015-08-262-0/+4
* mesa: don't enable online compression for ASTC formatsNanley Chery2015-08-265-4/+80
* glapi: add support for KHR_texture_compression_astc_ldrNanley Chery2015-08-263-1/+42
* mesa/formats: define the 2D ASTC formatsNanley Chery2015-08-265-1/+139
* nouveau: avoid build failures since 0fc21ecfIlia Mirkin2015-08-263-3/+3
* gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2015-08-264-8/+10
* radeonsi: add IB parser support for CP DMA packetsMarek Olšák2015-08-264-61/+122
* radeonsi: add IB tracing support for debug contextsMarek Olšák2015-08-265-16/+105
* radeonsi: remove old CS tracing codeMarek Olšák2015-08-265-47/+3
* radeonsi: parse and dump status registers on GPU hangMarek Olšák2015-08-261-0/+52
* radeonsi: add an IB parserMarek Olšák2015-08-261-0/+245
* radeonsi: save the contents of indirect buffers for debug contextsMarek Olšák2015-08-263-0/+15
* radeonsi: generate register and packet tables for an IB parser from sid.hMarek Olšák2015-08-264-0/+190
* radeonsi: remove duplicated register definitions and instruction definitionsMarek Olšák2015-08-261-3160/+0
* r600g,radeonsi: remove unused ill-formed register field definitionsMarek Olšák2015-08-262-2/+0
* radeonsi: add an initial dump_debug_state implementation dumping shadersMarek Olšák2015-08-264-0/+64
* radeonsi: allow si_dump_key to write to a fileMarek Olšák2015-08-262-18/+19