python/test: Flush stdout to keep in sync with debug info on stderr.
[mesa.git] / src /
2009-03-31 José Fonsecapython/test: Flush stdout to keep in sync with debug...
2009-03-31 José Fonsecapython/test: Dump a classification tree of the results...
2009-03-31 José Fonsecapython/test: New test for texture transfers.
2009-03-31 José Fonsecapython/test: More descriptive test name.
2009-03-31 José Fonsecapython: Make get/put_tile_raw more user friendlier.
2009-03-31 José Fonsecapython: Add nblocksx/y members to surfaces.
2009-03-31 José Fonsecagallium: Move pf_is_depth_stencil to p_format.h.
2009-03-31 Roland Scheideggerfix ugly copy/paste error in mipmap generation code
2009-03-31 Corbin Simpsonr300-gallium: RGBA, not ARGB, after all.
2009-03-31 Corbin Simpsonr300-gallium: r500-fs: If recompiling a shader, overwri...
2009-03-30 Corbin Simpsonr300-gallium: Properly redo shaders when constant buffe...
2009-03-30 Corbin Simpsonr300-gallium: Allow surface_fill to clear depth/stencil...
2009-03-30 Corbin Simpsonr300-gallium: Emit the "right" sequence of colors.
2009-03-30 Corbin Simpsonr300-gallium: Fix hardlock when no colors or textures...
2009-03-30 Corbin Simpsonr300-gallium: Fix strange build error.
2009-03-30 Corbin Simpsonr300-gallium: Handful of small leftovers.
2009-03-30 Adam Jacksonintel: Avoid mapping the texture image for CopyTex...
2009-03-30 José Fonsecapython: Use depth buffer in the triangle example.
2009-03-30 José Fonsecapython: Read rgba8 with a single transfer.
2009-03-30 José Fonsecapython: Cleanup.
2009-03-30 José Fonsecapython: Don't use deprecated clear_value field.
2009-03-30 José Fonsecapython/test: Move the test description logic to the...
2009-03-30 José Fonsecapython/test: Move the image comparison logic to the...
2009-03-30 José Fonsecapython: Force unsigned comparison.
2009-03-30 José Fonsecapython: Set correct transfer mode.
2009-03-30 José Fonsecapython: Set the surface GPU access flags.
2009-03-30 José Fonsecapython: Hide away the surface usage flags.
2009-03-30 Michal Kroltgsi: Condition codes are implied in KILP.
2009-03-30 Michal Kroltgsi: Explain symbols used in instruction set documenta...
2009-03-30 Michal Kroltgsi: Document BRA opcode.
2009-03-30 José Fonsecapython: Dont touch old pipe_winsys.
2009-03-30 José Fonsecapython: Update instructions for windows.
2009-03-28 Roland Scheideggeri965: srgb texture fixes
2009-03-28 Roland Scheideggermesa: fix a glGetTexImage issue with base-converted...
2009-03-28 Roland Scheideggeri965: add support for signed rgba texture format
2009-03-28 Roland Scheideggermesa: add _rev signed rgba texture format
2009-03-28 Roland Scheideggerglapi regenerate
2009-03-28 Roland Scheideggerglapi: remove a couple accidental GL_ prefixes
2009-03-28 Roland Scheideggermesa: add new signed rgba texture format
2009-03-28 Roland Scheideggerfix various small intel blitter issues
2009-03-27 José Fonsecawgl: Don't flush surface if it is NULL.
2009-03-27 José Fonsecawgl: Remove unused cruft.
2009-03-27 José Fonsecautil: Support Z24S8/Z24X8.
2009-03-27 José Fonsecamesa: Support Z24S8 wherever S8Z24 is supported.
2009-03-27 Corbin Simpsonr300-gallium: Add some surface_copy.
2009-03-27 Corbin Simpsonr300-gallium: Use CMP for MOV on r300.
2009-03-27 José Fonsecamesa: Use the python executable from sys.executable.
2009-03-26 Carl-Johan Kjellanderegl: Fix newline typo in Makefiles
2009-03-26 Brian Paulst: init the default texture to (0,0,0,1)
2009-03-26 Brian Paultgsi: pass zero vector to texture sampler for 1D case...
2009-03-26 José Fonsecapython: Don't bypass vs/clip/viewport by default.
2009-03-26 José Fonsecapython: Fix the texture test.
2009-03-26 José Fonsecapython: Make swig bindings python independent.
2009-03-26 José Fonsecapython: Drop st_buffer.
2009-03-26 José Fonsecapython: Use pipe_buffer_read/write.
2009-03-26 José Fonsecapython: Transfer only the requested tile.
2009-03-26 Michal Krolpython: Fix tri sample.
2009-03-26 Michel Dänzergallium: Remove some little-used fields from struct...
2009-03-25 José Fonsecapython: Pass transfers to the tile functions.
2009-03-25 José Fonsecapython: Catchup buffer_destroy interface change.
2009-03-25 José Fonsecatrace: Defer the cast to after the check for enabled...
2009-03-25 José Fonsecasoftpipe: Include declarations.
2009-03-25 José Fonsecatranslate: Avoid unused variable warning.
2009-03-25 Jakob Bornecrantzst/egl: Set dpms to on when showing screens
2009-03-25 Jakob Bornecrantzst/egl: Fix warning
2009-03-25 José Fonsecapython: Show call no in image window.
2009-03-25 José Fonsecatrace: Update readme.
2009-03-25 José Fonsecatrace: Number calls.
2009-03-25 José Fonsecapython/retrace: Use the call no when dumping images.
2009-03-25 José Fonsecapython: Use a sequential number to identify each call.
2009-03-25 José Fonsecapython/trace: Control the interpreter from command...
2009-03-25 José Fonsecapython: Use Ansi escape codes regardless of output...
2009-03-25 José Fonsecapython: List packages needed on debian systems.
2009-03-25 José Fonsecapython: Allow to dump all images to disk.
2009-03-25 José Fonsecapython: Tweak instructions.
2009-03-25 José Fonsecapython: s/pitch/stride/
2009-03-25 José Fonsecapython: s/num_cbufs/nr_cbufs/
2009-03-25 José Fonsecawgl: Use right integer type.
2009-03-25 José Fonsecawgl: Use SetWindowLongPtr.
2009-03-25 José Fonsecautil: Use size_t (for x86_64).
2009-03-25 José Fonsecautil: Don't use x86 asm on x86_64.
2009-03-25 José Fonsecadraw: Use size_t (for x86_64).
2009-03-25 Maciej Cencorar300: cleanup swtcl a little
2009-03-25 José Fonsecascons: Support building with the Windows SDK.
2009-03-25 Alan Coopersmithdefine __builtin_expect for non-gcc compilers in two...
2009-03-25 Alan CoopersmithAdd #ifdefs needed to compile Gallium on Solaris with...
2009-03-25 Alan CoopersmithConvert u_int*_t to C99 standard uint*_t
2009-03-25 Brian Paulglew: fix GLEW_LIB_NAME
2009-03-25 Michel DänzerRevert "dri2: Avoid round-tripping on DRI2GetBuffers...
2009-03-25 Brian Paulegl: don't use __FUNCTION__ in error messages
2009-03-25 Alan Hourihaneslang: ensure structure elements have their array lengt...
2009-03-25 Corbin Simpsonr300-gallium: r300-fs: Moar.
2009-03-25 Corbin Simpsonr300-gallium: Unify shader interfaces, enable r300...
2009-03-25 Corbin Simpsonr300-gallium: r500-fs: Remove unused variable.
2009-03-25 Alan Coopersmithr300_cmdbuf.c: convert cast to a form supported by...
2009-03-25 Michel Dänzerr300: Texture size limit cleanups.
2009-03-25 Ben Skeggsnv50: fix typo in nv50_query.c
2009-03-25 Ben Skeggsnouveau: fix some pipe_buffer reference counting issues
2009-03-24 Alan Hourihanemesa: bump MAX_PROGRAM_TEMPS to 256 (there's some big...
2009-03-24 Younes Mantonnouveau: Frontbuffer needs to be marked as linear.
next