155 коммитов (fbc3722696790857f4adc936190406e74dffd969)

Автор SHA1 Сообщение Дата
  José Fonseca 213e6584ed gallivm: Fix USCALED translation. Minor Cleanups. 15 лет назад
  José Fonseca aa364d091e llvmpipe: Drop the aos format conversion. 15 лет назад
  José Fonseca 7a26c875a9 util: Generalize lp_format_is_rgba8 into util_format_is_rgba8_variant. 15 лет назад
  Zack Rusin dc886ba139 gallivm: cleanup the code (found by coverity) 15 лет назад
  Brian Paul 8c6f71e01e gallivm: use constant size array, added assertion check 15 лет назад
  Roland Scheidegger 6fb364a171 gallium: adapt all code to the renamed depth/stencil formats 15 лет назад
  Chris Li 3b1a8d9d5b gallivm: added lp_bld_printf() function 15 лет назад
  Zack Rusin 012fabca72 gallivm: make sure that the alloca's are the very first thing in the function 15 лет назад
  Brian Paul 05c03c6a1b gallivm: simplify and clean-up Z/stencil bit mask/shift code 15 лет назад
  Brian Paul 8df65e9899 gallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stencil code 15 лет назад
  Brian Paul 66b6676d14 gallivm: fix broken INCR/DECR stencil modes 15 лет назад
  Brian Paul 22e6dc3870 gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through 15 лет назад
  Brian Paul 521c61ff01 gallivm/llvmpipe: simplify front/back stencil ref value handling 15 лет назад
  Brian Paul ecf85c7d75 gallivm: checkpoint WIP two-sided stencil test 15 лет назад
  Brian Paul fecd4cde50 gallivm/llvmpipe: basic stencil testing works 15 лет назад
  Brian Paul 2b8db4ce15 gallivm: added lp_build_andc() 15 лет назад
  Brian Paul d1c9e59883 gallivm/llvmpipe: more asst changes for stencil testing 15 лет назад
  Brian Paul 67b82fc395 gallivm/llmvpipe: pass stencil refs state into z/stencil build code 15 лет назад
  Brian Paul cb1b0b4bec gallivm: checkpoint: stencil test code 15 лет назад
  Brian Paul 185be3a87a gallivm/llvmpipe: rename some constant building functions 15 лет назад
  Brian Paul c86a499769 gallivm: fix up some #includes 15 лет назад
  Brian Paul 0d71ba46e6 gallivm/llvmpipe: rename os_llvm.h to lp_bld.h 15 лет назад
  Brian Paul d25d3cc008 gallivm: fix typo/bug in lp_build_sgn() 15 лет назад
  Brian Paul 1d6d51413e gallivm: add min_lod==max_lod special-case code in lp_build_lod_selector() 15 лет назад
  Brian Paul b9a81b626a gallivm: asst clean-ups, comments, etc. 15 лет назад
  Brian Paul eecf9c85b0 gallivm: implement minification/magnification selection 15 лет назад
  Brian Paul e0f7c3cbf0 gallivm: fix incorrect clamp in lp_build_linear_mip_levels() 15 лет назад
  Brian Paul f9d753787e gallivm: fix incorrect floor(), itrunc() 15 лет назад
  Keith Whitwell 2f54352205 gallivm: build fix 15 лет назад
  Keith Whitwell 7bbcb21e20 gallivm: convert to pipe_resources 15 лет назад
  José Fonseca 392d37609d llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps. 15 лет назад
  Brian Paul 3c80e52541 gallivm: cube map sampling works now 15 лет назад
  Brian Paul e910c0ba9e gallivm: fix bugs in nested if/then/else codegen 15 лет назад
  Brian Paul a6196ce8be gallivm: support non-vector float in lp_build_sgn() 15 лет назад
  Brian Paul e574b79485 gallivm: checkpoint WIP cubemap code 15 лет назад
  Brian Paul 0b3bb6318e gallivm: added lp_build_sum_vector() 15 лет назад
  Brian Paul 26ae4aab6a gallivm: enable 3D texture sampling 15 лет назад
  Brian Paul 53efb634a0 gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]' 15 лет назад
  Brian Paul 489af2a3ba gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.h 15 лет назад
  Brian Paul d645119098 gallivm: fix some bugs on the 1D texture paths 15 лет назад
  Brian Paul 2410125d07 gallivm: include tgsi_dump.h to silence warning 15 лет назад
  Brian Paul 7b42379b71 gallivm: move declarations to silence unused var warnings 15 лет назад
  José Fonseca e24e5324ed gallivm: Use bitmasks for scalar masks. 15 лет назад
  José Fonseca 99f11f6530 gallivm: Handle scalar types in lp_build_*_type. 15 лет назад
  Brian Paul 67a2f98be7 gallivm: overhaul of texture sampling code 15 лет назад
  Brian Paul a599f552f2 gallivm: handle scalar floats in lp_build_floor() and lp_build_iround() 15 лет назад
  Brian Paul 22bb7ffd04 gallivm: constant building for scalar zero 15 лет назад
  Brian Paul a75254dda9 gallivm: implement bilinear sampling with nearest mipmapping 15 лет назад
  Brian Paul dd67103d86 gallivm: remove debug code. nearest minification works now. 15 лет назад
  Jose Fonseca d42229707a gallivm: simplify conditional branching 15 лет назад