summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2007-07-31re-fix stencil addressing bugBrian
2007-07-31Add missing filesKeith Whitwell
2007-07-31Remove references to intel_tris.hKeith Whitwell
2007-07-31A version of the i915tex driver with all drawing code removed.Keith Whitwell
2007-07-31simplify clear.x1,y2,x2,y2 setupBrian
2007-07-31In i915/i830_emit_state(), check if state->draw_region is non-null.Brian
2007-07-31fix stencil addressing bugBrian
2007-07-31remove obsolete xmesa_get_stencil_surface() stubBrian
2007-07-31fix comments and param names for intel_miptree_image_map()Brian
2007-07-31fix value returned by intel_new_renderbuffer_fb()Brian
2007-07-31bufmgr_fake: eliminate the referenced list, which is now just on_hardware.Eric Anholt
2007-07-31Don't initialize extensions we can't support when !ttm.Eric Anholt
2007-07-31fix failure caused by undeclared variable (bug 11783)Brian
2007-07-31glGetAttribLocation always returned 1 (bug 11774)Brian
2007-07-31i965: fix bad casts in do_blit_bitmap to support WindowPos correctlyXiang, Haihao
2007-07-31fix assertionsBrian
2007-07-31Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell
2007-07-3032 and z24s8 softpipe buffersBrian
2007-07-31i965: Use I16_UNORM instead of L16_UNORM (bug 11742)Xiang, Haihao
2007-07-30remove some obsolete xmesa remnantsBrian
2007-07-30Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-30compute scale for Z24 buffersBrian
2007-07-30implement read_quad_f_swz()Brian
2007-07-30Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-30implement surfaces for softpipe renderingBrian
2007-07-30map/unmap surfaces before/after renderingBrian
2007-07-30remove old commentsBrian
2007-07-30disable ProgramStringNotify assertionBrian
2007-07-30call st_invalidate_state()Brian
2007-07-30added map/unmap() stubsBrian
2007-07-31Fix an error in _save_OBE_DrawElementsXiang, Haihao
2007-07-30Fix an error in _mesa_validate_DrawElementsXiang, Haihao
2007-07-30remove old comment, minor formatting fixesBrian
2007-07-30handle LSB_FIRST in _mesa_pack_bitmap by the way used inXiang, Haihao
2007-07-30Fix an error related to glPolygonStipple.Xiang, Haihao
2007-07-30 ARB sprite point support on i965Zou Nan hai
2007-07-29fix glPointParameteriv bug 11754Jan Dvorak
2007-07-29fix cos/sin range reduction for i915 driver tooRoland Scheidegger
2007-07-29fix range reduction for sin/cos in i915tex (#11609)Roland Scheidegger
2007-07-29fix range reduction for sin/cos in i915tex (#11609)Roland Scheidegger
2007-07-29fix fallback crashes when driver can't handle frag prog for i915 driver too (...Roland Scheidegger
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
2007-07-27more Mingw32 fixesZhang
2007-07-27renaming, comments, clean-upBrian
2007-07-27Clip triangles against softpipe->cliprect which includes scissor and surface ...Brian
2007-07-27remove obsolete commentsBrian
2007-07-27Maintain cliprect (scissor) info in sp_state_derived.c.Brian
2007-07-27Implement point/line quad clipping. Not quite as efficient as it probably co...Brian