76174 次代码提交 (f7a8b6fff5ae23546ed92aad4ad67470355ed919)
 

作者 SHA1 备注 提交日期
  Marek Olšák f7a8b6fff5 radeonsi: split out code for deleting si_shader 9 年前
  Marek Olšák e21142087c radeonsi: move code writing tess factors into a separate function 9 年前
  Marek Olšák dc5fc3c2f6 radeonsi: make LLVM IR dumping less messy 9 年前
  Marek Olšák c1041366db radeonsi: move a few r600_can_dump_shader calls to where they're needed 9 年前
  Marek Olšák b6d5666fbf radeonsi: remove useless code that handles dx10_clamp_mode 9 年前
  Marek Olšák 57271d5364 radeonsi: dump SPI_PS_INPUT values along with shader stats 9 年前
  Marek Olšák 5a53628f45 radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns it 9 年前
  Marek Olšák 9483fcc7f2 radeonsi: don't force gl_SampleMaskIn to 1 for smoothing 9 年前
  Marek Olšák c379c2540b radeonsi: split PS input interpolation code into its own function 9 年前
  Marek Olšák b9126dcda8 radeonsi: implement forcing per-sample_interpolation using the shader key only 9 年前
  Marek Olšák 4596f3c1b8 radeonsi: remove si_shader::ps_input_interpolate 9 年前
  Marek Olšák 6dda2455c8 radeonsi: move BCOLOR PS input locations after all other inputs 9 年前
  Marek Olšák 606e4185f3 radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate function 9 年前
  Marek Olšák 90cbbe1c12 radeonsi: generate a color_two_side variant only if the shader reads colors 9 年前
  Marek Olšák 4bbbaaf191 radeonsi: move si_shader_context initialization into a separate function 9 年前
  Marek Olšák a3e9a5f9f8 st/mesa: remove st_is_program_native 9 年前
  Marek Olšák 7046c588eb st/mesa: unify destroy_program_variants cases for TCS, TES, GS 9 年前
  Marek Olšák 75be3ee9f9 st/mesa: unify get_variant functions for TCS, TES, GS 9 年前
  Marek Olšák b8d31fdedf st/mesa: unify variants and delete functions for TCS, TES, GS 9 年前
  Brian Paul fe14110f35 mesa: fix incorrect viewport position when GL_CLIP_ORIGIN = GL_LOWER_LEFT 9 年前
  Brian Paul 0193e20df5 mesa: rewrite save_CallLists() code 9 年前
  Brian Paul 711d5347cf mesa: add missing error check in _mesa_CallLists() 9 年前
  Brian Paul b1ddc03633 mesa: whitespace clean-ups in dlist.h 9 年前
  Brian Paul 7d18faf8e7 st/mesa: don't allocate bitmap drawing state until needed 9 年前
  Brian Paul a5799de3dc st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad() 9 年前
  Brian Paul 130d34ce65 st/mesa: refactor some bitmap drawing code 9 年前
  Ilia Mirkin 922be4eab9 mesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results 9 年前
  Ilia Mirkin 7aca4bb9b1 st/mesa: make use of the occlusion predicate query 9 年前
  Ilia Mirkin 50235ab3ab nv50: add PIPE_QUERY_OCCLUSION_PREDICATE support 9 年前
  Ilia Mirkin 0cb1dda36e nv30: add PIPE_QUERY_OCCLUSION_PREDICATE support 9 年前
  Ilia Mirkin 0d04ec2fd2 ilo: add PIPE_QUERY_OCCLUSION_PREDICATE support 9 年前
  Nicolai Hähnle c260175677 draw: use util_pstipple_* function for stipple pattern textures and samplers 9 年前
  Nicolai Hähnle 452e51bf1e draw: use util_pstipple_create_fragment_shader 9 年前
  Marek Olšák 83b4d701c0 winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernel 9 年前
  Timothy Arceri 1aae5e8ced nir: remove unused nir_variable fields 9 年前
  Timothy Arceri 6235b69134 glsl: remove unrequired forward declaration 9 年前
  Timothy Arceri 9dd6a4ea79 glsl: clean up and fix bug in varying linking rules 9 年前
  Timothy Arceri fd0b89ad8d glsl: simplify ES Vertex/Fragment shader requirements 9 年前
  Timothy Arceri 55fa3c44bc glsl: simplify required stages for linking rules 9 年前
  Timothy Arceri 20823992b4 glsl: small tidy up now that link_shaders() exits early with 0 shaders 9 年前
  Timothy Arceri 76cfb47207 glsl: don't attempt to link empty program 9 年前
  Matt Turner 371c4b3c48 nir: Recognize open-coded bitfield_reverse. 9 年前
  Matt Turner 2d0d9755da nir: Handle large unsigned values in opt_algebraic. 9 年前
  Matt Turner 7be8d07732 nir: Do opt_algebraic in reverse order. 9 年前
  Matt Turner a8f0960816 nir: Recognize product of open-coded pow()s. 9 年前
  Matt Turner 9f02e3ab03 nir: Add opt_algebraic rules for xor with zero. 9 年前
  Timothy Arceri 3fd4280759 glsl: validate arrays of arrays on empty type delclarations 9 年前
  Kenneth Graunke 74f956c416 i965: Use nir_lower_load_const_to_scalar(). 9 年前
  Timothy Arceri 184afd8fd9 mesa: remove now unused sampler index handing code 9 年前
  Timothy Arceri edc108765e mesa: compute sampler index in ir_to_mesa rather than using UniformHash 9 年前