72329 Commits (0fc21ecfc0891d239f20bf7724e51bc75503570c)
 

Author SHA1 Message Date
  Marek Olšák 0fc21ecfc0 gallium: add flags parameter to pipe_screen::context_create 10 years ago
  Marek Olšák 7b5c92391f gallium: add an interface for dumping debug driver state 10 years ago
  Ilia Mirkin a3b617a258 mesa: remove pointless es31 checks, fix indirect to only be in es31 10 years ago
  Ilia Mirkin 332fb341dd mesa: uncomment checks in es31 computation, add texture_ms 10 years ago
  Marek Olšák f432ae899f mesa: create multisample fallback textures like normal textures 10 years ago
  Grazvydas Ignotas f8b01ae47c radeonsi: mark unreachable paths to avoid warnings 10 years ago
  Tapani Pälli e0c2ea0337 mesa: GetTexLevelParameter{if}v changes for OpenGL ES 3.1 10 years ago
  Marta Lofstedt ae8d0e7abe mesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL ES 3.1 10 years ago
  Marta Lofstedt c2a766880d mesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_ values for OpenGL ES 3.1 10 years ago
  Dave Airlie 73e5adc4b2 mesa/formats: pass correct parameter to _mesa_is_format_compressed 10 years ago
  Roland Scheidegger 48e6404c04 gallium/auxiliary: optimize rgb9e5 helper some more 10 years ago
  Roland Scheidegger 941346a803 gallium/auxiliary: optimize rgb9e5 helper a bit 10 years ago
  Dave Airlie c1452983b4 mesa/texgetimage: fix missing stencil check 10 years ago
  Nanley Chery 1d2a844e7d mesa/teximage: Add GL error parameter to _mesa_target_can_be_compressed 10 years ago
  Nanley Chery 26c549e69d mesa/formats: remove compressed formats from matching function 10 years ago
  Nanley Chery 8e581747d2 mesa/formats: make format testing a gtest 10 years ago
  Kenneth Graunke 1bec29d04d gallium/ttn: Use nir_builder_insert() rather than poking at cf_list. 10 years ago
  Kenneth Graunke 78856194c1 prog_to_nir: Use nir_builder_insert() rather than poking at cf_list. 10 years ago
  Kenneth Graunke 5f14c417c8 nir: Use nir_shader::stage rather than passing it around. 10 years ago
  Kenneth Graunke d4d5b430a5 nir: Store gl_shader_stage in nir_shader. 10 years ago
  Jason Ekstrand dfacae3a56 i965/fs: Combine assign_constant_locations and move_uniform_array_access_to_pull_constants 10 years ago
  Jason Ekstrand c999a58f50 nir/lower_io: Remove assign_var_locations_direct_first 10 years ago
  Jason Ekstrand 259f7291de i965/fs: Rework uniform handling 10 years ago
  Jason Ekstrand cfa056c6a5 i965/vec4_nir: Get rid of the uniform_driver_location tracking 10 years ago
  Jason Ekstrand ce5e9139aa nir/lower_io: Separate driver_location and base offset for uniforms 10 years ago
  Jason Ekstrand 0db8e87b4a nir/intrinsics: Add a second const index to load_uniform 10 years ago
  Kenneth Graunke 6c33d6bbf9 nir: Pass a type_size() function pointer into nir_lower_io(). 10 years ago
  Kenneth Graunke a23f82053d prog_to_nir: Don't allocate nir_variable with type vec4[0] for uniforms. 10 years ago
  Kenneth Graunke 640c472fd0 i965: Move type_size() methods out of visitor classes. 10 years ago
  Jason Ekstrand c56899f41a i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset 10 years ago
  Jason Ekstrand 8d8b8f5854 i965: Rename setup_vector_uniform_values to setup_vec4_uniform_value 10 years ago
  Rob Clark 0ab29751b6 freedreno/ir3: fix compile break after splitting out nir_control_flow.h 10 years ago
  Rob Clark 8b2d0bb844 freedreno/ir3: fix compile break after fxn->start_block removal 10 years ago
  Dave Airlie 529acab22a mesa: enable texture stencil8 for multisample 10 years ago
  Brian Paul e089ca26e1 mesa: make _mesa_bind_texture_unit() static 10 years ago
  Nanley Chery 8f378d1083 mesa/formats: store whether or not a format is sRGB in gl_format_info 10 years ago
  Kenneth Graunke 4f2cdd8497 nir: Use !block_ends_in_jump() in a few places rather than open-coding. 10 years ago
  Connor Abbott d7971b41ce nir/cf: reimplement nir_cf_node_remove() using the new API 10 years ago
  Connor Abbott fc7f2d2364 nir/cf: add new control modification API's 10 years ago
  Connor Abbott 476eb5e4a1 nir/cf: use a cursor for inserting control flow 10 years ago
  Connor Abbott d356f84d4c nir/cf: add split_block_cursor() 10 years ago
  Connor Abbott 58a360c6b8 nir/cf: add split_block_before_instr() 10 years ago
  Connor Abbott 6e47a34b29 nir/cf: add a cursor structure 10 years ago
  Connor Abbott 6f5c81f86f nir/cf: fix link_blocks() when there are no successors 10 years ago
  Connor Abbott 6d028749ac nir/cf: clean up jumps when cleaning up CF nodes 10 years ago
  Connor Abbott 211c79515d nir/cf: remove uses of SSA definitions that are being deleted 10 years ago
  Connor Abbott 633cbbc068 nir/cf: handle jumps better in stitch_blocks() 10 years ago
  Connor Abbott 940873bf22 nir/cf: handle jumps in split_block_end() 10 years ago
  Connor Abbott f596e4021c nir/cf: add block_ends_in_jump() 10 years ago
  Connor Abbott 788d45cb47 nir/cf: handle phi nodes better in split_block_beginning() 10 years ago