13351 Commits (92fcbf6e7bc622dcace226bb70ff6d5cdbdbaecb)
 

Author SHA1 Message Date
  José Fonseca 92fcbf6e7b Code reorganization: s/aux/auxiliary/. 17 years ago
  José Fonseca 6d3831b11d Code reorganization: placeholder for state-trackers. 17 years ago
  José Fonseca 6acd63a498 Code reorganization: update build. 17 years ago
  José Fonseca b642730be9 Code reorganization: move files into their places. 17 years ago
  Zack Rusin 4593be34b2 vastly simplify indexing 17 years ago
  Zack Rusin cf51d5c421 redo indirection 17 years ago
  Zack Rusin f70cc89dbc redo the way immediates are handled 17 years ago
  Zack Rusin ae3375987f rename 'argument' to 'load' because that's what it does 17 years ago
  Zack Rusin d0364584be implement swizzling on writes 17 years ago
  Zack Rusin 13d9e616f6 a call was missed during the last rename 17 years ago
  Michal Krol 19780237ff gallium: Fix memory leak. 17 years ago
  Michal Krol 742c5d3e1b gallium: Fix memory leak. 17 years ago
  Michal Krol 6a7820d31f gallium: Use align_free() to free aligned memories. 17 years ago
  Michal Krol d3cd39493c gallium: Fix build on Windows. 17 years ago
  Michal Krol 3f1b712d0a gallium: Use MALLOC(). 17 years ago
  José Fonseca d8ae972fd0 gallium: Fix MSVC compiler warnings. 17 years ago
  Brian 663f4aaae6 gallium: remove some debug assertions in vertex format validation 17 years ago
  Brian 3d81a956b9 gallium: rearrange vertex info/layout validation 17 years ago
  Brian 1b6540b4b1 gallium: include draw_context.h to silence warning 17 years ago
  Brian d2b14311d9 gallium: minor function renaming 17 years ago
  Brian 4c1403f667 gallium: new tgsi_transform_shader() function 17 years ago
  Brian ca2f2c7664 gallium: new pgon-mode.c test 17 years ago
  Brian 5e345a653b gallium: call draw_flush() in softpipe_flush() 17 years ago
  Brian 7a3e59d236 gallium: fix some "instruction"/"declaration" mix-ups in tgsi_exec_prepare(). 17 years ago
  Brian 59cc1f4e62 gallium: replace "interpolate" terminology with "eval" to better reflect what's being done. 17 years ago
  Brian 4f32c53237 gallium: changes to polygon mode weren't detected in draw_unfilled stage. 17 years ago
  Brian b08102a8f3 gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_alloc_temp_verts 17 years ago
  Brian e9c6c31651 galllium: comments, minor clean-ups 17 years ago
  Ian Romanick bbd7aabe2b More name typeo fixes. 17 years ago
  Ian Romanick d4d9943b01 s/spu_/spe_/g Ugh. 17 years ago
  Ian Romanick 18fd3b7571 Cell: pass pointers to stored memory values 17 years ago
  Ian Romanick f1257fd794 Cell: Fix unintended breakage from commit 1d62a057bcb3ee4ef6ebedd93f62ed2e0d8061ba 17 years ago
  Ian Romanick 77a1488620 Real-time assembler for Cell SPE. 17 years ago
  Ian Romanick dd07e154d2 Fetch routines convert and transpose all 4 vertices at once. 17 years ago
  Ian Romanick 125451b9f0 Remove open-coded fetch functions 17 years ago
  Ian Romanick ca1a2da645 Initial pass at vertex cache, more vertex fetch changes 17 years ago
  Ian Romanick c290367985 Vectorize a couple fetch functions 17 years ago
  Michel Dänzer 0230c56ed0 intel_winsys: Call st_notify_swapbuffers_complete() after buffer swap. 17 years ago
  Keith Whitwell cf5ef20f43 gallium: Cleanups related to clears. 17 years ago
  Zack Rusin 2e75f39bc4 make swizzling on incoming arguments work 17 years ago
  Zack Rusin 12d5b078e8 get rid of the terrible auto-generated entry point 17 years ago
  Zack Rusin 7e51d2a998 implement immediates and make them work 17 years ago
  Zack Rusin c107d57210 try to load the consts correctly 17 years ago
  Keith Whitwell 66640c4b58 x86: remove debug 17 years ago
  Keith Whitwell 8162d317d2 x86: emit absolute calls, as reallocating exec mem breaks relative ones 17 years ago
  Keith Whitwell a3534a27bf tgsi: fail gracefully when sse code can't emit shader 17 years ago
  Keith Whitwell 6046c54cc4 x86: reallocate exec mem when we run out 17 years ago
  Keith Whitwell 7f342a20d2 tgsi: include more of the register info in debug dumps 17 years ago
  Michel Dänzer e922adbe1d gallium: pipe->surface_copy can flip the contents vertically when necessary. 17 years ago
  Zack Rusin 4bb1a14d90 handle temporaries in llvm code generated paths 17 years ago