mesa.git
2009-11-07 Ian Romanickprog parse: Handle GL_VERTEX_PROGRAM_ARB in glLoadProgramNV
2009-11-07 Ian Romanickprog parse: Handle GL_VERTEX_PROGRAM_NV in glProgramStr...
2009-11-07 Ian Romanickprog parse: Handle GL_FRAGMENT_PROGRAM_ARB in glLoadPro...
2009-11-07 Ian Romanickprog parse: Handle GL_FRAGMENT_PROGRAM_NV in glProgramS...
2009-11-06 Ian RomanickGLX: Change GLX client vendor string to "Mesa Project...
2009-11-06 Ian RomanickARB prog parser: Regenerate parser from previous commits.
2009-11-06 Ian RomanickARB prog parser: Release old program string in _mesa_pa...
2009-11-06 Ian RomanickARB prog parser: Release strings returned from the...
2009-11-06 Ian RomanickRevert "ARB prog parser: Fix epic memory leak in lexer...
2009-11-05 Brian Paulxmesa: pass pixmap to clip_for_xgetimage()
2009-11-05 Brian Paulmesa: added cast to silence warning
2009-11-05 Brian Paulvbo: fix out-of-bounds array access
2009-11-05 Brian Paulmesa: fix broken pack_histogram() case for GLhalf
2009-11-05 Brian Paulmesa: silence warning from gcc 4.4.1
2009-11-04 Vinson Leeprogs/tests: Fix MSVC build.
2009-11-04 Alan HourihaneFix YTILE spantmp functions
2009-11-04 Vinson Leeglslcompiler: Fix Mac OS build.
2009-11-03 Brian Paulmesa: (GLint64) casts in get.c to silence Visual Studio...
2009-11-03 Brian Pauldocs: fix 7.6 build with Visual Studio
2009-11-03 Karl Schultzwindows: updated VC8 project file
2009-11-03 Karl Schultzwindows: remove old entrypoints from mesa.def file
2009-11-03 Karl Schultzmesa: added GLAPIENTRY keywords for sync object functions
2009-11-03 Marek Olšákst/mesa: clip pixels in draw_stencil_pixels to avoid...
2009-11-03 Brian Paulst/mesa: don't use util_blit_pixels_writemask() for...
2009-11-03 Brian Paulst/mesa: fix tests for depth and depth/stencil texture...
2009-11-02 Vinson Leeglx: Fix memory leak if XF86DRICreateDrawable() fails
2009-10-30 Chow Loong JinAdd --with-dri-searchpath argument
2009-10-29 Brian Paulprogs/tests: fixes for drawbuffers.c
2009-10-29 Brian Paulprogs/tests: added test for GL_EXT_texture_compression_...
2009-10-28 Vinson Leemesa: Fix memory leak if we run out of memory
2009-10-28 Vinson Leeintel: Fix memory leak in case of renderbuffer bad...
2009-10-28 Brian Paulmesa: remove unneeded #includes
2009-10-28 Brian Paulmesa: include imports.h to silence warning
2009-10-28 Vinson Leeintel: Fix memory leak in event of mip tree allocation...
2009-10-28 Ian RomanickARB prog parser: Fix epic memory leak in lexer / parser...
2009-10-28 Ian RomanickARB prog parser: Don't leak program string
2009-10-28 Ian RomanickARB prog parser: Don't leak symbol table header structures
2009-10-27 Eric Anholtintel: Fix flipped condition in ARB_sync GetSYnciv...
2009-10-27 Brian Paulintel: added region draw_x/y offsets in x/y_tile_swizzl...
2009-10-27 Brian Paulprogs/tests: added new blitfb.c test
2009-10-27 Brian Paulintel: fix src offset bug in do_copy_texsubimage()
2009-10-27 Brian Paulglsl: fix memory leak
2009-10-27 Eric Anholti915: Fix driver for the miptree x/y offset changes.
2009-10-27 Brian Pauli965: be clear that the Fallback field is a boolean...
2009-10-27 Brian PaulRevert "i965: fix hacked Fallback usage in brw_prepare_...
2009-10-27 Vinson Leedraw: Fix memory leak.
2009-10-26 Brian Pauldocs: document Intel glBitmap fixes
2009-10-26 Brian Paulintel: fix GL state bugs in intel_texture_bitmap()
2009-10-24 Brian Paulmesa: remove FBO texture depth/stencil test
2009-10-23 Brian Paulmesa: fix broken _mesa_str_checksum()
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 Ian RomanickARB prog parser: Fix parameter array size comparison
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 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 Andre Maasikasr600: set barrier for tex inst if dst is used earlier...
2009-10-22 Andre Maasikasr600: need to export something from PS
2009-10-22 Andre Maasikasr600: add beginnings of ARL instruction
2009-10-20 Brian Paulprogs/trivial: check if GL_ARB_occlusion_query is supported
2009-10-20 Marc Dietrichcell: fix compilation on cell
2009-10-20 Vinson Leemesa: Fix Mac OS build.
2009-10-19 Mathias Fröhlichr300: fix texture size handling with size > 2048
2009-10-19 Robert Nolandr600: Fix size calculation for 24 bit depth
2009-10-16 Maciej Cencorar300: fix vertex program parameters limits
2009-10-16 Brian Pauldocs: document GLSL float parsing bug fix
2009-10-16 Brian Paulmesa: use C locale for _mesa_strtod()
2009-10-15 Owen TaylorUse the right pitch when rendering to a texture
2009-10-15 Robert Nolandr600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear...
2009-10-15 Robert Nolandr600: cleanup in r600_cs_process_relocs().
2009-10-15 Robert Nolandradeon: return EINVAL for 0 length buffers.
2009-10-15 Andre Maasikasr600: fix tfp1 bo size
2009-10-15 Andre Maasikasr600: implement ProgramStringNotify
2009-10-15 Andre Maasikasr600: LIT dst.y gets value from src.x
2009-10-15 Andre Maasikasr600: DPH adds w comp of second operand, so set first...
2009-10-15 Andre Maasikasr600: fixup KIL instruction a bit
2009-10-15 Andre Maasikasr600: use CB_TARGET_MASK instead of CB_SHADER_MASK...
2009-10-15 Andre Maasikasr600: user correct alpha blend factor
2009-10-15 Andre Maasikasr600: clear position enable bit when when wpos is not...
2009-10-15 Brian Paulmesa: regenerated lex.yy.c w/ _mesa_strtod()
2009-10-15 Neil Robertsmesa: Use _mesa_strtod in the lexer for assembly shaders
2009-10-14 Brian Paulprogs/Makefile: remove extra quoting
2009-10-13 Tom FogalFix build when PROGRAM_DIRS is empty.
2009-10-13 Tom Fogalac: Fix AIX shared library builds.
2009-10-11 Eric Anholti965: Fix the last valid address setting for the index...
2009-10-11 Eric Anholti965: Fix the bounds emitted in the vertex buffer packets.
next