mesa.git
2009-04-16 Eric Anholtintel: Add support for argb1555, argb4444 FBOs and...
2009-04-16 Brian Pauli965: disable using immediate values for MOV instructions
2009-04-16 Brian Pauli965: minor debug output changes
2009-04-16 Brian Pauli965: const buffer debug code (disabled)
2009-04-16 Brian Pauli965: implement relative addressing for VS constant...
2009-04-16 Brian Pauli965: handle address reg in get_dst()
2009-04-16 Brian Pauli965: fix const buffer temp register clobbering
2009-04-16 Lars Henning... mesa: fix bad mask bit in clip plane restore code for...
2009-04-16 Roland Scheideggerintel: fix small compressed texture upload
2009-04-16 Brian Paulmesa: add distclean target to top-level Makefile
2009-04-16 Brian Pauldemos: use larger buffer for snprintf() call, see bug...
2009-04-16 Keith Whitwellvbo: cache last dlist vertex in malloced memory
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Jakob Bornecrantzprogs/tests: Make texcompress2 get texture
2009-04-15 Jakob Bornecrantzutil: Fix surface usage
2009-04-15 Brian Paulst: remove XXX comment
2009-04-15 Brian Paulst: check for fast memcpy path in decompress_with_blit()
2009-04-15 Brian Paulst: st_equal_formats() function to compare gallium...
2009-04-15 Brian Paulst: decompress_with_blit() path for glGetTexImage().
2009-04-15 Brian Paulgallium: new, simple RGBA surface create/destroy helpers
2009-04-15 Thomas Hellstromr300-gallium: Fixup for commit 9b75627fab5bf2ea90f27ddd...
2009-04-15 Thomas Hellstromgallium: Make sure we flush before some texture / buffe...
2009-04-16 Brian Paultests: another extended swizzle test
2009-04-15 Corbin Simpsonr300-gallium: Use viewport state.
2009-04-15 Corbin Simpsonr300-gallium: Don't use indexbufs for now.
2009-04-15 Corbin Simpsonr300-gallium: Point size is at OVM position 15, not 1.
2009-04-15 Corbin Simpsonr300-gallium: vs: Dot products.
2009-04-15 Eric Anholti965: Clean up output of WM SS state dump, and add...
2009-04-15 Eric Anholti915: Use DEBUG_WM (like 965) for printing the fragment...
2009-04-15 Eric Anholti915: Add decode of dest buffer variables (destination...
2009-04-15 Eric Anholtmesa: Update texenv program when _NEW_ARRAYS is updated...
2009-04-15 Eric Anholtintel: Fix segfault when doing SW mipmap generation...
2009-04-15 José Fonsecamesa: TGSI translation of multiple render targets.
2009-04-15 Brian Paulglx: added null pointer check in glXGetFBConfigs()
2009-04-15 Brian Paulmesa: remove unused matrixType param from ctx->Driver...
2009-04-15 Brian Paulmesa: move #define for GL_PROGRAM_BINARY_LENGTH_OES
2009-04-15 Brian Paulmesa: remove NV vertex/fragment program print/debug...
2009-04-15 Brian Paulmesa: use standard offsetof() macro
2009-04-14 Brian Pauli965: fix VS constant buffer reads
2009-04-14 Adam Jacksonglx: Make glXGetScreenDriver() work for DRI2
2009-04-14 José Fonsecascons: Support winddk 6001.18002.
2009-04-14 José Fonsecascons: Recent Windows DDK do not include LIB.EXE.
2009-04-14 José Fonsecamesa: Fix gcc assembly enable logic.
2009-04-14 Ian RomanickDRI2: Don't fault on NULL DrawBuffer
2009-04-14 Brian Pauli965: checkpoint commit: VS constant buffers
2009-04-14 Younes Mantondri glx: Swap before checking for cliprects.
2009-04-13 Ben Skeggsnv50: fix mrt clear
2009-04-11 Corbin Simpsonr300-gallium: Split up vertex format tallying for HW...
2009-04-11 Corbin Simpsonr300-gallium: Finish up cleanup of vertex format state.
2009-04-11 Corbin Simpsonr300-gallium: Clean up vertex format setup.
2009-04-10 Brian Pauli965: remove unused var
2009-04-10 Brian Pauli965: clean-up in prepare_wm_surfaces()
2009-04-10 Brian Paulmesa: reduce makefile output
2009-04-10 José Fonsecawgl: Protect the framebuffer with a lock.
2009-04-10 José Fonsecawgl: Note down the gallium pixel formats, instead of...
2009-04-10 José Fonsecawgl: Query the screen for supported formats.
2009-04-10 José Fonsecawgl: Walk through the pixel formats combinations.
2009-04-10 José Fonsecawgl: Keep copies of the PIXELFORMATDESCRIPTOR structures.
2009-04-10 Robert NolandBuild dri drivers for powerpc and sparc on FreeBSD.
2009-04-10 Brian Paulmesa: asst. progs/test/Makefile files
2009-04-10 Brian Pauli965: added null const_buffer pointer check in update_c...
2009-04-10 Brian Paulintel: added screen->dri2.loader null pointer check...
2009-04-10 Brian Paulgallium: remove pipe_texture::compressed field
2009-04-10 José Fonsecawgl: Slightly simplify pixelformat creation.
2009-04-10 José Fonsecaprogs: Port glxinfo to wgl.
2009-04-10 José Fonsecamesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.
2009-04-10 José Fonsecawgl: Move pixel format information into device structure.
2009-04-10 José Fonsecawgl: Combine alpha pixelformat info in color.
2009-04-10 José Fonsecastw: Reorder the pixelformats, so that no alpha pixelfo...
2009-04-10 José Fonsecastw: Don't make assumptions about integer size.
2009-04-10 José Fonsecastw: Free the mesa framebuffer.
2009-04-10 Michal Kroltgsi/sse2: Cleanup NRM/NRM4 implementation.
2009-04-10 Michal Krolrtasm: Silence `static function not used' warning.
2009-04-10 Michal Kroldraw: Silence pointer-to-integer cast warning.
2009-04-10 Michal Kroldraw: Fix vertex_header initialisation.
2009-04-10 Brian Paulswrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code
2009-04-10 Brian Paulgallium: comments for surface_copy(), surface_fill...
2009-04-10 Brian Pauli965: re-org of some of the new constant buffer code
2009-04-09 Brian Pauldemos: fix aspect ratio in Reshape()
2009-04-09 Brian Pauli965: new SURF_INDEX_ macros
2009-04-09 Brian Paulgallium: change // comment to /* */ style
2009-04-09 Brian Paulgallium: updated comments in p_screen.h
2009-04-09 Brian Pauli965simple: remove pipe_texture::compressed reference
2009-04-09 Michal Kroltgsi/sse2: Fix build.
2009-04-09 Michal Kroldraw: Fix LIT instruction.
2009-04-09 Ian Romanickintel / DRI2: Accept fake front-buffer from loader
2009-04-09 Ian RomanickDRI2: Assume that there is always a front buffer
2009-04-09 Ian Romanickintel / DRI2: Track and flush front-buffer rendering
2009-04-09 Ian RomanickDRI2: Provide an interface for drivers to flush front...
2009-04-09 José Fonsecapython: Fix bad pointer.
2009-04-09 Brian Paulst: remove another unneeded 'is compressed' comparison
2009-04-09 Brian Paulst: remove unneeded "is compressed" check
2009-04-09 Brian Paulst: rearrange some code to be a little more clear
2009-04-09 Brian Paulgallium: remove unneeded compressed=0 assignment
2009-04-09 Brian Paulgallium: remove unneeded compressed=0 assignment
2009-04-09 Brian Paulst: remove comp_byte parameter to st_texture_create()
2009-04-09 Brian Paulst: consolidate format->usage computation
2009-04-09 Brian Paulst: add const qualifiers, use GL types
2009-04-09 Brian Paulst: make loops over 3D texture slices a litte more...
2009-04-09 Brian Paulst: reformatting and clean-ups in texture code
next