94864 コミット (15e5a7a6832bba011564bfa2045fba9e833eede2)
 

作成者 SHA1 メッセージ 日付
  Nicolai Hähnle b99a169869 ac/nir: use ac_shader_abi::emit_outputs 8年前
  Nicolai Hähnle 0c3b6a4bd9 ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders 8年前
  Nicolai Hähnle 1ea972e08a radeonsi: pass si_shader_context to get_primitive_id 8年前
  Nicolai Hähnle 9df23db13d radeonsi: translate NIR to LLVM 8年前
  Nicolai Hähnle d77526ee30 radeonsi: dump NIR instead of TGSI when appropriate 8年前
  Nicolai Hähnle c5f70a5174 radeonsi: bypass the shader cache for NIR shaders 8年前
  Nicolai Hähnle 29d7bdd179 radeonsi: scan NIR shaders to obtain required info 8年前
  Nicolai Hähnle 73c7e92d3a ac/nir: add ac_shader_abi::inputs 8年前
  Nicolai Hähnle b2367cfcc7 ac/nir: begin splitting off ac_nir_context 8年前
  Nicolai Hähnle 90b3ba8970 radeonsi: add si_shader_selector::nir 8年前
  Nicolai Hähnle acd09389cb radeonsi: implement pipe_screen::get_compiler_options for NIR 8年前
  Nicolai Hähnle da62a31c5b radeonsi: add nir include paths 8年前
  Nicolai Hähnle fa5ae8db2e ac/nir: start using ac_shader_abi 8年前
  Nicolai Hähnle 61ad2f13c3 ac,radeonsi: move some VS input descriptions to ac_shader_abi 8年前
  Nicolai Hähnle c7e9ebb3ab radeonsi: store shader function arguments in a structure 8年前
  Nicolai Hähnle 00476907fc gallium/targets: link against NIR when building radeonsi 8年前
  Nicolai Hähnle e044e9eb2a st/glsl_to_nir: move nir_lower_io to drivers 8年前
  Nicolai Hähnle c5f97eab09 st/mesa: get rid of st_glsl_types 8年前
  Nicolai Hähnle 2cf8c84619 st/glsl_to_nir: use nir_lower_samplers_as_deref when requested by the driver 8年前
  Nicolai Hähnle 06d038c4bd st/glsl_to_nir: fix the case where NIR clone testing is enabled 8年前
  Nicolai Hähnle 01f1598a40 gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF 8年前
  Nicolai Hähnle e902ac3268 nir: add nir_lower_uniforms_to_ubo pass 8年前
  Nicolai Hähnle bce6f99875 nir: add nir_lower_samplers_as_deref pass 8年前
  Nicolai Hähnle f1da97ef7a nir: add load_frag_coord system value intrinsic 8年前
  Nicolai Hähnle 5011923e09 nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value 8年前
  Nicolai Hähnle b27c2d402e nir: add nir_instr_rewrite_deref 8年前
  Samuel Pitoiset 540b1a8f0b mesa: add KHR_no_error support to glPointSize() 8年前
  Samuel Pitoiset 1693ab6c3a mesa: add point_size() helper 8年前
  Samuel Pitoiset d88d60ab1d mesa: add KHR_no_error support to glVertexArrayElementBuffer() 8年前
  Samuel Pitoiset 1429b5cd59 mesa: add vertex_array_element_buffer() helper 8年前
  Samuel Pitoiset 80a845538a mesa: add KHR_no_error support to glTextureSubImage*D() 8年前
  Samuel Pitoiset de0b1e5a81 mesa: add texturesubimage_error() helper 8年前
  Samuel Pitoiset ffe8813b02 mesa: add KHR_no_error support to glDetachShader() and glDetachObjectARB() 8年前
  Samuel Pitoiset 6b9087a45d mesa: add detach_shader_error() helper 8年前
  Samuel Pitoiset c8ea792723 mesa: add KHR_no_error support to glDrawTransformFeedback*() 8年前
  Samuel Pitoiset a187fcf584 mesa: add KHR_no_error support to glNamedFramebufferDrawBuffers() 8年前
  Samuel Pitoiset 9337e4d38a mesa: add KHR_no_error support to glDrawBuffers() 8年前
  Samuel Pitoiset 966108a803 mesa: add draw_buffers_error() helper 8年前
  Samuel Pitoiset 1dd2003396 mesa: add KHR_no_error support to glDeleteBuffers() 8年前
  Samuel Pitoiset fc039e9ff4 mesa: add delete_buffers() helper 8年前
  Samuel Pitoiset 7bc50dfe79 mesa: add KHR_no_error support to glNamedFramebufferRenderbuffer() 8年前
  Samuel Pitoiset 0a20e43ff0 mesa: add KHR_no_error support to glFramebufferRenderbuffer() 8年前
  Samuel Pitoiset 55188f7db8 mesa: add framebuffer_renderbuffer_error() helper 8年前
  Samuel Pitoiset ad427f54aa mesa: add KHR_no_error support to glDeleteTextures() 8年前
  Samuel Pitoiset 488af1292a mesa: add delete_textures() helper 8年前
  Samuel Pitoiset 8bf786d13d mesa: add KHR_no_error support to glNamedFramebufferDrawBuffer() 8年前
  Samuel Pitoiset 0238976665 mesa: add KHR_no_error support to glDrawBuffer() 8年前
  Samuel Pitoiset e42775ba68 mesa: add draw_buffer_error() helper 8年前
  Samuel Pitoiset d952485d7c mesa: add KHR_no_error support to glBindTextures() 8年前
  Samuel Pitoiset 90f691b5be mesa: add bind_textures() helper 8年前