mesa.git
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
2007-10-15 Briansimplify KIL usage for bitmap fragprog
2007-10-15 Briancheck for extended swizzles, added TGSI_OPCODE_KILP
2007-10-15 Brianadded print_texkil_op()
2007-10-14 Brianimplement accum ops
2007-10-14 Brianimplement put_tile()
2007-10-14 Brianaccum buffer support
2007-10-14 Brian16-bit rgba surface/format for accum
2007-10-14 Brian16-bit RGBA surface format for accum buffers
2007-10-14 BrianAdded accum function/files.
2007-10-13 BrianGL_STENCIL_INDEX support
2007-10-13 BrianGL_STENCIL_INDEX support
2007-10-13 Brianformat info for Z16/Z32
2007-10-13 Brianinequality tests were backward
2007-10-13 BrianglDrawPixels support for GL_DEPTH_COMPONENT
2007-10-13 BrianCheck texture format in get_texel() to handle depth...
2007-10-13 Brianget_tile() of Z surfaces returns floats now
2007-10-13 Brianadded z16/z32_git_tile(), change s8z24_get_tile() to...
2007-10-12 BrianUse KIL in glBitmap shader to cull the fragments for...
2007-10-12 Brianadded assertion to be sure we don't exceed bitfield...
2007-10-12 Brianadded code to print extended swizzles
2007-10-12 Brianchange exec_kilp() to only touch lowest four bits in...
2007-10-12 Brianinitial use of KIL for glBitmap rendering
2007-10-11 BrianInit draw->prim = ~0
2007-10-11 Brianrename some vars, updated comments
2007-10-11 Brianremove unused tgsi_attrib_to_mesa_attrib()
next