summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-25nir: Use nir_shader::stage rather than passing it around.Kenneth Graunke4-12/+9
2015-08-25nir: Store gl_shader_stage in nir_shader.Kenneth Graunke5-7/+34
2015-08-25i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_p...Jason Ekstrand2-30/+11
2015-08-25nir/lower_io: Remove assign_var_locations_direct_firstJason Ekstrand2-82/+0
2015-08-25i965/fs: Rework uniform handlingJason Ekstrand3-29/+11
2015-08-25i965/vec4_nir: Get rid of the uniform_driver_location trackingJason Ekstrand2-20/+3
2015-08-25nir/lower_io: Separate driver_location and base offset for uniformsJason Ekstrand1-2/+7
2015-08-25nir/intrinsics: Add a second const index to load_uniformJason Ekstrand3-13/+19
2015-08-25nir: Pass a type_size() function pointer into nir_lower_io().Kenneth Graunke4-124/+31
2015-08-25prog_to_nir: Don't allocate nir_variable with type vec4[0] for uniforms.Kenneth Graunke1-7/+11
2015-08-25i965: Move type_size() methods out of visitor classes.Kenneth Graunke8-27/+28
2015-08-25i965: Make setup_vec4_uniform_value and _image_uniform_values take an offsetJason Ekstrand7-22/+38
2015-08-25i965: Rename setup_vector_uniform_values to setup_vec4_uniform_valueJason Ekstrand6-17/+18
2015-08-25freedreno/ir3: fix compile break after splitting out nir_control_flow.hRob Clark1-0/+1
2015-08-25freedreno/ir3: fix compile break after fxn->start_block removalRob Clark1-1/+1
2015-08-25mesa: enable texture stencil8 for multisampleDave Airlie1-2/+5
2015-08-24mesa: make _mesa_bind_texture_unit() staticBrian Paul2-9/+5
2015-08-24mesa/formats: store whether or not a format is sRGB in gl_format_infoNanley Chery2-24/+6
2015-08-24nir: Use !block_ends_in_jump() in a few places rather than open-coding.Kenneth Graunke1-12/+9