mesa.git
2009-09-01 Dave Airlier300/compiler: fix warning due to no newline
2009-09-01 Dave Airlier200: emit max vtx info for index buffer.
2009-08-31 Jakob Bornecrantzi915g: Implement new winsys
2009-08-31 Jakob Bornecrantzi915g: Switch from pipe_winsys to intel_winsys
2009-08-31 Jakob Bornecrantzi915g: Add header file for new winsys interface
2009-08-31 Jakob Bornecrantzi915g: Add new buffer code not yet hocked up
2009-08-31 Jakob Bornecrantzst/xorg: Fix crash in MPH
2009-08-31 Pauli Nieminenradeon: Fix null pointer reference in debug system...
2009-08-31 Pauli Nieminenr600: Add more trace debug output to rendering pipeline.
2009-08-31 Pauli Nieminenradeon: Add support for indenting debug output.
2009-08-31 Pauli Nieminenradeon: Add comment warning about not choosing critical...
2009-08-31 Pauli Nieminenradeon: Change default debug level to verbose.
2009-08-31 Pauli Nieminenr300: Convert to shared debug code.
2009-08-31 Pauli Nieminenr200: Convert r200 to use new style debug code.
2009-08-31 Pauli Nieminenr600: Convert to shared debug code and add a few new...
2009-08-31 Pauli Nieminenradeon: Make OQ to use new style debugging.
2009-08-31 Pauli Nieminenradeon: Add gcc attribute to enable pritnf format warnings.
2009-08-31 Pauli Nieminenr100: Use shared debug code.
2009-08-31 Pauli Nieminenradeon: Add common debugging functions.
2009-08-31 Brian Paulmesa: added const qualifiers, move local var
2009-08-31 Brian Paulmesa: fix saturation logic in emit_texenv()
2009-08-31 Brian Pauldocs: fixed glXCreateGLXPixmap() for direct rendering
2009-08-31 Brian Pauldocs/: document cross-compile fix
2009-08-31 Marc Dietrichmesa: fix 32bit cross compilation on a 64bit machine
2009-08-31 Zack Rusinst/xorg: add code to render textured quads for composit...
2009-08-31 Zack Rusinst/xorg: setup constant buffers for vertex and fragment...
2009-08-31 Michel Dänzerst/xorg: Re-organize the EXA ModifyPixmapHeader hook...
2009-08-31 Michel Dänzerst/xorg: Simplify EXA ModifyPixmapHeader hook for pPixm...
2009-08-31 Michel Dänzerst/xorg: Don't always fall back for solid fills.
2009-08-31 Alex Deucherr600: add missing r7xx pci id
2009-08-31 Jakob Bornecrantzi915g: Reorg texture layout code
2009-08-31 Jakob Bornecrantzi915g: Move transfer functions into i915_texture.c
2009-08-31 Jakob Bornecrantzi915g: Reorg texture code a bit
2009-08-31 Jakob Bornecrantzi915g: Don't use winsys directly in the driver
2009-08-31 Jakob Bornecrantzi915g: Cleanup i915_prim_vbuf.c
2009-08-31 Jakob Bornecrantzi915g: Cleanup i915_screen.[c|h]
2009-08-31 Jakob Bornecrantzi915g: Cleanup i915_context.c
2009-08-31 Jakob Bornecrantzi915g: Cleanup i915_blit.[c|h]
2009-08-31 Jakob Bornecrantzi915g: Cleanup i915_state_emit.c
2009-08-31 Jakob Bornecrantzi915g: Cleanup i915_texture.c
2009-08-31 Jakob Bornecrantzi915g: Cleanup texture init functions a bit
2009-08-31 Jakob Bornecrantzi915g: Rename pipe field on context to base
2009-08-31 Jakob Bornecrantzi915g: Rename screen field on screen to base
2009-08-31 Brian Paulmesa: set additional fields in _mesa_buffer_map_range()
2009-08-31 Brian Paulmesa: set Length/Offset fields in _mesa_buffer_map()
2009-08-31 Brian Paulmesa: additional assertions for ctx->Driver.UnmapBuffer()
2009-08-31 Brian Paulintel: clear buffer fields in intel_bufferobj_unmap()
2009-08-31 Brian Paulmesa: new assertions, comments about buffer mapping
2009-08-31 Brian Paulst/mesa: fix obj->Pointer offset in st_bufferobj_map_ra...
2009-08-31 José Fonsecallvmpipe: Fallback to element-wise comparisons when...
2009-08-31 José Fonsecallvmpipe: In the abcense of a min/max intrinsic, use...
2009-08-31 José Fonsecallvmpipe: Actually commit lp_buffer.[ch].
2009-08-31 Michel DänzerGallium xlib: Add support for BGRA visuals.
2009-08-31 Ben Skeggsnouveau: fix for dri state tracker changes
2009-08-31 Ben Skeggsnouveau: introduce nouveau_miptree common to all nouvea...
2009-08-31 Ben Skeggsnouveau: hack winsys to compile again, it's broken...
2009-08-30 Marc Dietrichcell: fix compilation
2009-08-30 Brian Paulswrast: minor code consolidation
2009-08-30 Brian Paulmesa: consolidate texture-related code in meta.c
2009-08-30 Brian Paulprogs/util: minor updates to glutskel.c
2009-08-30 Brian Paulintel: use more efficient loop over buffers
2009-08-30 Brian Paulmesa: avoid redundant viewport changes in meta code
2009-08-30 José Fonsecallvmpipe: Texture cache in 4 ubytes instead of 4 floats.
2009-08-30 José Fonsecallvmpipe: Use util_format_read_4f to read texture tiles.
2009-08-30 José Fonsecallvmpipe: Texture cache is read-only. No need to flush.
2009-08-30 José Fonsecautil: Auto generate pixel format accessor functions...
2009-08-30 José Fonsecallvmpipe: Eliminate internal pipe_buffer_map/unmap...
2009-08-30 José Fonsecaxlib: Implement lp_winsys::destroy.
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-30 Michel Dänzerglx/x11: Fix glXCreateGLXPixmap for direct rendering.
2009-08-29 Eric Anholti965: Fix segfault with ARB_oq CheckQuery when results...
2009-08-29 Eric Anholti965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c
2009-08-29 José Fonsecallvmpipe: List lp_buffer.c in the Makefile.
2009-08-29 José Fonsecaxlib: Implement llvmpipe lp_winsys interface.
2009-08-29 José Fonsecallvmpipe: Define an winsys for LLVM. Drop pipe_winsys
2009-08-29 Pauli Nieminenr300: Disable threshold register for KMS.
2009-08-29 Pauli Nieminenr300: Swtcl prediction was still missing scissors.
2009-08-29 Pauli Nieminenr300: Add missing pre_emit_count to swtcl state size...
2009-08-29 Christoph Bumillernv50: set provoking vertex state
2009-08-29 José Fonsecaxlib: Update llvmpipe integration for changes in
2009-08-29 José Fonsecallvmpipe: Update for changes in master.
2009-08-29 José Fonsecamesa: Update sconscript for new ARB/FP assembler.
2009-08-29 José Fonsecautil: Add util_unsigned_logbase2.
2009-08-29 José Fonsecallvmpipe: Isolate sampling from TGSI translation.
2009-08-29 José Fonsecallvmpipe: Better structure dereference naming.
2009-08-29 José Fonsecallvmpipe: Fix shader variant key construction.
2009-08-29 José Fonsecallvmpipe: Fix build.
2009-08-29 José Fonsecallvmpipe: Merge all pixel format related files.
2009-08-29 José Fonsecallvmpipe: Factor out and optimize the input interpolation.
2009-08-29 José Fonsecallvmpipe: Pre-declare fetch_texel.
2009-08-29 José Fonsecallvmpipe: Pass the alpha ref value and blend color...
2009-08-29 José Fonsecallvmpipe: Pass fragment context to generated function...
2009-08-29 José Fonsecallvmpipe: Structure manipulation helpers.
2009-08-29 José Fonsecallvmpipe: Centralize the C <-> JIT interfaces in one...
2009-08-29 José Fonsecallvmpipe: Drop blend derived state.
2009-08-29 Keith Whitwellllvmpipe: keep texture stride 16byte aligned
2009-08-29 José Fonsecallvmpipe: Squash the quad pipeline.
2009-08-29 José Fonsecallvmpipe: s/uni/scalar/.
2009-08-29 José Fonsecallvmpipe: Add a bunch of comments.
2009-08-29 José Fonsecallvmpipe: Split off vs stuff from lp_state_fs.c.
next