profile/ivi/mesa.git
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()
2007-10-11 Brianupdate st_feedback_draw_vbo()
2007-10-11 Brianstreamline st_draw_vbo() a bit more, free user-space...
2007-10-11 Brianclean-up, streamline st_draw_vbo()
2007-10-11 Brianimplement intel_user_buffer_create()
2007-10-11 BrianInitial support for user-space buffer objects.
2007-10-11 BrianUse winsys->user_buffer_create() to wrap user-space...
2007-10-10 Brianimplement the user_buffer_create() function
2007-10-10 BrianAdded user_buffer_create() method
2007-10-10 Brianadded SSCALED cases in fetch_attrib4()
2007-10-10 Brianupdate comments (s/softpipe/gallium/ etc)
2007-10-10 Brianminor optimization for color/z results
2007-10-10 Briandisable some assertions which pop up during window...
2007-10-10 Brianfix get_result_vector() since fp output slots are not...
2007-10-10 Brianfix softpipe_clear() to handle ps->offset!=0 (such...
2007-10-10 Brianfree/unreference pipe_surface in get_texel()
2007-10-10 Brianuse correct mipmap level in st_render_texture()
2007-10-10 Brianuse pipe_region_reference() in softpipe_get_tex_surface...
2007-10-10 Brianfix width/height padding that caused failed assertion...
2007-10-10 BrianSize of input_to_index array should be VERT_ATTRIB_MAX.
2007-10-10 BrianMerge tgsi_mesa_compile_fp_program() and tgsi_mesa_comp...
2007-10-10 Brianremove unused var
2007-10-09 Brianstart on a unified vertex/fragment program translation...
2007-10-09 BrianGenerate DCLs for temporaries.
2007-10-09 BrianFinish up decls for packed fragment program outputs.
2007-10-09 BrianPack fragment program outputs to be consistant with...
2007-10-09 Brianupdate some comments
2007-10-09 BrianMore work on flow control for CAL/RET.
2007-10-09 BrianNew ATTRIB interpolation type for vertex program inputs...
next