18515 Commits (41ccdde767e7aba6e8e6a9a035eacd6338c03a95)
 

Author SHA1 Message Date
  José Fonseca 23e325e55a Add -msse and -msse2 to the *-x86 configs. 17 years ago
  José Fonseca cb8a3ba433 util: No-op u_sse.h outside PIPE_ARCH_X86/X86_64. 17 years ago
  José Fonseca cbfce4175b tgsi: Include p_config.h. 17 years ago
  Stephane Marchesin a6ff215777 Gallivm: add slt. glxgears should be running, except it isn't. 17 years ago
  Jonathan White e3378790bb cell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PROGRAM_INSTRUCTIONS instead of old MAX_NV_XXX definitions in order to allow Cell TGSI fragment program generator to work again. 17 years ago
  Jonathan White 5e585719eb cell: Moved X86 checks to wrap #include section so that Cell targets will compile again. 17 years ago
  Stephane Marchesin 4ae161e940 Gallivm: port to llvm 2.4. 17 years ago
  José Fonseca 8415d06d90 util: Fix util_fast_pow/exp2/log2. 17 years ago
  Ian Romanick 08b9e29c1d intel: Clean-up the extension string madness! 17 years ago
  Ian Romanick 3ab4b2066f GLSL: Implement GL_OBJECT_TYPE_ARB query 17 years ago
  Ian Romanick 905d8e0742 GLSL: Implement _mesa_get_handle 17 years ago
  Ian Romanick d806d451e6 GLSL: AttachShader returns INVALID_OPERATION for repeated attach 17 years ago
  José Fonseca 5dc8e67078 tgsi: SSE2 optimized exp2, log2 and pow implementations. 17 years ago
  José Fonseca 906336cd7c util: Header for SSE2 intrinsics portability. 17 years ago
  Jouk Jansen fc13269b82 mesa: asst updates for VMS 17 years ago
  José Fonseca 6607f2cf19 rtasm: Implement immediate group 1 instructions. Fix SIB emition. 17 years ago
  Shunichi Fuji e095d5812a mesa: drop calloc from _mesa_get_fixed_func_vertex_program 17 years ago
  Ian Romanick 2b8d8989fb Use 3Dnow! x86-64 routines only on processors that support 3Dnow! 17 years ago
  Ian Romanick b5d59222cc Remove TNL-to-VP tracking from i965 17 years ago
  Stephane Marchesin 7379d0ef8f Gallivm: fix off-by-one. 17 years ago
  Stephane Marchesin 6dacc942e1 Gallivm: need to link with libstdc++ for llvm. 17 years ago
  Stephane Marchesin a0a06cbc5b Gallivm: more instructions. 17 years ago
  Stephane Marchesin ab74b8e354 Gallivm: make it compile again, add some opcodes. 17 years ago
  Tobias Jakobi 2e5d717007 glapi: add DISPATCH_FUNCTION_SIZE 17 years ago
  Tobias Jakobi a23026effc glapi: add gl_dispatch_functions_start and end 17 years ago
  Brian Paul 8fd329d048 mesa: fix temp register allocation problems. 17 years ago
  Brian Paul 7944efffff egl: check for null ptr/name 17 years ago
  Brian Paul cce2ec2754 egl: remove space after -L flag 17 years ago
  Brian Paul fe1c9872ae cell: checkpoint: more work in emit_function_call() 17 years ago
  Brian Paul 55b65d3b42 cell: stub-out sin/cos function bodies to avoid trashing caller's stack for now 17 years ago
  Brian Paul 938e12c1ca gallium: SPU register comments 17 years ago
  Eric Anholt 7d99ddcb2b intel: Fix a number of memory leaks on context destroy. 17 years ago
  Jeremy Huddleston 8338cc25f9 configs: darwin: Don't build GLw 17 years ago
  Brian Paul 9d00cd3fc7 cell: move command processing code into new spu_command.c file 17 years ago
  Brian Paul bb01c1a78e cell: move debug-related declarations 17 years ago
  Brian Paul f45d39fa34 cell: move debug macros into new spu_debug.h 17 years ago
  Brian Paul a1189ea882 cell: move really_clear_tiles() 17 years ago
  Brian Paul bac5900a14 cell: align instruction buffers to 8-byte, not 32-byte boundary 17 years ago
  Brian Paul b5303446a8 cell: asst clean-up, var renaming 17 years ago
  Brian Paul 6741739d1e cell: remove unneeded blend/depth_stencil subclasses 17 years ago
  Brian Paul 164fb1299e cell: checkpoint: support for function calls in SPU shaders 17 years ago
  Brian Paul f5127909fb cell: inst reorder to save a cycle 17 years ago
  Alan Hourihane 632055f831 st: add prototype for st_get_framebuffer_dimensions() 17 years ago
  Alan Hourihane 6d3e2e7e92 st: export st_get_framebuffer_dimensions() to retrieve 17 years ago
  Brian Paul a4a5a37f27 mesa: remove invalid assertions that programs have parameters 17 years ago
  Brian Paul 4bc39c58eb mesa: fix assertion in _mesa_reference_program() 17 years ago
  Brad King ee80c64be8 mesa: fix param indexing 17 years ago
  Brian Paul c7510ddc3f mesa: fix incorrect parameter order 17 years ago
  Brian Paul 47bf268457 mesa: remove const qualifiers to match device driver interface function 17 years ago
  Brian Paul 81234666fc gallium: rename tgsi_translate_mesa_program() to st_translate_mesa_program() 17 years ago