68616 次代码提交 (c3f352e8367f03cc416968d780f5dc6a6812a496)
 

作者 SHA1 备注 提交日期
  Brian Paul 6b06697b0d mesa: remove M_PI, M_E, M_LOG2E macro definitions 10 年前
  Brian Paul 6cb431c19c glsl: #include c99_math.h instead of core.h 10 年前
  Brian Paul 36ea81d067 gallium: whitespace, comment formatting fixes in p_defines.h 10 年前
  Brian Paul e09fe38935 util: add debug_print_bind_flags() debug helper 10 年前
  Brian Paul 2069f2c7fa gallium: renumber PIPE_BIND_ flags 10 年前
  Neil Roberts a44606eb81 meta: In pbo_{Get,}TexSubImage don't repeatedly rebind the source tex 10 年前
  Marius Predut 1a93e7690d mesa: use fi_type in vertex attribute code 10 年前
  Anuj Phogat 4705346463 i965/gen8: Use HALIGN_16 if MCS is enabled for non-MSRT 10 年前
  Anuj Phogat 84199fa647 i965: Pass pointer to miptree as function parameter in intel_horizontal_texture_alignment_unit 10 年前
  Anuj Phogat 94d88cb468 i965: Allocate texture buffer in intelTexImage 10 年前
  Anuj Phogat 82f6d17300 i965: Make a function to check the conditions to use the blitter 10 年前
  Anuj Phogat 6960a3962c i965: Move the comment to the right place 10 年前
  Anuj Phogat 524a729f68 i965: Fix condition to use Y tiling in blitter in intel_miptree_create() 10 年前
  Anuj Phogat 688309374d meta: Pass null pointer for the pixel data to avoid unnecessary data upload 10 年前
  Anuj Phogat 068ba4ac78 meta: Fix buffer object assignment to account for both pack and unpack bo's 10 年前
  Anuj Phogat 618c4c4b6a meta: Use GL_STREAM_READ for pbo created with GL_PIXEL_PACK_BUFFER 10 年前
  Anuj Phogat 8d6ae49a8b meta: Add assertion check for ctx->Meta->SaveStackDepth 10 年前
  Anuj Phogat 0a4ea87344 meta: Do power of two samples check only for samples > 0 25 年前
  Matt Turner cb25087c7b glsl: Rewrite and fix min/max to saturate optimization. 10 年前
  Rob Clark 864340219b freedreno: drop ARRAY_SIZE macro 10 年前
  Neil Roberts 67e3302497 i965: Don't force x-tiling for 16-bpp formats on Gen>7 10 年前
  Andreas Boll 6d164f65c5 glx: Fix returned values of GLX_RENDERER_PREFERRED_PROFILE_MESA 10 年前
  Andreas Boll 06924972d5 dri/common: Update comment about driQueryRendererIntegerCommon 10 年前
  Ilia Mirkin 720ba6ca97 glsl: add double support for packing varyings 10 年前
  Laura Ekstrand 546aba143d common: Fix PBOs for 1D_ARRAY. 10 年前
  Laura Ekstrand ccc5ce6f72 common: Correct PBO 2D_ARRAY handling. 10 年前
  Laura Ekstrand 06084652fe common: Correct texture init for meta pbo uploads and downloads. 10 年前
  Brian Paul 88ff8dee02 mesa: remove DEG2RAD macro 10 年前
  Brian Paul ab68219a59 mesa: remove MAX_GLUSHORT, move MAX_GLUINT 10 年前
  Brian Paul f847ddb64d mesa: move signbit() macro to c99_math.h 10 年前
  Brian Paul 612143b2d0 mesa: remove unused isblank() function 10 年前
  Brian Paul e033d2c642 glcpp: remove unneeded #include of core.h 10 年前
  Brian Paul 9fd7e9d831 mesa: remove sqrtf macro 10 年前
  Kenneth Graunke ee3f674572 i965: Remove redundant discard jumps. 11 年前
  Kenneth Graunke 30f51f1a1a glsl: Optimize "if (cond) discard;" to a conditional discard. 11 年前
  Kenneth Graunke 8eb6c10999 i965/fs: Handle conditional discards. 11 年前
  Kenneth Graunke 8e62bd52f8 nir: Introduce nir_intrinsic_discard_if. 10 年前
  Kenneth Graunke 23d42b46e3 glsl: Delete dead discard conditions in constant folding. 10 年前
  Kenneth Graunke d77b186871 glsl: Handle conditional discards in lower_discard_flow(). 10 年前
  Kenneth Graunke 44b45da994 glsl: Make ir_rvalue_visitor visit ir_discard::condition. 10 年前
  Kenneth Graunke 926d8b0510 glsl: Make ir_validate check the type of ir_discard::condition. 10 年前
  Matt Turner 6f5604601c Revert "i965/fs: Remove force_writemask_all assertion for execsize < 8." 10 年前
  Matt Turner 2c7a703b05 i965/fs: Emit MOV(1) instructions with force_writemask_all. 10 年前
  Matt Turner 467077b834 i965/fs: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0. 10 年前
  Matt Turner b8582d18e6 i965/fs/nir: Optimize integer multiply by a 16-bit constant. 10 年前
  Matt Turner 7a997a3863 i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where x and y are ±1.0. 10 年前
  Jason Ekstrand c750ecaa12 nir/register: Add a parent_instr field 10 年前
  Marek Olšák fc59695b92 st/mesa: remove unused/broken function st_print_shaders 10 年前
  Brian Paul a86054bac7 st/mesa: remove struct qualifier from st_src_reg parameter 10 年前
  Brian Paul a2b366b92c mesa: remove INV_SQRTF() macro 10 年前