summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-31radeonsi: translate NIR to LLVMNicolai Hähnle4-4/+22
2017-07-31radeonsi: dump NIR instead of TGSI when appropriateNicolai Hähnle1-1/+5
2017-07-31radeonsi: bypass the shader cache for NIR shadersNicolai Hähnle1-2/+3
2017-07-31radeonsi: scan NIR shaders to obtain required infoNicolai Hähnle5-6/+335
2017-07-31ac/nir: add ac_shader_abi::inputsNicolai Hähnle2-0/+9
2017-07-31ac/nir: begin splitting off ac_nir_contextNicolai Hähnle2-234/+290
2017-07-31radeonsi: add si_shader_selector::nirNicolai Hähnle1-0/+3
2017-07-31radeonsi: implement pipe_screen::get_compiler_options for NIRNicolai Hähnle1-0/+33
2017-07-31radeonsi: add nir include pathsNicolai Hähnle1-0/+1
2017-07-31ac/nir: start using ac_shader_abiNicolai Hähnle1-20/+18
2017-07-31ac,radeonsi: move some VS input descriptions to ac_shader_abiNicolai Hähnle3-31/+77
2017-07-31radeonsi: store shader function arguments in a structureNicolai Hähnle1-300/+322
2017-07-31gallium/targets: link against NIR when building radeonsiNicolai Hähnle6-0/+8
2017-07-31st/glsl_to_nir: move nir_lower_io to driversNicolai Hähnle3-2/+10
2017-07-31st/mesa: get rid of st_glsl_typesNicolai Hähnle10-173/+42
2017-07-31st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driverNicolai Hähnle1-1/+6
2017-07-31st/glsl_to_nir: fix the case where NIR clone testing is enabledNicolai Hähnle1-1/+2
2017-07-31gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle17-0/+18
2017-07-31nir: add nir_lower_uniforms_to_ubo passNicolai Hähnle3-0/+99
2017-07-31nir: add nir_lower_samplers_as_deref passNicolai Hähnle5-0/+255
2017-07-31nir: add load_frag_coord system value intrinsicNicolai Hähnle3-0/+6
2017-07-31nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system valueNicolai Hähnle1-2/+4
2017-07-31nir: add nir_instr_rewrite_derefNicolai Hähnle2-0/+15
2017-07-31mesa: add KHR_no_error support to glPointSize()Samuel Pitoiset3-1/+12
2017-07-31mesa: add point_size() helperSamuel Pitoiset1-8/+15
2017-07-31mesa: add KHR_no_error support to glVertexArrayElementBuffer()Samuel Pitoiset3-1/+12
2017-07-31mesa: add vertex_array_element_buffer() helperSamuel Pitoiset1-21/+38
2017-07-31mesa: add KHR_no_error support to glTextureSubImage*D()Samuel Pitoiset3-3/+71
2017-07-31mesa: add texturesubimage_error() helperSamuel Pitoiset1-30/+45
2017-07-31mesa: add KHR_no_error support to glDetachShader() and glDetachObjectARB()Samuel Pitoiset3-2/+31
2017-07-31mesa: add detach_shader_error() helperSamuel Pitoiset1-9/+21
2017-07-31mesa: add KHR_no_error support to glDrawTransformFeedback*()Samuel Pitoiset1-3/+10
2017-07-31mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers()Samuel Pitoiset3-1/+22
2017-07-31mesa: add KHR_no_error support to glDrawBuffers()Samuel Pitoiset3-1/+20
2017-07-31mesa: add draw_buffers_error() helperSamuel Pitoiset1-115/+130
2017-07-31mesa: add KHR_no_error support to glDeleteBuffers()Samuel Pitoiset3-1/+12
2017-07-31mesa: add delete_buffers() helperSamuel Pitoiset1-10/+17
2017-07-31mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer()Samuel Pitoiset3-1/+20
2017-07-31mesa: add KHR_no_error support to glFramebufferRenderbuffer()Samuel Pitoiset3-1/+28
2017-07-31mesa: add framebuffer_renderbuffer_error() helperSamuel Pitoiset1-46/+63
2017-07-31mesa: add KHR_no_error support to glDeleteTextures()Samuel Pitoiset3-1/+12
2017-07-31mesa: add delete_textures() helperSamuel Pitoiset1-14/+20
2017-07-31mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer()Samuel Pitoiset3-1/+20
2017-07-31mesa: add KHR_no_error support to glDrawBuffer()Samuel Pitoiset3-1/+20
2017-07-31mesa: add draw_buffer_error() helperSamuel Pitoiset1-6/+14
2017-07-31mesa: add KHR_no_error support to glBindTextures()Samuel Pitoiset3-1/+13
2017-07-31mesa: add bind_textures() helperSamuel Pitoiset1-19/+28
2017-07-31mesa: add KHR_no_error support to glBindTexture()Samuel Pitoiset3-1/+12
2017-07-31mesa: add bind_texture() helperSamuel Pitoiset1-13/+23
2017-07-31mesa: rename bind_texture() to bind_texture_object()Samuel Pitoiset1-6/+5