12259 Commits (31b4b261083e546998eba37178ac196049e4e501)
 

Autor SHA1 Mensagem Data
  michal 31b4b26108 Enable SSE2 for vertex shaders. 18 anos atrás
  michal 7362fe5d16 Fix YCBCR macro. 18 anos atrás
  michal bf229cb6f1 Fix alignment problems. 18 anos atrás
  michal 9053fcabcb Remove GL dependencies. 18 anos atrás
  michal 6961769cb2 Define destroy method called by softpipe's destructor. 18 anos atrás
  michal dee9406e48 Silence compiler warnings. 18 anos atrás
  michal 187c164bb6 Silence compiler warnings. 18 anos atrás
  michal 3755840e00 Call quad stage destructors. 18 anos atrás
  michal 21b5ff5dcc Remove llvm and sse2 dependencies. 18 anos atrás
  michal 26df9d1a30 Move format definitions from p_defines.h to p_format.h. 18 anos atrás
  michal bc99ea96fb Add sse2_program to draw_vertex_shader. 18 anos atrás
  michal 11a19866f6 Silence compiler warnings. 18 anos atrás
  michal 0e96a53aec Remove llvm dependencies. 18 anos atrás
  Brian 79d8e78442 New comments, replace //-style with /* */ 18 anos atrás
  Brian d75ff8447c indentation fixes 18 anos atrás
  Brian d7c189b854 s/GLbitfield/uint/ 18 anos atrás
  Brian e807b1900f remove #define MESA stuff 18 anos atrás
  Brian 88c021a0d1 s/256/TGSI_EXEC_NUM_IMMEDIATES/ 18 anos atrás
  Brian 0c2bcedf9a indentation fixes 18 anos atrás
  Brian 6ada4e3a69 Comments about texture instructions and the src regs 18 anos atrás
  Brian f6a73c3f28 Remove remnants of softpipe_surface. 18 anos atrás
  Brian 4f24568dc7 Obsolete 18 anos atrás
  Brian ef6940f172 Move mesa_to_tgsi.[ch] to state_tracker 18 anos atrás
  Brian 3cf6644c00 Move mesa_to_tgsi.[ch] into state tracker. 18 anos atrás
  Brian bafbfb4dce Fix up handling of immediate values for TGSI shaders. 18 anos atrás
  Brian 19710c95da turn off debug output 18 anos atrás
  Brian 8fed2466e4 Re-implement GLSL texture sampler variables. 18 anos atrás
  Zack Rusin 789d248558 Hold a stack of temporaries so that we can redeclare them 18 anos atrás
  Brian 78c1f8b2de convert OPCODE_END -> TGSI_OPCODE_RET 18 anos atrás
  Brian f92083c338 if we hit RET w/ empty call stack, halt 18 anos atrás
  Brian 6b30f3888e Initial support for immediate values in TGSI programs. 18 anos atrás
  Zack Rusin 67e4b82996 Get basic function calls working in the shaders. 18 anos atrás
  Zack Rusin 56da35ef76 Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. Shorten 18 anos atrás
  Zack Rusin 61d998c966 Make ret part of the instruction block instead of implicitely 18 anos atrás
  Brian e4f6f0ec02 surface_alloc() is now a winsys function. 18 anos atrás
  José Fonseca f7be1b419a Actually move region_alloc() and region_release() to intel_winsys. 18 anos atrás
  Brian ec85467457 clean-up, simplify some tile code, more to come 18 anos atrás
  Brian f684120417 Move region_alloc() and region_release() to pipe_winsys. 18 anos atrás
  Brian 616112ea2e silence warning 18 anos atrás
  Brian ee80e0b620 Move the get/put_tile() functions to pipe_context. 18 anos atrás
  Brian afd19177e4 tex comments 18 anos atrás
  Brian aaac436c6c added some comments 18 anos atrás
  Brian 3dde3715db update TILE_TOP/BOTTOM_* values to match softpipe 18 anos atrás
  Brian 86f09fd1a7 s/GLfloat/float/, s/GLint/int/, etc 18 anos atrás
  José Fonseca 18a22a4302 Briefly describe the buffer management interface. 18 anos atrás
  José Fonseca 1d2ff452d4 Expand pkg-config flags before invoking the compiler. 18 anos atrás
  José Fonseca 414a933ad2 Ignore generated files. 18 anos atrás
  Michel Dänzer 8568fadaf2 LLVM requires linking with the C++ compiler. 18 anos atrás
  Zack Rusin 4a4e6f2cab Implement loops 18 anos atrás
  Zack Rusin 1d17cb721a Fix nested swizzles. Actually fetch the destination contents 18 anos atrás