72859 Commits (91ec210ea8e35af8a7b30fa599b67b1faa55f34c)
 

Author SHA1 Message Date
  Jason Ekstrand a88ce0c1c4 i965/vec4: Use the replicated fdot instruction in NIR 10 years ago
  Jason Ekstrand 47739c7df4 nir: Add a fdot instruction that replicates the result to a vec4 10 years ago
  Jason Ekstrand 2458ea95c5 nir/lower_vec_to_movs: Coalesce movs on-the-fly when possible 10 years ago
  Jason Ekstrand 2b2f1f16a0 nir/lower_vec_to_movs: Get rid of start_idx and swizzle compacting 10 years ago
  Jason Ekstrand c951bb8305 i965/vec4_nir: Use partial SSA form rather than full non-SSA 10 years ago
  Jason Ekstrand c3f8cde964 nir/lower_vec_to_movs: Handle partially SSA shaders 10 years ago
  Jason Ekstrand b7eeced3c7 nir/lower_vec_to_movs: Pass the shader around directly 10 years ago
  Jason Ekstrand cadd7dd384 i965/fs: Add a very basic validation pass 10 years ago
  Jason Ekstrand 0c6df7a1cb i965/fs_surface_builder: Only apply predicate to components that exist 10 years ago
  Jason Ekstrand 5182400054 i965/fs: Only read output_components many components when writing an output 10 years ago
  Jason Ekstrand f55836f567 i965/fs: Set output_components for lowered clip distance outputs 10 years ago
  Nanley Chery 8200793649 mesa/teximage: restrict GL_ETC1_RGB8_OES support to GLES 10 years ago
  Nanley Chery 48961fa3ba mesa/extensions: restrict GL_OES_EGL_image to GLES 10 years ago
  Nanley Chery fe796a1831 mesa/extensions: restrict luminance alpha formats to API_OPENGL_COMPAT 10 years ago
  Thomas Hellstrom edfb7ed109 gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10 10 years ago
  Emil Velikov a1ac742f70 egl/dri2: don't leak the fd on dri2_terminate 10 years ago
  Emil Velikov bd5bcb5b8c egl/dri2/drm: compact existing device mgmt 10 years ago
  Matt Turner e4f0d26c8c egl/dri2: Close file descriptor on error. 10 years ago
  Ray Strode 4bf151e662 gbm: convert gbm bo format to fourcc format on dma-buf import 10 years ago
  Alejandro Piñeiro a26e82b81d docs: document INTEL_DEBUG 'optimizer' envvar 10 years ago
  Kristian Høgsberg Kristensen a548c75e31 i965: Move perf_debug code to brw_codegen_*_prog() 10 years ago
  Kristian Høgsberg Kristensen 84f2ed2cfd i965: Move brw_fs_precompile() to brw_wm.c 10 years ago
  Kristian Høgsberg Kristensen dc70c86b9b i965: Move compute shader code around 10 years ago
  Anuj Phogat 64e25167ed meta: Abort meta pbo path if TexSubImage need signed unsigned conversion 10 years ago
  Ilia Mirkin 5877a594d5 nvc0/ir: start offset at texBindBase for txq, like regular texturing 10 years ago
  Eric Anholt 64aee8fe9f vc4: Fix build from recent NIR cleanups. 10 years ago
  Antia Puentes b8d2263c83 i965/vec4_nir: Load constants as integers 10 years ago
  Antia Puentes 79f1a7ae28 i965/vec4: Fix saturation errors when coalescing registers 10 years ago
  Tapani Pälli d1bce52e13 docs: cleanups + mark some work as done 10 years ago
  Ilia Mirkin f0b9d53262 docs: only astc ldr required for ES3.2, not hdr 10 years ago
  Ilia Mirkin 67d2d3ba43 st/mesa: emit TXQS, support ARB_shader_texture_image_samples 10 years ago
  Ilia Mirkin ec3fe42b3a r600g: add support for TXQS tgsi opcode 10 years ago
  Ilia Mirkin 4294db90b1 nv50/ir: add support for TXQS tgsi opcode 10 years ago
  Ilia Mirkin f46a53ffa5 gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported 10 years ago
  Ilia Mirkin d173c5e77d tgsi: add a TXQS opcode to retrieve the number of texture samples 10 years ago
  Jordan Justen c4cf824658 glsl/cs: Initialize gl_LocalInvocationIndex in main() 10 years ago
  Jordan Justen 6823e12d5a glsl/cs: Exclude gl_LocalInvocationIndex from builtin variable stripping 10 years ago
  Jordan Justen 2b6cc0395b glsl/cs: Initialize gl_GlobalInvocationID in main() 10 years ago
  Jordan Justen c4d049f646 glsl: Move link_get_main_function_signature to a common location 10 years ago
  Jordan Justen 34e187ec38 glsl/cs: Don't strip gl_GlobalInvocationID and dependencies 10 years ago
  Jordan Justen c5743a5d7f i965/nir: Support gl_WorkGroupID variable 10 years ago
  Jordan Justen 4e454cb7c6 i965/cs: Initialize gl_WorkGroupID variable from payload 11 years ago
  Jordan Justen 4f178f0d8b nir: Add gl_WorkGroupID system variable 10 years ago
  Jordan Justen f5bb5a1bf1 glsl/cs: Add gl_WorkGroupID variable 11 years ago
  Jordan Justen 49f999b9cb i965/nir: Support gl_LocalInvocationID variable 10 years ago
  Jordan Justen 43624361df i965/cs: Initialize gl_LocalInvocationID from payload 10 years ago
  Jordan Justen b94b57f7c5 i965/cs: Initialize gl_LocalInvocationID in push constant data 11 years ago
  Jordan Justen c7161a3c35 i965/cs: Reserve local invocation id in payload regs 10 years ago
  Jordan Justen 62e011d593 nir: Add gl_LocalInvocationID variable 10 years ago
  Jordan Justen bf8d6e501c glsl/cs: Add gl_LocalInvocationID variable 11 years ago