413 Revize (7b1d08738f30d0fec2f07568b16e08c4fdddeeac)

Autor SHA1 Zpráva Datum
  Brian Paul 7b1d08738f cell: turn on PPC assembly vertex transform před 17 roky
  Brian Paul ba4faef7c0 gallium: temporarily disable PPC vertex shader until more things run před 17 roky
  Brian Paul b7da4c3dc1 gallium: PPC vertex shader support před 17 roky
  Brian Paul 05a8f203cd gallium: fix the test in vs_exec_prepare() to avoid redundant bindings před 17 roky
  Keith Whitwell 13f46fa1b9 draw: don't assume output buffer pointer is aligned před 17 roky
  Alan Hourihane ca5224945a gallium: silence warning před 17 roky
  Keith Whitwell 23cc303994 draw: don't assume output buffer pointer is aligned před 17 roky
  Keith Whitwell c48da7d78b draw: add switch for drivers to force vertex data passthrough před 17 roky
  José Fonseca 4d7394f892 gallium: Introduce PIPE_ARCH_SSE define for SSE support. před 17 roky
  Michal Krol 9b82701813 draw: Fix compiler errors on Windows. před 17 roky
  Keith Whitwell 53d4706c6c make draw's vertex_info struct smaller/quicker to compare with memcmp() před 17 roky
  Keith Whitwell 22eb067c88 draw: modify prefetching slightly před 17 roky
  Keith Whitwell 21f98ad30a draw: don't keep refetching constant inputs před 17 roky
  Keith Whitwell a15699c3f5 draw: add streamlined paths for fetching linear verts před 17 roky
  Stephane Marchesin 3f477e111a Gallivm: make it compile again, add some opcodes. před 17 roky
  Keith Whitwell 918a444913 draw: modify prefetching slightly před 17 roky
  Keith Whitwell af9cfea9cc draw: don't keep refetching constant inputs před 17 roky
  Keith Whitwell dd7e5a4980 draw: add streamlined paths for fetching linear verts před 17 roky
  Stephane Marchesin ab74b8e354 Gallivm: make it compile again, add some opcodes. před 17 roky
  Brian Paul a06d38a74e gallium: fix wide point / point coord semantic info (generic, not fog) před 17 roky
  Michal Krol e852232ebf draw: Silence compiler warnings on Windows. před 17 roky
  Brian Paul 9defef29c5 gallium: avoid redundant tgsi_exec_machine_bind_shader() calls on draw exec path před 17 roky
  José Fonseca 82086f5d21 draw: Describe the steps in emit_load_R32G32B32A32. před 17 roky
  Brian Paul feea0c9d95 gallium: fix out of bounds array errors in SSE execution před 17 roky
  José Fonseca f4d707b40e draw: Put INLINES where appropriate. před 17 roky
  Keith Whitwell e6887a5752 draw: attempt atomic submit of large drawelements calls před 17 roky
  Brian 60ac76175b gallium: added const qualifiers on some draw funcs před 17 roky
  Brian Paul 4f25420bdd gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h před 17 roky
  Brian Paul a13475ff00 gallium: replace align_int() with align() před 17 roky
  Brian Paul 120270def7 gallium: stop using FABSF() macro před 17 roky
  Brian Paul 1c2ff4d9e6 gallium: use new util_fast_exp2(), _log2(), pow() functions před 17 roky
  Brian Paul f6abdb2043 gallium: fix typo in LINE() macro (replace i+1 with i1 var) před 17 roky
  Brian Paul 63c0970dca gallium: fix an assertion před 17 roky
  Michal Krol 0c8f4c25ff draw: Use KIL instead of KILP. před 17 roky
  Brian Paul 22604727e4 gallium: emit sprite coords (gl_PointCoord) před 17 roky
  José Fonseca c208a2c791 Merge tgsi/exec and tgsi/util directories. před 17 roky
  Stephane Marchesin 92d711e9e6 llvm: build fixes. před 17 roky
  Zack Rusin d25709df1d draw: remove some debug output před 17 roky
  Brian Paul ba9e633902 gallium: fix trim() function bug when count < first před 17 roky
  Michel Dänzer cc31eecbcb gallium: Allow draw module to work on non-x86 platforms again. před 17 roky
  José Fonseca 4ddd659679 gallium: Drop pipe_texture->cpp and pipe_surface->cpp. před 17 roky
  Keith Whitwell e2c3f06e96 draw: fix non-i386 builds před 17 roky
  José Fonseca aa816d114e draw: Fix MSVC integer size conversion warning. před 17 roky
  Brian Paul f140138558 gallium: additional fixes to ensure even number of vertices per buffer před 17 roky
  Brian Paul 7d7f3e2c94 gallium: split long prims into chunks with an even number of vertices před 17 roky
  Brian Paul 20ee00754d gallium: disable the codegen for TGSI_OPCODE_EXPBASE2 for now. před 17 roky
  Keith Whitwell 08f1b8ac70 gallium: fix SSE codegen for instructions that use both a CONSTANT and IMMEDIATE před 17 roky
  Keith Whitwell 2161b0fafc draw: don't assume vertex position is in data[0] před 17 roky
  Keith Whitwell 807f8f177b draw: preserve specular alpha when flatshading -- may be FOGC před 17 roky
  Keith Whitwell bd92642100 draw: remove another debug assert on failover to generic vs varient před 17 roky