summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-31mesa: fix 32bit cross compilation on a 64bit machineMarc Dietrich
2009-08-30glx/x11: Fix glXCreateGLXPixmap for direct rendering.Michel Dänzer
2009-08-28util: Reset size to zero when failed to allocate buffer.José Fonseca
2009-08-27swrast: fix incorrect tri culling in selection/feedback mode.Brian Paul
2009-08-27mesa: direct program debug output to stderr instead of stdoutmarvin24
2009-08-27gallium/util: added support for SRGB formatsBrian Paul
2009-08-27gallium/util: added cases for SRGB formatsBrian Paul
2009-08-26glsl: signal that the program needs to be re-translated when samplers changeBrian Paul
2009-08-26glsl: fix bug in sampler array indexingBrian Paul
2009-08-24ARB prog: Set error instead of falling through with incorrect valueBrian Paul
2009-08-24xlib: fix single buffer window resize bugBrian Paul
2009-08-24vbo: fix divide by zero exceptionBrian Paul
2009-08-24glsl: Silence gcc uninitialized variable warning.Vinson Lee
2009-08-21st/mesa: flush bitmap cache if Z value changesBrian Paul
2009-08-20tgsi: check for SOA dependencies in SSE and PPC code generatorsBrian Paul
2009-08-20tgsi: handle SOA dependencies for MOV/SWZBrian Paul
2009-08-20tgsi: added tgsi_full_instruction::Flags fieldBrian Paul
2009-08-18tgsi/ppc: we don't implement saturation modes yetBrian Paul
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul
2009-08-18mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul
2009-08-14gallium: Always map for READ flag when DISCARD is not set.José Fonseca
2009-08-14trace: Remove space next to the class attribute of the trace.José Fonseca
2009-08-14python/retrace: Open bz2 files correctly.José Fonseca
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Brian Paul
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul
2009-08-13mesa: fix some invalid memory readsBrian Paul
2009-08-13mesa: fix warnings about locals hiding function paramsBrian Paul
2009-08-13mesa: add missing PBO mapping code in unpack_image()Brian Paul
2009-08-13main: fix some potential memory leaksBrian Paul
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul
2009-08-13glsl: fix some uninitialized pointersBrian Paul
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell
2009-08-07dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen
2009-08-06util: fix incorrect assertionBrian Paul
2009-08-06util: include u_surface.h, added commentBrian Paul
2009-08-06util: use util_same_surface() to compare surface pointersBrian Paul
2009-08-06util: added util_same_surface() helper functionBrian Paul
2009-08-06Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.Alan Hourihane
2009-08-05st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul
2009-08-05mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul
2009-08-05st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul
2009-08-05util: added comment/question about blit clippingBrian Paul
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul
2009-08-05util: added util_blit_pixels() overlap testBrian Paul
2009-08-05util: fix util_blit_pixels() test for surface_copy() pathBrian Paul
2009-08-05util: reformatting and commentsBrian Paul
2009-08-04intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul
2009-08-04intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul
2009-08-04texenv: Use VP->Current, since _Current isn't updated at this point.Brian Paul
2009-08-04texenv: Match state.c in deciding whether we'll be using a vertex shader.Brian Paul