18340 Commits (0116ea34e1308a233e406a5d26f09217a69a5ed6)
 

Author SHA1 Message Date
  Stephane Marchesin 0116ea34e1 Gallivm: more instructions. 17 years ago
  Stephane Marchesin 3f477e111a Gallivm: make it compile again, add some opcodes. 17 years ago
  Brian Paul 5620c20b24 mesa: fix temp register allocation problems. 17 years ago
  Brian Paul 2cb213ff23 egl: check for null ptr/name 17 years ago
  Brian Paul 5b60d6d07b egl: remove space after -L flag 17 years ago
  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
  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
  José Fonseca 8415d06d90 util: Fix util_fast_pow/exp2/log2. 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
  José Fonseca 6607f2cf19 rtasm: Implement immediate group 1 instructions. Fix SIB emition. 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
  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 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
  Brian Paul fad2dd8447 mesa: add some braces 17 years ago
  Brian Paul f51cca72d3 mesa: fix/simplify initialization of vertex/fragment program limits 17 years ago
  Brian Paul b5e1a93036 mesa: increase MAX_INSTRUCTIONS 17 years ago
  Brian Paul d01269a57f mesa: fix swizzle failure, fix typo 17 years ago
  Brian Paul 6c72bc8089 mesa: fix default buffer object access value 17 years ago
  Alan Hourihane e9c722b660 st: change from ** to * for st_unreference_framebuffer() 17 years ago
  Keith Whitwell 6f83c30dd0 mesa: fix indenting 17 years ago
  Keith Whitwell 9ee04ce4e4 dri: remove unused files present only on gallium-0.2 branch 17 years ago
  Keith Whitwell fb8db63a89 Merge commit 'origin/master' into HEAD 17 years ago
  Alan Hourihane bb6a69d169 egl: cleanup doublebuffer check 17 years ago
  Alan Hourihane cc6bdf49ca egl: switch to egl_glx.so as the default EGL driver for X. 17 years ago
  Alan Hourihane 192f45606a egl: fudge with LIBGL_DRIVERS_PATH to pick up EGL specific DRI driver. 17 years ago
  Alan Hourihane 8015f3ae3b egl: Add new EGL driver that wraps GLX. 17 years ago
  Alan Hourihane d142f216d2 link EGL demos with -lGL 17 years ago
  Brian 1e3a44fab0 mesa: fix cast/conversion for optional code 17 years ago
  José Fonseca 9f3e37de17 util: Update fast_log2 article url. 17 years ago
  Brian Paul b3c3bc63f0 mesa: fix typo (s/feadback/feedback/). Fixes broken selection/feedback. 17 years ago
  Brian Paul 8124faf89d mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) 17 years ago
  Brian Paul 6222eb3fcd mesa: fix some VBO buffer object issues 17 years ago