mesa.git
2007-10-23 Brianbump up MAX_INSTRUCTIONS and add an assertion to catch...
2007-10-23 BrianDon't pad renderbuffers to multiple of two pixels anymore.
2007-10-22 Briandon't apply ColorMask to main gc
2007-10-22 Brianfix masking bug, memory leak
2007-10-22 Briandon't use GL types for get/put_tile() params
2007-10-22 Briannew flag to control psize (from vertex shader or fixed...
2007-10-22 Brianadd support for sprite texcoord modes
2007-10-22 Brianimplement point sprite mode
2007-10-22 Brianadd point_sprite flag to rasterizer state
2007-10-22 Brianremove unused var
2007-10-22 Briantweak point corners to pass conform test
2007-10-22 Brianplug the wide prims code into the pipeline
2007-10-22 Brianupdate to working condition
2007-10-22 BrianFinish unifying the surface and texture tile caches.
2007-10-22 keithwpull clip/ module wide and stippled lines/points code
2007-10-22 BrianStart implementing cache routines for textures.
2007-10-21 Brianrename some vars
2007-10-21 Briansilence warning
2007-10-20 BrianRemove obsolete read/write_quad() functions
2007-10-20 Brianinit sp->sbuf_cache to avoid possible segfault
2007-10-20 BrianCall softpipe_unmap_surfaces() in softpipe_flush().
2007-10-20 BrianIn region_unmap(), check if region is mapped before...
2007-10-20 Brianflush the pipe before accum ops
2007-10-20 Brianunmap regions when reallocating renderbuffer storage
2007-10-20 Brianrenderbuffer tweaks in update_framebuffer_state()
2007-10-20 Brianuse combined depth/stencil buffer when possible
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-20 Brianadded case for TGSI_OPCODE_END
2007-10-19 Brianget/put_tile_raw() funcs for 16/32bpp surfaces
2007-10-19 Brianadded get/put_tile_raw() methods
2007-10-19 Briandon't alloc region in xmesa_surface_alloc(), fixes...
2007-10-19 Briandisable debug printf
2007-10-19 Briancall Driver.Flush() in _mesa_notifySwapBuffers()
2007-10-19 BrianInitial implementation of surface tile caching.
2007-10-19 BrianTile cache functions.
2007-10-19 Brianclamp/clip in put_tile(), move softpipe_init_surface_fu...
2007-10-18 Brianremove old comment
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-18 Brianfix bug in copy_rect(), use temp vars in sp_region_copy...
2007-10-18 Brianfix off-by-one error in CopyPixels src position
2007-10-18 Brianfix upside down CopyPixels image
2007-10-18 Brianfix function name
2007-10-18 Briancheckpoint: code refactoring for glCopyPixels
2007-10-18 Brianstart implementing glCopyPixels (stencil works)
2007-10-18 Brianmake read_stencil_pixels() non-static
2007-10-18 BrianChange type of shader->executable field from void ...
2007-10-18 Brianadded const qualifiers
2007-10-18 Brianbetter debug code, silence some warnings
2007-10-18 Brianprint vertex input mapping
2007-10-18 Brianhandle fogcoord/raster distance
2007-10-18 Brianadded st_debug.c
2007-10-18 Briandebug functions
2007-10-18 Brianfix logic error in stipple_quad() (point/line fragments...
2007-10-18 Oliver McFaddenCorrected the file permissions in src/mesa/pipe.
2007-10-18 Oliver McFaddenpipe/draw/draw_context.c:47: error: 'false' undeclared...
2007-10-18 Oliver McFaddensp_context.c:255: error: 'false' undeclared (first...
2007-10-17 Brianfix interpolation bug in nearest-image/linear-mipmap...
2007-10-17 Brianremove #include vf.h
2007-10-17 Briandisable the NeedFlush assertion for now
2007-10-17 BrianAdd some FLUSH_CURRENT() calls.
2007-10-17 BrianAssert that there's no outstanding current state that...
2007-10-17 Brianformatting fix
2007-10-17 Brianfix addressing error in read_stencil_pixels()
2007-10-17 BrianReplace repeat_remainder() with simpler macro that...
2007-10-17 Brianreorder params to get_texel()
2007-10-17 Brianimplement 3D texture sampling
2007-10-17 BrianWhen in GL_FEEDBACK mode, make sure we emit color and...
2007-10-17 Briangenerate selection hit if in selection mode and pos...
2007-10-17 BrianUpdate framebuffer state in response to _NEW_COLOR...
2007-10-17 BrianFix viewport Z scale/bias to get the right Z values...
2007-10-17 Briandon't crash if texture border is used (unsupported...
2007-10-17 Brianfix square point rasterization
2007-10-17 Brianlower clamp bound for UNCLAMPED_FLOAT_TO_SHORT() is -1
2007-10-17 Brianuse new st_clear_accum_buffer() function
2007-10-17 BrianNew st_clear_accum_buffer() function (can't use pipe...
2007-10-16 Brianfront/back determination was wrong
2007-10-16 Brianremove debug assertion
2007-10-16 BrianUpdate mask calculations for point drawing.
2007-10-16 BrianFix broken polygon stippling (see comments for details).
2007-10-16 BrianRedefine QUAD_TOP_LEFT, TOP_RIGHT, etc. to reflect...
2007-10-16 Brianfix perspective-interpolated attribs for points, liens
2007-10-16 Brianfix blend term translation bug, rename some funcs
2007-10-16 Brianfinish remaining blend modes
2007-10-15 Brianfix incorrect register in get_eye_normal() for rescale_...
2007-10-15 BrianGL_UNSIGNED_BYTE indexes
2007-10-15 Brianimplement logicop
2007-10-15 Brianremove commented out #include
2007-10-15 Briancheck for width or height = 0 before calling driver...
2007-10-15 BrianFix useabs logic in build_fog().
2007-10-15 Brianremove feedback hack
2007-10-15 BrianUndo prev changes.
2007-10-15 Briansetup vertex format for GL_FEEDBACK mode
2007-10-15 BrianGL_SELECT mode works now
2007-10-15 Brianformatting
2007-10-15 Briancall pipe->set_vertex_buffer() after drawing/unreferencing.
2007-10-15 Brianfix logic for printing extended swizzles
2007-10-15 Brianadd 'normalized_coords' field to pipe_sampler_state
2007-10-15 Brianfeedback/rasterpos fix-ups
2007-10-15 BrianChange 'drawing' field to boolean.
2007-10-15 Brianremove unused includes
next