25586 Révisions (b5e397c3693fbae6b2c91c602454d9a70651c9c4)
 

Auteur SHA1 Message Date
  José Fonseca b5e397c369 util: Dump PIPE_FUNC_x value names. il y a 16 ans
  Brian Paul d6d4f8b66e llvmpipe: use the udis86 lib to print the x86 assembly code il y a 16 ans
  Brian Paul 03b388e1c9 llvmpipe: frag shader comments il y a 16 ans
  Brian Paul 0f6c621aee llvmpipe: blend comments il y a 16 ans
  Brian Paul 8329e59958 llvmpipe: comments about blend generator il y a 16 ans
  Brian Paul f586d9546b llvmpipe: basic comments il y a 16 ans
  José Fonseca b9f2f01315 llvmpipe: Hack to force the line/point rasterization also fit the blend function expectations. il y a 16 ans
  José Fonseca 7643da88a3 llvmpipe: Refer my udis86 branch which decodes more opcodes. il y a 16 ans
  José Fonseca 7c2dc3faa8 llvmpipe: Code generate the position interpolation. il y a 16 ans
  José Fonseca 6f5cd15f80 llvmpipe: Simpler variant of lp_build_broadcast_scalar. il y a 16 ans
  José Fonseca 17baa01bfb llvmpipe: Put the position coefficients together with the inputs. il y a 16 ans
  José Fonseca 7926b42d41 llvmpipe: Implement saturation. il y a 16 ans
  José Fonseca 39352b3443 llvmpipe: Put color/depth directly into the quad structure. il y a 16 ans
  Brian Paul 4c6fd574b1 llvmpipe: re-enable other gallium drivers il y a 16 ans
  Brian Paul 908d8d7a1b llvmpipe: prefix point/line/tri_setup() functions with llvmpipe_ il y a 16 ans
  Brian Paul 1ea1cd8468 llvmpipe: repurpose linux-llvm config to build the llvmpipe driver il y a 16 ans
  Brian Paul 137afe6a55 llvmpipe: updated Makefile C_SOURCES il y a 16 ans
  Brian Paul aa2514d12d llvmpipe: add missing break in xlib _init() il y a 16 ans
  José Fonseca 556eecea67 llvmpipe: Allow to build without udis86. il y a 16 ans
  José Fonseca 2fef9b3369 llvmpipe: Drop the FETCH/STORE macros. il y a 16 ans
  José Fonseca 5999ebfb69 llvmpipe: Debug helper function to name llvm intermediate values. il y a 16 ans
  Keith Whitwell a22f87c994 llvmpipe: use align_malloc for all structs containing ALIGN16 members il y a 16 ans
  José Fonseca 49d83fdc45 llvmpipe: Document that llvm 2.5 is expected. il y a 16 ans
  José Fonseca 8df64bb2fe llvmpipe: Briefly describe current status. il y a 16 ans
  José Fonseca bb867b0ae4 llvmpipe: Blend in place. il y a 16 ans
  José Fonseca 4a414d8f87 llvmpipe: Code generate logic ops. il y a 16 ans
  José Fonseca 3014919211 llvmpipe: Rasterize the quads according to what the blend function expects. il y a 16 ans
  José Fonseca efab431684 llvmpipe: Tile in SoA format identical to the blender function output. il y a 16 ans
  José Fonseca ee066eaf6d llvmpipe: Allow to dump the disassembly byte code. il y a 16 ans
  José Fonseca c5abcac7ef llvmpipe: Implement LIT. il y a 16 ans
  José Fonseca 09a7b011ac llvmpipe: Move lp_build_select to lp_bld_logic.[ch]. il y a 16 ans
  José Fonseca 1aae039ee2 llvmpipe: Implement comparison opcodes. il y a 16 ans
  José Fonseca aede39efd8 llvmpipe: Fix translation of KIL with repeated swizzles. il y a 16 ans
  José Fonseca 81e7ec485d llvmpipe: Handle floating point selection. il y a 16 ans
  José Fonseca 4d7a8194c5 llvmpipe: Silence compiler warnings. il y a 16 ans
  José Fonseca 7821664b15 llvmpipe: Implement KIL. il y a 16 ans
  José Fonseca 2c90652ed9 llvmpipe: More verbose error message when failed to translate opcodes. il y a 16 ans
  José Fonseca 58f20b2b65 llvmpipe: Detect typos in LLVM intrinsics early. il y a 16 ans
  José Fonseca 1aede69d3a llvmpipe: Comparisons translation. il y a 16 ans
  José Fonseca 818d444e12 llvmpipe: Disassemble generated x86 code. il y a 16 ans
  José Fonseca a7f9b915ae llvmpipe: Shader function arguments don't alias. il y a 16 ans
  José Fonseca 539c55da16 llvmpipe: Test only present functionality to allow regression testing. il y a 16 ans
  José Fonseca c67570ba85 llvmpipe: Clamp into range when writing integers. il y a 16 ans
  José Fonseca 17aec9304c llvmpipe: Compute interpolation coeffs directly into SoA layout. il y a 16 ans
  José Fonseca b6f43b445b llvmpipe: Pass the interpolation factors as scalars. il y a 16 ans
  José Fonseca 1a004142bb llvmpipe: Eliminate dependency on tgsi_exec_machine. il y a 16 ans
  José Fonseca 73af91e938 llvmpipe: Eliminate non-LLVM fs execution paths. il y a 16 ans
  José Fonseca 95f38dd67c llvmpipe: Code generate interpolators. il y a 16 ans
  José Fonseca af608e56ca llvmpipe: Factor out lp_build_select from lp_build_select_aos. il y a 16 ans
  José Fonseca 57907e7fd9 llvmpipe: Translate approximate log2/exp2. il y a 16 ans