mesa.git
2009-04-10 José Fonsecamesa: Don't define WGL_ARB_extensions_string in mesa_wgl.h.
2009-04-10 José Fonsecawgl: Move pixel format information into device structure.
2009-04-10 José Fonsecawgl: Combine alpha pixelformat info in color.
2009-04-10 José Fonsecastw: Reorder the pixelformats, so that no alpha pixelfo...
2009-04-10 José Fonsecastw: Don't make assumptions about integer size.
2009-04-10 José Fonsecastw: Free the mesa framebuffer.
2009-04-10 Michal Kroltgsi/sse2: Cleanup NRM/NRM4 implementation.
2009-04-10 Michal Krolrtasm: Silence `static function not used' warning.
2009-04-10 Michal Kroldraw: Silence pointer-to-integer cast warning.
2009-04-10 Michal Kroldraw: Fix vertex_header initialisation.
2009-04-10 Brian Paulswrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code
2009-04-10 Brian Paulgallium: comments for surface_copy(), surface_fill...
2009-04-10 Brian Pauli965: re-org of some of the new constant buffer code
2009-04-09 Brian Pauldemos: fix aspect ratio in Reshape()
2009-04-09 Brian Pauli965: new SURF_INDEX_ macros
2009-04-09 Brian Paulgallium: change // comment to /* */ style
2009-04-09 Brian Paulgallium: updated comments in p_screen.h
2009-04-09 Brian Pauli965simple: remove pipe_texture::compressed reference
2009-04-09 Michal Kroltgsi/sse2: Fix build.
2009-04-09 Michal Kroldraw: Fix LIT instruction.
2009-04-09 Ian Romanickintel / DRI2: Accept fake front-buffer from loader
2009-04-09 Ian RomanickDRI2: Assume that there is always a front buffer
2009-04-09 Ian Romanickintel / DRI2: Track and flush front-buffer rendering
2009-04-09 Ian RomanickDRI2: Provide an interface for drivers to flush front...
2009-04-09 José Fonsecapython: Fix bad pointer.
2009-04-09 Brian Paulst: remove another unneeded 'is compressed' comparison
2009-04-09 Brian Paulst: remove unneeded "is compressed" check
2009-04-09 Brian Paulst: rearrange some code to be a little more clear
2009-04-09 Brian Paulgallium: remove unneeded compressed=0 assignment
2009-04-09 Brian Paulgallium: remove unneeded compressed=0 assignment
2009-04-09 Brian Paulst: remove comp_byte parameter to st_texture_create()
2009-04-09 Brian Paulst: consolidate format->usage computation
2009-04-09 Brian Paulst: add const qualifiers, use GL types
2009-04-09 Brian Paulst: make loops over 3D texture slices a litte more...
2009-04-09 Brian Paulst: reformatting and clean-ups in texture code
2009-04-09 Michal Kroltgsi/sse2: Fix ARL instruction.
2009-04-09 Michal Kroltgsi/sse2: Fix LIT instruction.
2009-04-09 José Fonsecatrace: Dump the fence, not its pointer.
2009-04-09 José Fonsecawgl: Remove unused member.
2009-04-09 José Fonsecatrace: Use 'flags' name consistently.
2009-04-09 José Fonsecagallium: Use "flags" consistently.
2009-04-09 José Fonsecagdi: Use stw_* names.
2009-04-09 José Fonsecawgl: Use more stw_* names.
2009-04-09 José Fonsecawgl: Use hooks instead of subclassing the window.
2009-04-09 Brian Paulmesa: fix potential recursive locking deadlock in _mesa...
2009-04-09 Brian Pauli965: free shader's constant buffer in brwDeleteProgram()
2009-04-09 José Fonsecawgl: Catch the attempt of releasing a context which...
2009-04-09 José Fonsecawgl: Move the framebuffer list to the device. Avoid...
2009-04-09 José Fonsecawgl: More symbol naming normalization.
2009-04-09 José Fonsecastw: Use wglext.h's defines and prototypes.
2009-04-09 José Fonsecastw: Normalize symbols prefix.
2009-04-09 José Fonsecawgl: Add const qualifier to global constant data.
2009-04-09 Brian Pauli965: set BRW_MASK_DISABLE flag in "send" instruction...
2009-04-09 Brian Pauli965: clean-ups, debug code in brw_wm_glsl.c
2009-04-09 Brian Pauli965: init current_const[i].index = -1
2009-04-09 Brian Pauli965: move the fetch_constants() call before setting...
2009-04-09 Brian Paulmesa: minor datatype changes in optimization code
2009-04-09 Ben Skeggsnv50: adapt for new clear interface
2009-04-08 Corbin Simpsonr300-gallium: Properly emit indexbufs.
2009-04-08 Corbin Simpsonr300-gallium: Add vertex shader constant emit.
2009-04-08 José Fonsecapython/retrace: Try to cope with failures creating...
2009-04-08 José Fonsecapython: Don't try to finish a null fence.
2009-04-08 José Fonsecapython/retrace: Use colors on windows console.
2009-04-08 Robert EllisonMesa: allow suppression of debug messages in a debug...
2009-04-08 Alan Hourihanegallium: when using gl_PointCoord ensure we use the...
2009-04-08 José Fonsecapython/retrace: Allow to specify the range of calls...
2009-04-08 José Fonsecatrace: Make calls dumping threadsafe.
2009-04-08 José Fonsecatrace: Make call no global.
2009-04-08 José Fonsecapython/retrace: Handle recent traces.
2009-04-08 José Fonsecapython: Fix method renaming.
2009-04-08 José Fonsecapython: Cope with null surfaces.
2009-04-08 José Fonsecawgl: Integrate the trace driver on debug builds.
2009-04-08 José Fonsecatrace: Simplify cast wrappers.
2009-04-08 José Fonsecatrace: Match pipe_context::clear prototype.
2009-04-08 Brian Paulgallium: handle the case of util_pack_z_stencil(format...
2009-04-08 Brian Pauldocs: bump Gallium version number
2009-04-08 Brian Pauldocs: updated Cell driver info
2009-04-08 Brian Pauldocs: more info for 7.4 release notes
2009-04-08 José Fonsecamesa: Don't attempt to free the dummy program.
2009-04-07 Brian Paulst: implement glCopyTexImage() for GL_DEPTH24_STENCIL8...
2009-04-07 Brian Paulst: implement GL_DEPTH_STENCIL format for glReadPixels...
2009-04-07 Brian Paulsoftpipe: minor debug-help changes in softpipe_transfer...
2009-04-07 Brian Paulmesa: add another special/optimized case in _mesa_unpac...
2009-04-07 Brian Paulswrast: fix point rendering function selection
2009-04-07 Brian Paulmesa: fix incorrect component ordering for sRGB8 textur...
2009-04-07 Brian Paulglsl: enable the new linear scan register allocator...
2009-04-07 Brian Pauldocs: document the MESA_GLSL env var, other misc GLSL...
2009-04-07 Brian Paulglsl: don't optimize program if MESA_GLSL=nopt
2009-04-07 Brian Paulswrast: restore !shader check around add_specular()
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MAD.
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MUL.
2009-04-07 Corbin Simpsonr300-gallium: Fix surface_copy too.
2009-04-07 Corbin Simpsonr300-gallium: Properly setup HW/SW TCL controls.
2009-04-07 Brian Paulswrast: more texcombine clean-ups
2009-04-07 Brian Paulswrast: asst. clean-ups in texcombine code
2009-04-06 Brian Paulswrast: fix secondary color add for glBitmap
2009-04-06 José Fonsecastw: Choose a color buffer format that matches the...
2009-04-06 Brian Paulsoftpipe: clean up the buffer clear and tile cache...
2009-04-06 Brian Paulswrast: fix incorrect arithmetic for GL_ADD_SIGNED...
2009-04-06 Brian Paulst: as with swrast, interpret texture border color...
next