intel / DRI2: Track and flush front-buffer rendering
[mesa.git] / src /
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 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 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...
2009-04-06 Brian Paulst: rename a helper function
2009-04-06 Brian Paulswrast: fix texture border color interpretation
2009-04-06 José Fonsecamesa: Fix orientation adjustment for reading stencil...
2009-04-06 Eric Anholtintel: Avoid dri2 GetBuffers round-trips for internal...
2009-04-06 Eric Anholti965: Use GTT maps when available to upload vertex...
2009-04-06 Eric Anholtintel: Clean up some a leftover from sedding of bufmgr...
2009-04-06 José Fonsecar300-gallium: Skeleton for integrating into the python...
2009-04-06 Michel Dänzerradeon: Expose a 32 bit RGBA fbconfig even when the...
2009-04-05 Corbin Simpsonr300-gallium: vp: Moar.
2009-04-05 Corbin Simpsonr300-gallium: vs: Use a tab to properly set up OVM.
2009-04-05 Corbin Simpsonr300-gallium: Re-translate shaders if constants change.
2009-04-05 Corbin Simpsonr300-gallium: Properly interface with Draw for vert...
2009-04-05 Corbin Simpsonr300-gallium: Update state handlers/setters for vertex...
2009-04-05 Corbin Simpsonr300-gallium: vs: Moar vert shaders.
2009-04-05 Corbin Simpsonr300-gallium: vs: Expand instruction emission.
2009-04-05 Corbin Simpsonr300-gallium: Update clear() code.
2009-04-04 Brian Paulcell: update clear() code to catch up to gallium changes
2009-04-04 Michal Krolpython/regress: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Add utility helper for packing combined depth...
2009-04-04 Michal Krolpython/regress: Remove trailing whitespace.
2009-04-04 Michal Krolpython/regress: Initial fragment shader test suite.
2009-04-04 Michal Krolpython/regress: Use X8R8G8B8 rendertarget in vertex...
2009-04-04 Corbin Simpsonradeon: A bit of indent and line break cleanup.
2009-04-04 Corbin Simpsonr300-gallium: Calculate vert shader inputs for HW TCL.
2009-04-04 Corbin Simpsonradeon: If the CS emit fails, dump it to stderr.
next