OSDN Git Service

android-x86/external-mesa.git
2008-10-10 Brian Paulcell: more accurate comments
2008-10-10 Alan Hourihanegallium: silence warning
2008-10-09 Stephane MarchesinGallivm: cleanup soa storage.
2008-10-09 Brian Paulcell: implement function calls from shader code. fslig...
2008-10-09 Brian Paulcell: implement more built-in shader functions, link...
2008-10-09 Brian Paulcell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS
2008-10-08 Brian Paulgallium: asst. clean-ups
2008-10-08 Brian Paulgallium: better instruction printing for SPE code
2008-10-07 Brian Paulmesa: use the shaderutil.c helper functions
2008-10-07 Brian Paulcell: add support for fragment shader constant buffers
2008-10-07 Brian Paulcell: fix incorrect extended swizzle term code in get_s...
2008-10-07 Brian Paulcell: fix formatting
2008-10-07 Brian Paulcell: remove old code
2008-10-07 Stephane MarchesinGallivm: reorder the functions alphabetically so I...
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Stephane MarchesinProgs: hook the glsl identity example into the makefile.
2008-10-07 Brian Paulcell: memset() key to zero
2008-10-07 Brian Paulcell: use new keymap to save/re-use fragment ops code
2008-10-07 Brian Paulgallium: added general-purpose key->data map/lookup...
2008-10-07 Stephane MarchesinProgs: add a trivial glsl test, useful for gallium...
2008-10-07 Stephane MarchesinGallivm: don't say hello, it's rude.
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Stephane MarchesinGallivm: fix the constant layout, this gets a bunch...
2008-10-07 José Fonsecagallium: Introduce PIPE_ARCH_SSE define for SSE support.
2008-10-06 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-04 Robert EllisonCELL: changes to generate SPU code for stenciling
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-02 Michal Krolmesa: Fix compiler warnings on Windows.
2008-10-02 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-10-02 Stephane MarchesinGallivm: port to llvm 2.4.
2008-10-02 Stephane MarchesinGallivm: fix off-by-one.
2008-10-02 Stephane MarchesinGallivm: need to link with libstdc++ for llvm.
2008-10-02 Stephane MarchesinGallivm: more instructions.
2008-10-02 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-10-02 Brian Paulmesa: fix temp register allocation problems.
2008-10-02 Brian Paulegl: check for null ptr/name
2008-10-02 Brian Paulegl: remove space after -L flag
2008-10-01 José FonsecaAdd -msse and -msse2 to the *-x86 configs.
2008-09-30 José Fonsecautil: No-op u_sse.h outside PIPE_ARCH_X86/X86_64.
2008-09-30 José Fonsecatgsi: Include p_config.h.
2008-09-30 Jonathan Whitecell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PR...
2008-09-30 Jonathan Whitecell: Moved X86 checks to wrap #include section so...
2008-09-30 José Fonsecautil: Fix util_fast_pow/exp2/log2.
2008-09-29 José Fonsecatgsi: SSE2 optimized exp2, log2 and pow implementations.
2008-09-29 José Fonsecautil: Header for SSE2 intrinsics portability.
2008-09-29 José Fonsecartasm: Implement immediate group 1 instructions. Fix...
2008-09-26 Brian Paulcell: checkpoint: more work in emit_function_call()
2008-09-26 Brian Paulcell: stub-out sin/cos function bodies to avoid trashin...
2008-09-26 Brian Paulgallium: SPU register comments
2008-09-26 Brian Paulcell: move command processing code into new spu_command...
2008-09-26 Brian Paulcell: move debug-related declarations
2008-09-26 Brian Paulcell: move debug macros into new spu_debug.h
2008-09-26 Brian Paulcell: move really_clear_tiles()
2008-09-26 Brian Paulcell: align instruction buffers to 8-byte, not 32-byte...
2008-09-26 Brian Paulcell: asst clean-up, var renaming
2008-09-26 Brian Paulcell: remove unneeded blend/depth_stencil subclasses
2008-09-26 Brian Paulcell: checkpoint: support for function calls in SPU...
2008-09-26 Brian Paulcell: inst reorder to save a cycle
2008-09-26 Alan Hourihanest: add prototype for st_get_framebuffer_dimensions()
2008-09-26 Alan Hourihanest: export st_get_framebuffer_dimensions() to retrieve
2008-09-26 Brian Paulmesa: fix incorrect parameter order
2008-09-26 Brian Paulmesa: remove const qualifiers to match device driver...
2008-09-26 Brian Paulgallium: rename tgsi_translate_mesa_program() to st_tra...
2008-09-26 Brian Paulmesa: add some braces
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-09-26 Brian Paulmesa: fix default buffer object access value
2008-09-26 Alan Hourihanest: change from ** to * for st_unreference_framebuffer()
2008-09-26 Keith Whitwellmesa: fix indenting
2008-09-26 Keith Whitwelldri: remove unused files present only on gallium-0...
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-26 Alan Hourihaneegl: cleanup doublebuffer check
2008-09-26 Alan Hourihaneegl: switch to egl_glx.so as the default EGL driver...
2008-09-26 Alan Hourihaneegl: fudge with LIBGL_DRIVERS_PATH to pick up EGL speci...
2008-09-26 Alan Hourihaneegl: Add new EGL driver that wraps GLX.
2008-09-26 Alan Hourihanelink EGL demos with -lGL
2008-09-26 Brianmesa: fix cast/conversion for optional code
2008-09-26 José Fonsecautil: Update fast_log2 article url.
2008-09-26 Brian Paulmesa: fix typo (s/feadback/feedback/). Fixes broken...
2008-09-25 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2008-09-25 Brian Paulmesa: fix some VBO buffer object issues
2008-09-25 Sam Hocevarmesa: fix function params to match prototypes
2008-09-25 Sam Hocevarmesa: prevent the slang code generator from aborting...
2008-09-25 Sam Hocevari965: support for sin() and cos() in vertex shaders.
2008-09-25 Sam Hocevari965: more meaningful message for unsupported opcodes.
2008-09-24 Eric Anholtintel: Fix clears to depth_stencil texture attachments.
2008-09-24 Alan Hourihaneadd cso_hash_contains() function
2008-09-24 Brianset SamplerUnit[] entry in load_texture() just to be...
2008-09-24 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2008-09-24 Brianset program->SamplersUsed bit when using a texture...
2008-09-24 BrianRemove ctx field from texenvprog_cache
2008-09-24 Brianinclude programopt.h
2008-09-24 BrianDisable vertex shader fog, compute fog in fragment...
2008-09-24 Briantemporarily set the FRAG_BIT_FOGC bit in InputsRead...
2008-09-24 Keith Whitwellmesa: fix main/ prefix in include
2008-09-24 Keith Whitwellvbo: unmap and remap immediate vbo before/after each...
next