mesa: fix 32bit cross compilation on a 64bit machine
[mesa.git] / src /
2009-08-31 Marc Dietrichmesa: fix 32bit cross compilation on a 64bit machine
2009-08-30 Michel Dänzerglx/x11: Fix glXCreateGLXPixmap for direct rendering.
2009-08-28 José Fonsecautil: Reset size to zero when failed to allocate buffer.
2009-08-27 Brian Paulswrast: fix incorrect tri culling in selection/feedback...
2009-08-27 marvin24mesa: direct program debug output to stderr instead...
2009-08-27 Brian Paulgallium/util: added support for SRGB formats
2009-08-27 Brian Paulgallium/util: added cases for SRGB formats
2009-08-26 Brian Paulglsl: signal that the program needs to be re-translated...
2009-08-26 Brian Paulglsl: fix bug in sampler array indexing
2009-08-24 Brian PaulARB prog: Set error instead of falling through with...
2009-08-24 Brian Paulxlib: fix single buffer window resize bug
2009-08-24 Brian Paulvbo: fix divide by zero exception
2009-08-24 Vinson Leeglsl: Silence gcc uninitialized variable warning.
2009-08-21 Brian Paulst/mesa: flush bitmap cache if Z value changes
2009-08-20 Brian Paultgsi: check for SOA dependencies in SSE and PPC code...
2009-08-20 Brian Paultgsi: handle SOA dependencies for MOV/SWZ
2009-08-20 Brian Paultgsi: added tgsi_full_instruction::Flags field
2009-08-18 Brian Paultgsi/ppc: we don't implement saturation modes yet
2009-08-18 Brian Paultgsi/sse: we don't implement saturation modes yet
2009-08-18 Brian Paulmesa: when emitting vertex program fog, set yzw=0,0,1
2009-08-14 José Fonsecagallium: Always map for READ flag when DISCARD is not...
2009-08-14 José Fonsecatrace: Remove space next to the class attribute of...
2009-08-14 José Fonsecapython/retrace: Open bz2 files correctly.
2009-08-14 Brian PaulAllow external settings of MAX_WIDTH/HEIGHT.
2009-08-14 Brian Paulmesa: move assertions in test_attachment_completeness()
2009-08-13 Brian Paulmesa: fix some invalid memory reads
2009-08-13 Brian Paulmesa: fix warnings about locals hiding function params
2009-08-13 Brian Paulmesa: add missing PBO mapping code in unpack_image()
2009-08-13 Brian Paulmain: fix some potential memory leaks
2009-08-13 Brian Paulmesa: fix some potential uninitialized memory references
2009-08-13 Brian Paulglsl: fix some uninitialized pointers
2009-08-13 Keith Whitwelldraw: cope with more primitives in draw_pipeline_run
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-06 Brian Paulutil: fix incorrect assertion
2009-08-06 Brian Paulutil: include u_surface.h, added comment
2009-08-06 Brian Paulutil: use util_same_surface() to compare surface pointers
2009-08-06 Brian Paulutil: added util_same_surface() helper function
2009-08-06 Alan HourihaneEnsure GL_EXT_blend_equation_separate is enabled when...
2009-08-05 Brian Paulst/mesa: implement BlitFramebuffer() for depth/stencil...
2009-08-05 Brian Paulmesa: generate GL_INVALID_OPERATION for missing z/stenc...
2009-08-05 Brian Paulst/mesa: fix Y inversion and optimize st_BlitFramebuffer()
2009-08-05 Brian Paulutil: added comment/question about blit clipping
2009-08-05 Brian Paulmesa: make _mesa_clip_blit() a shared function
2009-08-05 Brian Paulutil: added util_blit_pixels() overlap test
2009-08-05 Brian Paulutil: fix util_blit_pixels() test for surface_copy...
2009-08-05 Brian Paulutil: reformatting and comments
2009-08-04 Brian Paulintel: Fix inverted test for disabling flushing of...
2009-08-04 Brian Paulintel: Wait on the last swapbuffers to complete before...
2009-08-04 Brian Paultexenv: Use VP->Current, since _Current isn't updated...
2009-08-04 Brian Paultexenv: Match state.c in deciding whether we'll be...
2009-08-04 Brian Paultexenv: Add missing dependency on VP changes.
2009-08-04 Peter HuttererAdd missing X11_INCLUDES to egl/drivers/demo and egl...
2009-08-03 Brian Paulst/mesa: we don't support GL_NV_point_sprite (see comment)
2009-07-30 Brian Paulmesa: move misplaced return statement
2009-07-30 Brian Paulmesa: add missing return after catching program error
2009-07-29 Keith Whitwellmesa/st: short-circuit glFinish calls on WIN32 only
2009-07-29 Keith Whitwellmesa/st: recognize no-op scissor state when checking...
2009-07-29 Keith Whitwellutil: _debug_printf should print even when DEBUG is...
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRISW)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI)
2009-07-28 RALOVICH, Kristófglx: assign per screen driver configs (DRI2)
2009-07-28 RALOVICH, Kristófglx: properly release DRI configs
2009-07-28 RALOVICH, Kristófglx: cache DRI configs in __GLXscreenConfigsRec
2009-07-27 Brian Paulintel: Fix leak of DRI option info due to using the...
2009-07-27 Brian Paulintel: Clean up leak of driver context structure on...
2009-07-27 Brian Paulst/mesa: silence warning
2009-07-27 Brian Paulmesa: separate some finite/pragma Watcom stuff
2009-07-27 Brian Paulsoftpipe: include sp_winsys.h to silence function proto...
2009-07-27 Brian Paulintel: Use _mesa_warning() to report GEM warnings
2009-07-27 Karl Schultzwindows: updated VC8 project files
2009-07-26 José Fonsecautil: fix typo.
2009-07-22 Brian Paulmesa: bump version to 7.5.1
2009-07-21 Eric Anholtintel: Fall back on glBitmap with fog enabled.
2009-07-21 Eric Anholti965: Don't clip everything if FRONT_AND_BACK culling...
2009-07-20 Michel Dänzerradeon: With DRI1, if we have HW stencil, only expose...
2009-07-17 Brian Paulmesa: set version to 7.5
2009-07-16 José Fonsecapython/retrace: Process the call no passed to --to...
2009-07-16 José Fonsecapython/retrace: Dump the surface copy contents.
2009-07-16 José Fonsecapython/retrace: Flush stdout before calling the pipe...
2009-07-16 José Fonsecamesa: Fix logbase2.
2009-07-16 José Fonsecapython: Hack to prevent segmentation faults when python...
2009-07-16 José Fonsecawgl: Expose pipe_screen/pipe_context via an extension.
2009-07-16 José Fonsecapython: Obtain pipe_screen/pipe_context from the system...
2009-07-15 Luca Barbierisoftpipe: limit blend results to [0,1]
2009-07-15 Brian PaulFix state flag dependencies for fixed function fragment...
2009-07-15 José Fonsecapython/retrace: Interpret surface_copy.
2009-07-15 José Fonsecapython/samples: Use PIPE_FORMAT_Z16_UNORM instead of...
2009-07-15 Keith Whitwellmesa: recognize and eliminate repeated error messages
2009-07-15 Keith Whitwellmesa: split out errorstring switch from _mesa_error
2009-07-15 Keith Whitwellmesa: remove dead code in _mesa_error
2009-07-15 Keith Whitwellmesa: don't call getenv every time _mesa_error is called
2009-07-14 Brian Paulmesa: fix texture border color code for glPopAttrib()
2009-07-14 Brian Paulmesa: regenerated enums.c file
2009-07-14 José Fonsecamesa: Report the true face number when flushing.
2009-07-13 Peteri Andrasr128: fix two-sided lighting segfault seen in GLUT...
2009-07-13 Ian Romanickintel: Bump driver data, add RC3 tag
2009-07-11 Zack Rusingallium: compare the actual register, not all the inputs
2009-07-10 Brian Paultgsi: update some assertions
2009-07-10 Brian Paultgsi: tgsi: add semantic_names[] string for TGSI_SEMANT...
2009-07-10 Brian Paultgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
next