mesa.git
2009-01-15 Alan Hourihanemesa: tweak to formatting
2009-01-15 Alan Hourihanemesa: small cleanup
2009-01-15 Alan Hourihanemesa: revert partial commit for 0x0 render targets
2009-01-15 Alan Hourihanemesa: check frambuffer complete status before rendering
2009-01-15 Jakob Bornecrantzmesa: Fix merge conflicts
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Ian Romanickintel: SW fallback maps texture images, not texture...
2009-01-14 Brian Paulglsl: propagate pragma info down into compiler from...
2009-01-14 Brian Paulwindows: remove reference to swizzle.c file
2009-01-14 Brian Paulglsl: simplify IR storage for samplers
2009-01-14 Brian Paulmesa: fix incorrect transformation of GL_SPOT_DIRECTION
2009-01-14 Ian RomanickTreat image units and coordinate units differently.
2009-01-14 Alan Hourihanemesa: add new samplers_array test
2009-01-14 Alan Hourihanemesa: handle some cases of 0x0 render targets
2009-01-14 Alan Hourihaneglsl: fix regression from sampler arrays commit
2009-01-14 Alan Hourihaneglsl: fix regression from sampler arrays commit
2009-01-14 Brian Pauli965: indentation fixes
2009-01-14 Brian Pauli965: allow larger AA points on fallback path
2009-01-14 Brian Pauli965: fix indentation
2009-01-14 Brian Pauli965: comment for emit_kil()
2009-01-14 Brian Paulmesa: put _NV suffix on a few opcodes
2009-01-14 Brian Pauli965: fix indentation
2009-01-14 Alan Hourihaneegl: fix makecurrent with null drawable/context
2009-01-14 José Fonsecagallium: Disable memory debugging for Windows OGL.
2009-01-14 José Fonsecaprogs: List tri-clear.
2009-01-14 José Fonsecascons: Use .a suffix for MinGW.
2009-01-14 Jakob Bornecrantzintel: Add a none working GEM backend for intel
2009-01-14 Jonathan Adamczewskicell: Specify constant as float for CEILF().
2009-01-14 Xiang, Haihaointel: bump driver date
2009-01-14 Alan Hourihaneglsl: fix a comment typo
2009-01-14 Alan Hourihaneglsl: support sampler arrays.
2009-01-13 Alan Hourihaneglsl: fix a comment typo
2009-01-13 Alan Hourihaneglsl: support sampler arrays.
2009-01-13 Brian Pauldocs: #pragma now handled
2009-01-13 Brian Paulglsl: add preprocessor support for #pragma
2009-01-13 Ian RomanickAdd language about implicit flush and command completion
2009-01-13 Brian Pauldocs: fixes since 7.3-rc1
2009-01-13 Karl Schultzwindows: try to create a context in wglCreateLayerContext()
2009-01-13 Ben Skeggsnv50: fix progs/tests/manytex
2009-01-13 Ben Skeggsnv50: get glxgears showing all 3 gears instead of 1!!
2009-01-13 Ben Skeggsnv50: change some magic reg, makes more things work
2009-01-13 Ben Skeggsnv50: add DXTn formats
2009-01-13 Ben Skeggsnv50: shadow mapping
2009-01-13 Ben Skeggsnv50: aniso
2009-01-13 Ben Skeggsnv50: occlusion queries
2009-01-13 Ben Skeggsnv50: implement KIL enough for progs/fp/kil to work
2009-01-13 Jonathan Adamczewskicell: Add missing suffix to SHUFFLE macro
2009-01-12 Jonathan Adamczewskicell: allocate batch buffers w/ 16-byte alignment
2009-01-12 Brian Pauli965: fix glDrawPixels Z coordinate in intel_texture_dr...
2009-01-12 Brian Pauli965: fix broken glBitmap + depth test
2009-01-12 Brian Pauli965: fix broken ARB fp fog options
2009-01-12 Dan Nicholsonautoconf: Only _GNU_SOURCE feature test macro needed...
2009-01-12 Julien Cristaumesa: match against *-gnu* instead of *-gnu in configure.ac
2009-01-12 Thomas Hennwindows: updated VC8 project files
2009-01-12 Brian Paulglsl: better fix for for-loop scope issue (commit 63330...
2009-01-12 Brian Paulwindows: added new sources for 7.3 (may be more, needs...
2009-01-12 Brian Paulmesa: add osmesa.pc.in to tarball list
2009-01-12 Michel Dänzergallivm: Make sure the bitcode buffer is followed by...
2009-01-12 Michel Dänzergallivm: Print error message from ParseBitcodeFile...
2009-01-12 Michel Dänzergallivm: Explicitly specify the LLVM components we...
2009-01-12 Michel Dänzergallivm: Adapt to header file move in LLVM 2.4.
2009-01-12 Ben Skeggsnv50: make rtt work again
2009-01-12 Ben Skeggsnv50: fix handling of depth textures
2009-01-12 Ben Skeggsnv50: another typo..
2009-01-12 Ben Skeggsnouveau: fix warning
2009-01-12 Ben Skeggsnv50: fix assertion failure
2009-01-12 Ben Skeggsnv50: remove previous hack to manage tiled surfaces
2009-01-12 Ben Skeggsnv50: fix a typo and a thinko
2009-01-12 Ben Skeggsnv50: enable npot textures
2009-01-12 Ben Skeggsnv50: disable shader debug
2009-01-12 Ben Skeggsnv50: any cpu access to a texture is done on its backin...
2009-01-12 Ben Skeggsnv50: create buffers for each image that makes up a...
2009-01-12 Ben Skeggsnouveau: return buffer map to something sane.
2009-01-12 Ben Skeggsnouveau: use usage, not uninitialised flags value...
2009-01-11 Matthieu HerrbBuild fixes for gcc 2.95
2009-01-11 Matthieu HerrbBig endian fixes.
2009-01-11 Matthieu Herrbbuild fix on big endian OpenBSD architectures.
2009-01-11 Matthieu Herrbreplace nearbyint() by rint() for now.
2009-01-11 Owain G. AinsworthFix build with GCC 2.95.
2009-01-11 Matthieu Herrb__builtin_expect is a gcc 3.x feature. define it out...
2009-01-11 Brian Paulcell: optimize unpack_colors() function, saving 12...
2009-01-11 Brian Paulcell: move color unpacking code into separate function
2009-01-11 Brian Paulcell: re-order the z/stencil fetch/extract/convert...
2009-01-11 Brian Paulcell: datatype clean-ups in SPE rtasm
2009-01-11 Brian Paulcell: simplify the 'optional register' code
2009-01-11 Brian Paulcell: asst datatype clean-ups
2009-01-11 Brian Paulcell: move depth/stencil code into separate function
2009-01-11 Brian Paulcell: clean-up, re-indent, comments
2009-01-10 Brianmesa: require libdrm 2.4.3 in configure.ac
2009-01-10 Brian Paulcell: use tgsi_dump_instruction() instead of spe_comment()
2009-01-10 Brian Paulgallium: use tgsi_dump_instruction() instead of ppc_com...
2009-01-10 Brian Paulgallium: remove unused struct type
2009-01-10 Brian Paulgallium: fix register clobber bug in TGSI->PPC codegen
2009-01-10 Brian Paulgallium: emit comments in TGSI->PPC codegen
2009-01-10 Brian Paulgallium: code to dump/debug PPC code (disabled)
2009-01-10 Brian Paulgallium: added comment/annotation support to PPC rtasm
2009-01-10 Brian Paulcell: added rule to produce .s assembly files
2009-01-10 Brian Paulgallium: s/false/FALSE/
2009-01-10 Brian Paulmesa: omit old headers from tarball
2009-01-10 Younes Mantonmesa: Update .gitignore
next