Hook in split functionality
[mesa.git] / src /
2007-01-15 keithwHook in split functionality
2007-01-15 keithwAdd vbo_split files
2007-01-15 keithwNew files to manage splitting drawing commands
2006-11-20 Keith WhitwellDon't perform dangling attribute check on POS attribute...
2006-11-03 Keith WhitwellFix compiler warnings.
2006-11-03 Roland Scheideggerneed to call bind_arrays() in vbo_exec_DrawRangeElements.
2006-11-03 Roland Scheideggerremove remaining traces of r200FlushVertices...
2006-11-02 Jerome GlisseMove r300 to new fbo interface based on Keith Whithwell.
2006-11-02 Keith WhitwellFix type-conversion of incoming vertices.
2006-11-02 Keith WhitwellFix typo in last commit
2006-11-02 Keith WhitwellSimilarly, fill in missing input slots in the vertex...
2006-11-02 Keith WhitwellFill in missing input slots in the vertex-array + no...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-02 Keith WhitwellFix typo in display list attrib binding.
2006-11-02 Keith WhitwellRespect array->Normalized flag.
2006-11-02 Keith Whitwellmissing file
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
2006-10-31 Keith Whitwelldisable vtxfmt_a code, switch over to vbo
2006-10-31 Keith Whitwellremove vtxfmt code, switch over to vbo
2006-10-31 Keith Whitwellpickup structs from vbo.h
2006-10-31 Keith Whitwellmove public structure definitions to vbo.h
2006-10-31 Keith Whitwellcleanup code, compiles with vbo changes
2006-10-30 Keith Whitwelloops, get.c is autogenerated
2006-10-30 Keith WhitwellMove edgeflag into the VERT_ATTRIB_SEVEN slot. This...
2006-10-30 Keith WhitwellRemove wakeup functions. This code is intended to...
2006-10-30 Keith Whitwellswitch several dri drivers over
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-10-30 Keith Whitwellcheckpoint - remove dead files, otherwise untested
2006-10-29 Keith WhitwellFix compiler warning
2006-10-29 Keith Whitwellswitch over to vbo module
2006-10-29 Keith Whitwellremove this module
2006-10-29 Keith WhitwellChanges for new vbo-building module.
2006-10-29 Keith WhitwellCheckpoint of new vbo-building code. Currently builds...
2006-10-28 Brian PaulAdded PROGRAM_CONSTANT to get_register_pointer().
2006-10-28 Brian Paulspecial case END in _mesa_print_instruction()
2006-10-28 Brian PaulImplement _mesa_append_fog_code() for fragment program...
2006-10-26 Brian PaulIf DEBUG, check that all array indices really do fall...
2006-10-26 Roland Scheideggerremove code for inserting mvp transform into position...
2006-10-25 Brian PaulPreviously, if a fragment program referenced fragment...
2006-10-25 Roland Scheideggerchange some bogus comments regarding the base e exponen...
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-10-24 Brian Pauls/GLchan/GLubyte/
2006-10-24 Brian Paulwhitespace clean-up
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-10-22 Brian Paulassorted clean-ups
2006-10-22 Brian Pauldon't save color/z if fragment is killed
2006-10-22 Brian Paulminor tweaks good for about 12% faster execution
2006-10-22 Brian Paulsilence used var warnings
2006-10-22 Brian PaulColor clamping fixes.
2006-10-21 Brian Paulmove/improve comments, clean up code in a few places
2006-10-21 Brian Paulfix another logic error in computing deferredTexture
2006-10-21 Brian PaulFor deferredTexture, need to check if the fragment...
2006-10-21 Brian Paulmove interpolate_varying() call
2006-10-21 Brian Pauldon't use params passed to Clear()
2006-10-21 Brian PaulMove interpolate_texcoords() and interpolate_varying...
2006-10-19 Brian PaulConsolidate some code into shade_texture_span().
2006-10-19 Brian Paulfixed Fixed/Int bug
2006-10-19 Brian Paulremove temp code
2006-10-19 Brian PaulNew bin/minstall script - a minimal replacement for...
2006-10-19 Brian Paulfix problem when CHAN_BITS == 32 (bug 8704), remove...
2006-10-19 Michal KrolFix nonportable pointer+unsigned arithmetic. Use pointe...
2006-10-18 Brian Pauladded clamp_colors(), updated assertions
2006-10-18 Brian Paulminor re-org, doxygen comments
2006-10-18 Brian PaulChanged install filenames to libGL* and libOSMesa*...
2006-10-18 Ian RomanickEnable GLX_SGI_make_current_read for radeon.
2006-10-18 Brian PaulDon't use x/y/w/h params given to Clear().
2006-10-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2006-10-18 Brian PaulDon't pass x/y/width/height to ctx->Driver.Accum().
2006-10-18 Brian PaulFix broken line clipping.
2006-10-18 Brian PaulFix a dangerous use of ASSERT in an else-clause not...
2006-10-17 Brian PaulAlways convert colors to float before running a fragmen...
2006-10-17 Brian Paulfix fog color bug
2006-10-17 Brian PaulMove struct atifs_machine into s_atifragshader.c
2006-10-17 Brian PaulSeperate interpolate_colors() and interpolate_specular().
2006-10-17 Brian Paulapply_aa_coverage() for ubyte/ushort/float
2006-10-17 Brian Paulnew assertions - one of which is currently failing...
2006-10-17 Brian Paulremove obsolete intelBufferSize(), bump driver date
2006-10-17 Brian PaulRemove get_buffer_size()
2006-10-17 Brian PaulLots of fixes/changes to select color depth at runtime.
2006-10-17 Brian Paulcheck if ctx->Driver.GetBufferSize==NULL and no-op
2006-10-17 Brian Paulinclude x86-64.h to silence warning
2006-10-17 Brian PaulFix CHAN_BITS=32 issues.
2006-10-16 Brian PaulInit _UseTexEnvProgram to fix failed assertion in i915_...
2006-10-16 Brian PaulUpdates to intelWindowMoved():
2006-10-16 Ian RomanickTrack the currently bound read drawable and make sure...
2006-10-16 Ian RomanickFix build when DEBUG is defined but DEBUG_MATH is not.
2006-10-16 Brian Pauls/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to...
2006-10-16 Ian RomanickFix bug #8563.
2006-10-16 Brian PaulSet _NEW_BUFFERS in _mesa_resize_framebuffer(). This...
2006-10-16 Brian Paulremove some old code that could cause infinite recursion
2006-10-15 Brian Paulallow >10 mipmap levels (patch by Benno Schulenberg...
2006-10-15 Brian Paulregenerated to get DRI_CONF_EXCESS_MIPMAP()
2006-10-15 Roland Scheideggerfix handling of textures with a base internal format...
2006-10-15 Brian PaulAdded #if / #else / #endif around code related to frame...
2006-10-15 Brian Paulupdated comments, mark GetBufferSize() and ResizeBuffer...
2006-10-15 Brian Paulminor clean-up: s/intel->driDrawable/dPriv/
2006-10-15 Brian PaulRemove calls to _mesa_ResizeBuffersMESA() - generally...
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Jerome GlisseUse endianness test function provided by mesa.
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
next