XXX comment about point clamping
[mesa.git] / src /
2007-05-24 Brianfix logic for calling _swrast_update_deferred_texture()
2007-05-23 Briandoxygen-ize some comments
2007-05-23 Brianrestore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug...
2007-05-23 Brianincr/decr 1D/2DArray texture refcounts like other targets
2007-05-23 Oliver McFaddenr300: Call the r300Fogfv function directly within r300_...
2007-05-23 BrianFix problem w/ two-sided lighting and fragment programs...
2007-05-23 Oliver McFaddenr300: Use switch statements in r300ResetHwState, etc.
2007-05-23 Oliver McFaddenr300: Minor indenting corrections in the texture format...
2007-05-23 Oliver McFaddenr300: Use a single texture format table; reduces duplic...
2007-05-23 Oliver McFaddenr300: Corrected the RGB888 texture format entry.
2007-05-23 Oliver McFaddenr300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN (magic...
2007-05-23 BrianFix point attentuation problem (bug 11042)
2007-05-22 BrianReplace initInitState() with _mesa_init_driver_state().
2007-05-22 Brianadded _mesa_init_driver_state() to replace duplicated...
2007-05-22 Brianinclude swrast_setup/swrast_setup.h to silence warning
2007-05-22 Briandon't treat FRAG_BIT_WPOS as a generic attribute (fixes...
2007-05-22 Michel Dänzeri915tex: Implement SetTexOffset hook.
2007-05-22 Michel Dänzerr300: Implement SetTexOffset hook.
2007-05-22 Michel DänzerAdd interfaces for overriding texture images with drive...
2007-05-22 Michel DänzerFix xserver build after recent XMesa changes.
2007-05-22 Brianget rid of GenTexturesLock, used ctx->Shared->Mutex
2007-05-22 Brianremove the unused texobj Mutex field
2007-05-22 Brianremove a VMS-ism that doesn't seem needed elsewhere
2007-05-22 Brianimprove some comments, clean-up formatting
2007-05-22 Brianremove some whitespace
2007-05-22 Brianreturn True for GLX_Y_INVERTED_EXT query
2007-05-22 Roland Scheideggerfog: fix potential issues with generated vp using fog
2007-05-22 Roland Scheideggerfog: fix issues with negative fog coords (may fix ...
2007-05-22 Roland Scheideggermake sure optimized fog params get updated
2007-05-22 Roland Scheideggeri915/i915tex: minor cleanup (remove unneeded function...
2007-05-22 Roland Scheideggerunbreak 3d textures (typo when setting tex layout)
2007-05-21 Brianif light position is local, treat it as a homogeneous...
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-20 Brianadd missing right-paren
2007-05-20 Oliver McFaddenr300: Added TODO comment regarding immediate mode imple...
2007-05-20 Oliver McFaddenr300: Just use "inline" rather than "__inline__".
2007-05-19 Brianneed to copy new 1D/2D array texture objects in _mesa_P...
2007-05-19 BrianImplement GLX_EXT_texture_from_pixmap.
2007-05-19 Roland Scheideggerfix miptree layout (i915) for small compressed mipmaps
2007-05-19 Roland Scheideggerfix copy & paste bug of previous commit, breaking dxt5...
2007-05-18 Roland Scheideggerfix miptree comparison with compressed textures
2007-05-18 Roland Scheideggerfix small s3tc mipmaps (#10968)
2007-05-18 Brianfix STATE_HALF_VECTOR value (bug 10987)
2007-05-17 Christoff Brillchange max anisotropy test
2007-05-17 Christoff Brilluse R200_DEBUG for debug output
2007-05-17 Christoff Brillremove CVS/XFree86 keywords
2007-05-17 Brianget rid of needless static function declarations at...
2007-05-17 BrianIn DestroyPbuffer(), use GetReq() intead of GetReqExtra...
2007-05-17 Ian RomanickAdd missing _EXT suffix to 2D_ARRAY target enums.
2007-05-17 Ian RomanickAdd array texture targets to list that can use compress...
2007-05-17 Ian RomanickRefactor determining whether a texture target can use...
2007-05-17 Brianmake srcPtr param to make_1d_stack_mipmap() const
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-17 Tommy Schultz Lassenr300: Removed the radeon_vertex_buffer structure.
2007-05-16 Ian RomanickInitial implementation of MESA_texture_array
2007-05-15 Ian RomanickBring framebuffer_texture's error checking more in...
2007-05-14 Brianmaster/trunk is now for Mesa 7.1 devel: bump versions
2007-05-14 Bruce Merryin __glXGetArrayType() return type, not enabled (bug...
2007-05-14 Briancomment about fixing uniform structs
2007-05-13 Oliver McFaddenr300: Enable the non-user-buffers code to compile.
2007-05-13 Oliver McFaddenr300: Use e32(0x0) rather than e32(0); makes greping...
2007-05-13 Oliver McFaddenr300: Use the defined values when writing to R300_RS_RO...
2007-05-13 Oliver McFaddenr300: Use the defined values when writing to R300_SE_VT...
2007-05-13 Oliver McFaddenr300: Added a TODO comment for the R300_VAP_INPUT_ROUTE...
2007-05-13 Oliver McFaddenr300: Changed some more functions to static functions.
2007-05-13 Oliver McFaddenr300: Changed a couple of functions in r300_state.c...
2007-05-13 Oliver McFaddenr300: Removed the unused r300_aos_rec (replaced by...
2007-05-13 Oliver McFaddenr300: Use #if 0 for disabled code, rather than commenti...
2007-05-13 Oliver McFaddenr300: Removed a couple of obsolete/commented out includes.
2007-05-13 Oliver McFaddenr300: A few very minor indenting corrections.
2007-05-13 Oliver McFaddenr300: Use the defined values for the interpolater ...
2007-05-13 Oliver McFaddenr300: Use the defined values when writing to R300_VAP_I...
2007-05-12 Oliver McFaddenRevert "r300: Perform the locking closer to the DRM...
2007-05-12 Roland Scheideggerbring over recent radeonMakeCurrent fixes for r300...
2007-05-12 Oliver McFaddenr300: Removed the name argument to ALLOC_STATE; do...
2007-05-12 Oliver McFaddenr300: Renamed r300DoEmitState to r300EmitAtoms.
2007-05-12 Oliver McFaddenr300: Perform the locking closer to the DRM texture...
2007-05-11 Oliver McFaddenr300: Removed unused FORCE_32BITS_ELTS define.
2007-05-11 Oliver McFaddenr300: Removed the unused CPT macro.
2007-05-11 Oliver McFaddenr300: Moved r300PackFloat24 near r300PackFloat32.
2007-05-11 Oliver McFaddenr300: Added insert_at_tail to the ALLOC_STATE macro.
2007-05-11 Oliver McFaddenRevert "r300: Merged radeon_span.c."
2007-05-11 Oliver McFaddenr300: Corrected another error; regexp replaced somethin...
2007-05-11 Oliver McFaddenr300: Corrected some macro errors from the previous...
2007-05-11 Oliver McFaddenr300: Reduced the diff on radeon_lock.[ch].
2007-05-11 Oliver McFaddenr300: Initial work on merging radeon_lock.[ch].
2007-05-11 Oliver McFaddenr300: Merged radeon_span.c.
2007-05-11 Oliver McFaddenr300: Cleaned up function names in r300_texstate.c.
2007-05-11 Oliver McFaddenr300: Enable hardware 3D texture support. Fixes the...
2007-05-11 Oliver McFaddenr300: Corrected a small error from 37cbf38c344012f9d6e9...
2007-05-11 Oliver McFaddenr300: Cleaned up the blend factor function.
2007-05-11 Oliver McFaddenr300: Removed the r300BindProgram function; mesa defaul...
2007-05-11 Oliver McFaddenr300: Removed deprecated/disabled VBO code from r300_mem.c
2007-05-11 Oliver McFaddenr300: Indented r300_mem.c; I forgot this because it...
2007-05-11 Oliver McFaddenr300: Use __FUNCTION__ not __func__.
2007-05-11 Oliver McFaddenr300: Assert if the primitive type is unknown; this...
2007-05-11 Oliver McFaddenr300: Moved some code around in r300_render.c and gener...
2007-05-11 Brianuser-declared uniform structs not supported yet (see...
2007-05-11 Briandon't ignore return value of _slang_codegen_global_vari...
2007-05-11 Brianremove some unneeded code in init_machine()
next