xmesa: pass pixmap to clip_for_xgetimage()
[mesa.git] / src /
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 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 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-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 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 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 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 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 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 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-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.
2009-10-10 Brian Paulsoftpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663c
2009-10-09 Alex Deucherradeon: fix scissor regression
2009-10-09 Brian Paulst/mesa: create aux buffers according to visual
2009-10-09 Brian Paulmesa: fix incorrect assertion in _mesa_add_aux_renderbu...
2009-10-07 Brian Paulgallium/xlib: call XQueryExtension() in glXQueryExtension()
2009-10-07 Brian Paulmesa/xlib: call XQueryExtension() in glXQueryExtension()
2009-10-07 Brian Paulmesa: don't need to free textures, VBOs, etc. in _mesa_...
2009-10-07 Nicolai Hähnleshader_api: Fix bounds checking of glUniform and glUnif...
2009-10-07 Nicolai Hähnleprog_parameter: Document the fact that Size may be > 4
2009-10-07 Brian Paulmesa/xlib: fix glXQueryDrawable() bugs, see bug 24320
2009-10-07 Brian Paulgallium/xlib: fix glXQueryDrawable() bugs, see bug...
2009-10-07 Brian Paulswrast: s/GLfloat/GLuint/ in bzero()
2009-10-07 Brian Paulswrast: add missing returns
2009-10-07 Brian Paulmesa/xlib: return 0 for errorBase, eventBase in glXQuer...
2009-10-07 Brian Paulgallium/xlib: return 0 for errorBase, eventBase in...
2009-10-05 Brian Paulintel: use driReadDrawable in do_copy_texsubimage()
2009-10-05 Brian Paulintel: use driReadDrawable, not driDrawable in do_blit_...
2009-10-05 Brian Paulintel: remove a buffer equality test in _mesa_make_curr...
2009-10-05 Brian Paulmesa: fix return value when clipping {Read,Draw}Pixels...
2009-10-05 Michel DänzerUse _mesa_select_tex_image() rather than hardcoding...
2009-10-04 Frederic Crozatr200: remove subpixel offset from viewport
2009-10-02 Nicolai Hähnler300: Workaround problem on R500 with very large fragme...
2009-10-02 Brian Paulmesa: fix incorrect default texture binding in unbind_t...
2009-10-02 Brian Paulgallium/xlib: use bitwise-and to test GLX_RGBA_BIT...
2009-10-02 Brian Paulxlib: use bitwise-and to test GLX_RGBA_BIT in choose_vi...
2009-10-02 Brian Paulgallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BI...
2009-10-02 Brian Paulgallium: replace // comments with /* */
2009-10-02 Brian Paulgallium: remove // comment and extra whitespace
next