profile/ivi/mesa.git
2008-09-16 Brian Paulgallium: move _vbo_DestroyContext() call
2008-09-16 Brian Paulmesa: protect against double-free in _vbo_DestroyContext()
2008-09-16 Jakob Bornecrantzmesa: State tracker now checks for faulty shaders on...
2008-09-16 Jakob Bornecrantztgsi: Make tgsi_sanity.c compile with make
2008-09-16 José Fonsecatrace: Fix typo in build instructions.
2008-09-16 Brian Paulcell: export CELL_DEBUG=asm to dump SPU assembly code
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Jonathan Whitecell: Added LERP instruction
2008-09-15 Brian Paulgallium: emit SPU instructions in assembler-compatible...
2008-09-15 Jonathan Whitecell: Added support for SLT, SEQ and SNE instructions
2008-09-15 Jonathan Whitecell: Added support for ABS instruction
2008-09-15 Jonathan WhiteAdded support for SUB and MAD instructions
2008-09-15 Jonathan WhiteFixed emit_RRR
2008-09-15 Jakob Bornecrantzi915simple: dri winsys does now compile and works
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-15 Keith Whitwelladd dlist-degenerate test case
2008-09-14 Shane Blackettglut: s/glut_fbc.c/glut_fcb.c/
2008-09-14 Michal Kroldraw: Silence compiler warnings on Windows.
2008-09-13 Brian Paulcell: implement negation, absolute value and set-sign...
2008-09-13 Brian Paulnegate.txt - test negation of a src reg
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-13 Jakub Bogusztdfx: fix crash and lack of visuals bug
2008-09-13 Guillaume Melquiondi915: fix himask constant init for 64-bit build
2008-09-13 Guillaume Melquiondglx: fix 64-bit datatype issue
2008-09-13 Guillaume Melquiondmesa: return after _mesa_problem() calls
2008-09-13 Guillaume Melquiondmesa: #include <stdio.h>
2008-09-13 Guillaume Melquiondremove invalid XDestroyWindow() call
2008-09-13 Guillaume Melquiondsilence warning
2008-09-13 Guillaume MelquiondGLU: fix asst warnings
2008-09-13 Brian Paulcell: remove old disassembly/dump code; use dumper...
2008-09-13 Brian Paulgallium: added print/dump code to SPE code emitter
2008-09-13 Brian Paulcell: implement DDX/DDY codegen (untested)
2008-09-13 Brian Paulgallium: added spe_splat_word()
2008-09-12 Brian Paulcell: implement TGSI immediates in SPE code generator
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Brian Paulcell: initial support for IF/ELSE/ENDIF in fragment...
2008-09-12 Brian Paulcell: evaluate multiple fragment inputs
2008-09-12 Eric AnholtFinish off the previous fix for TFP.
2008-09-12 Brian Paulcell: disable invalid spe_release_func() calls, fixes...
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 Jonathan WhiteMakefile was previously checked in with merge diffs...
2008-09-12 Brian Paulmesa: bump gallium version string to 0.2
2008-09-12 Brian Paulcell: more documentation updates
2008-09-12 Brian Paulcell: implement colormask on fallback path
2008-09-12 Brian Paulgallium: avoid redundant tgsi_exec_machine_bind_shader...
2008-09-12 Brian Paulgallium: use copy_token() function to avoid type punnin...
2008-09-12 Brian Paulcell: fix twiddled tile display for XSHM. Fixed blank...
2008-09-12 Brian Paulcell: fix twiddled tile display for XSHM. Fixed blank...
2008-09-12 Brian Paulgallium: use new compare32() function to fix warnings...
2008-09-12 Brian Paulgallium: silence warning
2008-09-12 Brian Paulcell: fix non-debug build error
2008-09-12 Brian Paulcell: implement swizzling for src regs
2008-09-12 Brian Paulcell: setup fragment program inputs in SOA format
2008-09-12 Brian Paulsimple add with swizzle and mul with swizzle tests
2008-09-12 Brian Paulcell: updated docs/status
2008-09-12 Brian Paulgallium: minor optimization to spe_load_int()
2008-09-12 Brian Paulgallium: initial PPC/Altivec codegen
2008-09-12 Brian Paulcell: disable calls to old gen code
2008-09-12 Brian Paulcell: update branch info in docs
2008-09-12 Brian Paulcell: disable calls to old gen code
2008-09-12 Brian Paulgallium: don't build winsys/ here
2008-09-12 Jakob Bornecrantzi915simple: A step closer to compiling
2008-09-12 Keith Whitwellmesa: build gallium directories before core mesa
2008-09-12 Keith Whitwellmesa: regenerate shader files
2008-09-12 George Sapountzisdri/swrast: fix swapBuffers after dri2
2008-09-12 Keith Whitwellvp: add run script
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-12 Keith Whitwellfp: put test name in window title, add run script
2008-09-12 Keith Whitwellmesa: get fixed-function program generation working...
2008-09-12 Keith Whitwelluse APP_CC, remove redundant target
2008-09-12 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-11 Brian Paulcell: initial support for fragment shader code generation.
2008-09-11 Brian Pauluse APP_CC
2008-09-11 Brian Paulcell: fix tile twidding bug seen in the event of multip...
2008-09-11 Brian Paulcell: minor improvements to fragment code-gen
2008-09-11 Brian Paulgallium: add special cases in spe_load_float(), spe_loa...
2008-09-11 Brian Paulcell: put cell_ prefix on gen_fragment_function()
2008-09-11 Keith Whitwelltrivial: remove stray merge conflict
2008-09-11 Keith Whitwellst: adapt to new framebuffer struct, with one FIXME...
2008-09-11 Keith Whitwellmesa: update PointParameter usage
2008-09-11 Keith Whitwelldemos: fix LIBS ref in makefile
2008-09-11 Brian Paulgallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_U...
2008-09-11 Dima Zavinegl_xdri: Add the top-level lib dir so we link against...
2008-09-11 Dima Zavinegl_dri/egl_xdri: Makefiles should use pkg-config to...
2008-09-11 Keith Whitwellxlib: fix typo
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith Whitwellmesa: use sources.mak -- need to figure out how to...
2008-09-11 Alan Hourihaneadd gallium dir
2008-09-11 Brian Paulglut: only call glFinish() in processWindowWorkList...
2008-09-11 Brian Pauldefine new APP_CC configuration variable for building...
2008-09-11 Alan Hourihanetree builds
2008-09-11 Brian Paulcell: more comments, stub code for colormask/logicop/etc
2008-09-11 Brian Paulsimple quad drawing test
2008-09-11 Brian Paulcell: fix typos in blend code-gen
next