summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-18tgsi/ppc: we don't implement saturation modes yetBrian Paul1-0/+5
2009-08-18tgsi/sse: we don't implement saturation modes yetBrian Paul1-0/+4
2009-08-18mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul1-0/+2
2009-08-14gallium: Always map for READ flag when DISCARD is not set.José Fonseca1-0/+7
2009-08-14trace: Remove space next to the class attribute of the trace.José Fonseca1-1/+1
2009-08-14python/retrace: Open bz2 files correctly.José Fonseca1-1/+1
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Brian Paul1-2/+7
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul1-5/+7
2009-08-13mesa: fix some invalid memory readsBrian Paul1-18/+57
2009-08-13mesa: fix warnings about locals hiding function paramsBrian Paul2-6/+6
2009-08-13mesa: add missing PBO mapping code in unpack_image()Brian Paul1-7/+21
2009-08-13main: fix some potential memory leaksBrian Paul1-112/+85
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul2-2/+2
2009-08-13glsl: fix some uninitialized pointersBrian Paul1-2/+2
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell1-22/+55
2009-08-07dri: Fix problems with unitialized values in dri screen object.Pauli Nieminen1-1/+1
2009-08-06util: fix incorrect assertionBrian Paul1-1/+1
2009-08-06util: include u_surface.h, added commentBrian Paul1-0/+2
2009-08-06util: use util_same_surface() to compare surface pointersBrian Paul1-3/+3
2009-08-06util: added util_same_surface() helper functionBrian Paul1-0/+17
2009-08-06Ensure GL_EXT_blend_equation_separate is enabled when 2.0 is enabled.Alan Hourihane1-0/+1
2009-08-05st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul1-29/+80
2009-08-05mesa: generate GL_INVALID_OPERATION for missing z/stencil when blittingBrian Paul1-2/+6
2009-08-05st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul1-3/+25
2009-08-05util: added comment/question about blit clippingBrian Paul1-0/+1
2009-08-05mesa: make _mesa_clip_blit() a shared functionBrian Paul3-180/+187
2009-08-05util: added util_blit_pixels() overlap testBrian Paul1-2/+34
2009-08-05util: fix util_blit_pixels() test for surface_copy() pathBrian Paul1-16/+24
2009-08-05util: reformatting and commentsBrian Paul1-3/+10
2009-08-04intel: Fix inverted test for disabling flushing of front buffer output.Brian Paul1-1/+1
2009-08-04intel: Wait on the last swapbuffers to complete before queuing a new one.Brian Paul3-0/+28
2009-08-04texenv: Use VP->Current, since _Current isn't updated at this point.Brian Paul1-1/+1
2009-08-04texenv: Match state.c in deciding whether we'll be using a vertex shader.Brian Paul1-0/+1
2009-08-04texenv: Add missing dependency on VP changes.Brian Paul1-1/+2
2009-08-04Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer2-2/+2
2009-08-03st/mesa: we don't support GL_NV_point_sprite (see comment)Brian Paul1-1/+3
2009-07-30mesa: move misplaced return statementBrian Paul1-1/+1
2009-07-30mesa: add missing return after catching program errorBrian Paul1-0/+1
2009-07-29mesa/st: short-circuit glFinish calls on WIN32 onlyKeith Whitwell1-0/+12
2009-07-29mesa/st: recognize no-op scissor state when checking clear_with_quadsKeith Whitwell1-4/+20
2009-07-29util: _debug_printf should print even when DEBUG is not definedKeith Whitwell1-2/+0
2009-07-28glx: assign per screen driver configs (DRISW)RALOVICH, Kristóf1-1/+1
2009-07-28glx: assign per screen driver configs (DRI)RALOVICH, Kristóf1-0/+2
2009-07-28glx: assign per screen driver configs (DRI2)RALOVICH, Kristóf1-0/+2
2009-07-28glx: properly release DRI configsRALOVICH, Kristóf1-0/+6
2009-07-28glx: cache DRI configs in __GLXscreenConfigsRecRALOVICH, Kristóf1-0/+2
2009-07-27intel: Fix leak of DRI option info due to using the wrong free routine.Brian Paul1-1/+1
2009-07-27intel: Clean up leak of driver context structure on context destroy.Brian Paul1-0/+3
2009-07-27st/mesa: silence warningBrian Paul1-1/+2
2009-07-27mesa: separate some finite/pragma Watcom stuffBrian Paul1-3/+5