mesa.git
2009-10-26 Marek Olšákr300g: read occlusion query results from both Z pipes...
2009-10-26 Marek Olšákr300g: add cubemap support
2009-10-25 José Fonsecagallium: Move enum pipe_error into p_defines.h.
2009-10-25 José Fonsecallvmpipe: Human friendlier sampler state dump.
2009-10-25 José Fonsecautil: Human readable output of texture states.
2009-10-25 José Fonsecallvmpipe: Dump the sampler state of the shader key.
2009-10-25 José Fonsecallvmpipe: Immediate multiplication.
2009-10-25 José Fonsecallvmpipe: Fast path for sampling rgba8 textures with...
2009-10-25 José Fonsecallvmpipe: Make lerping work for 8.8 fixed point values.
2009-10-25 José Fonsecallvmpipe: New module to help make assertions about...
2009-10-25 José Fonsecallvmpipe: New function to unpack rgba8 formats into...
2009-10-25 José Fonsecallvmpipe: Split the format swizzling step from the...
2009-10-25 José Fonsecallvmpipe: Allow different signs when unpacking.
2009-10-25 José Fonsecallvmpipe: Add inlines to quickly generate types matchin...
2009-10-25 José Fonsecallvmpipe: Merge lp_build_load_rgba_soa into lp_build_sa...
2009-10-25 José Fonsecallvmpipe: Factor our pixel offset computation.
2009-10-25 José Fonsecallvmpipe: Share testing infrastructure with lp_test_format.
2009-10-25 José Fonsecallvmpipe: Eliminate lp_build_store_rgba_aos.
2009-10-25 José Fonsecallvmpipe: Eliminate lp_build_load_rgba_aos.
2009-10-25 José Fonsecallvmpipe: Move a few format/sampling functions into...
2009-10-25 Marek Olšákr300g: fix redefining mipmaps and fetching from them
2009-10-25 Marek Olšákr300g: added support for 3D textures
2009-10-24 Joakim Sindholtr300g: fix scons build yet again
2009-10-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-24 Brian Paulmesa: simplify att->CubeMapFace assignment
2009-10-24 Brian Paulmesa: refactor, new print_shader_info()
2009-10-24 Brian Paulmesa: rework error checking code for glGetCompressedTex...
2009-10-24 Brian Paulmesa: remove misplaced VERBOSE_TEXTURE tests
2009-10-24 Brian Paulmesa: more detailed error messages in fbo code
2009-10-24 Brian Paulmesa: remove FBO texture depth/stencil test
2009-10-23 Zack Rusinst/xorg: fix text with component alpha rendering
2009-10-23 Brian Paulmesa: fix broken _mesa_str_checksum()
2009-10-23 Eric AnholtMerge remote branch 'origin/mesa_7_6_branch'
2009-10-23 Eric Anholti965: Annotate _NEW_COLOR dependency for brw_update_ren...
2009-10-23 Eric Anholtintel: Keep track of x,y offsets in miptrees and use...
2009-10-23 Brian Paulprogs/tests: print requested/internal format info
2009-10-23 Brian Pauldocs: document updated GL extension header files
2009-10-23 Brian Paulgl: updated wglext.h to version 17
2009-10-23 Brian Paulgl: updated glxext.h to version 25
2009-10-23 Brian Paulgl: updated glext.h to version 56
2009-10-23 Brian Pauldocs: document cell, glGetTexLevelParameter() fixes
2009-10-23 Brian Paulmesa: fix GL_TEXTURE_INTERNAL_FORMAT query for compress...
2009-10-23 Brian Paulmesa: added _mesa_compressed_format_to_glenum()
2009-10-23 Brian Paulmesa: change s3tc vs. fxt1 priority when choosing compr...
2009-10-23 Christoph Bumillernv50: do SIGN_SET as one instruction
2009-10-23 Christoph Bumillernv50: fix saturation outside of tx_insn case
2009-10-23 Christoph Bumillernv50: allow all 127 TEMP regs
2009-10-23 Christoph Bumillernv50: fix address reg code
2009-10-23 Christoph Bumillernv50: add depth texture formats, and a few others, too
2009-10-23 Vinson Leeprogs/tests: Fix MSVC build.
2009-10-23 Patrice Mandinnouveau: nv30: Relax some limits. We can render to...
2009-10-23 Patrice Mandinnouveau: nv30: use r5g6b5 as z16 format
2009-10-23 Chia-I Wuglapi: Always build libglapi.a.
2009-10-23 Chia-I Wuglapi: Move dispatch marcos to glapidispatch.h.
2009-10-23 Chia-I Wumesa/dri: Remove extension_helper.h.
2009-10-23 Chia-I Wumesa: Enable remap table in core.
2009-10-23 Chia-I Wumesa/main: Add support for remap table.
2009-10-23 Zack Rusinst/xorg: lots of fixes related to compositing
2009-10-23 Andre Maasikasr600: remove duplicate stride setting
2009-10-23 Andre Maasikasr600: for position invariant programs reading vert_pos...
2009-10-23 Keith Whitwellgallium: remove extended negate also, and also the...
2009-10-23 Keith Whitwellcell: typo from ExtSwizzle commit
2009-10-23 Keith Whitwellgallium: remove the swizzling parts of ExtSwizzle
2009-10-23 Keith Whitwellgallium: remove noise opcodes
2009-10-23 Keith Whitwellprogs/demos: add fps to multiarb
2009-10-23 Cooper Yuanr300g: last changes's typo, miss a include file
2009-10-23 Cooper Yuanr300g: add flush_frontbuffer function to display video...
2009-10-23 Cooper Yuang3dvl: pass display and screen to g3dvl when creating...
2009-10-23 Alex Deucherr600: remove remains of old tnl pipeline
2009-10-23 Alex Deucherr600: fix render size prediction
2009-10-23 Alex Deucherr600: remove old tnl pipeline
2009-10-23 Alex Deucherr600: clean up context creation
2009-10-23 Ian RomanickRevert "Store clipping distance for user clip planes...
2009-10-23 Ian RomanickARB prog parser: Fix parameter array size comparison
2009-10-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-23 Brian Pauldocs: document 'useprog' debug option
2009-10-23 Brian Paulmesa: fix up vbo comments
2009-10-23 Brian Paulmesa: added _mesa_dump_texture()
2009-10-23 Brian Paulintel: flush old context before binding new context
2009-10-23 Brian Paulglx: don't destroy context immediately if it's currentl...
2009-10-23 Brian Paulmesa: code refactoring- new _mesa_finish(), _mesa_flush()
2009-10-22 Zack Rusinst/xorg: fix the makefile when used with new xextproto
2009-10-22 Brian Paulprogs/xdemos: fix command line flag typo
2009-10-22 Brian Pauli965: fix hacked Fallback usage in brw_prepare_vertices()
2009-10-22 Brian Paulintel: define INTEL_FALLBACK_DRIVER for drivers
2009-10-22 Brian Paulintel: Fallback field is a bitmask, use GLbitfield
2009-10-22 Brian Pauli965: remove unused brw_context::tmp_fallback field
2009-10-22 Brian Pauli965: remove unused BRW_FALLBACK_TEXTURE bit
2009-10-22 Corbin Simpsonr300g: Enable more stuff in r300_screen, cleanup comments.
2009-10-22 Corbin Simpsonr300g: Cleanup PSC setup math a bit and stop using...
2009-10-22 Christoph Bumillernv50: handle PIPE_TEX_FILTER_ANISO case
2009-10-22 Patrice Mandinnouveau: nv30: rewrite so we can render only in depth...
2009-10-22 Patrice Mandinnouveau: nv30: use a8r8g8b8 as depth texture format...
2009-10-22 Corbin SimpsonKill off trident.
2009-10-22 Corbin SimpsonNuke s3v.
2009-10-22 Corbin Simpsonr300g: Clean up duplicate code in r300_render.
2009-10-22 Corbin Simpsonr300g: Move render functions to r300_render.
2009-10-22 José Fonsecascons: Hack LLVM support on Windows.
2009-10-22 José Fonsecallvmpipe: Avoid yet another variable size array.
2009-10-22 José Fonsecallvmpipe: Define rdtsc for MSVC.
next