| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-07-31 | re-fix stencil addressing bug | Brian | |
| 2007-07-31 | Add missing files | Keith Whitwell | |
| 2007-07-31 | Remove references to intel_tris.h | Keith Whitwell | |
| 2007-07-31 | A version of the i915tex driver with all drawing code removed. | Keith Whitwell | |
| This is intended to support the softpipe development work. More code will be removed and pushed into softpipe until this basicially becomes the DRI/GLX interface for that driver. | |||
| 2007-07-31 | simplify clear.x1,y2,x2,y2 setup | Brian | |
| 2007-07-31 | In i915/i830_emit_state(), check if state->draw_region is non-null. | Brian | |
| This fixes a problem hit by glClear in the samples/stencil.c program. | |||
| 2007-07-31 | fix stencil addressing bug | Brian | |
| 2007-07-31 | remove obsolete xmesa_get_stencil_surface() stub | Brian | |
| 2007-07-31 | fix comments and param names for intel_miptree_image_map() | Brian | |
| 2007-07-31 | fix value returned by intel_new_renderbuffer_fb() | Brian | |
| 2007-07-31 | bufmgr_fake: eliminate the referenced list, which is now just on_hardware. | Eric Anholt | |
| 2007-07-31 | Don't initialize extensions we can't support when !ttm. | Eric Anholt | |
| 2007-07-31 | fix failure caused by undeclared variable (bug 11783) | Brian | |
| 2007-07-31 | glGetAttribLocation always returned 1 (bug 11774) | Brian | |
| 2007-07-31 | i965: fix bad casts in do_blit_bitmap to support WindowPos correctly | Xiang, Haihao | |
| 2007-07-31 | fix assertions | Brian | |
| 2007-07-31 | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell | |
| Conflicts: src/mesa/drivers/dri/i915tex/intel_buffers.c src/mesa/drivers/dri/i915tex/intel_context.c src/mesa/drivers/dri/i915tex/intel_fbo.c src/mesa/drivers/dri/i915tex/intel_pixel_draw.c | |||
| 2007-07-30 | 32 and z24s8 softpipe buffers | Brian | |
| 2007-07-31 | i965: Use I16_UNORM instead of L16_UNORM (bug 11742) | Xiang, Haihao | |
| 2007-07-30 | remove some obsolete xmesa remnants | Brian | |
| 2007-07-30 | Merge branch 'softpipe_0_1_branch' of ↵ | Brian | |
| git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch | |||
| 2007-07-30 | Lots of improvements to the surface-related code. | Brian | |
| Z testing now works with i915 driver. Add gl_renderbuffer::surface pointer (and reverse pointer). Remove intel_surface and xmesa_surface types - no longer used. | |||
| 2007-07-30 | compute scale for Z24 buffers | Brian | |
| 2007-07-30 | implement read_quad_f_swz() | Brian | |
| 2007-07-30 | Merge branch 'softpipe_0_1_branch' of ↵ | Brian | |
| git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch | |||
| 2007-07-30 | implement surfaces for softpipe rendering | Brian | |
| 2007-07-30 | map/unmap surfaces before/after rendering | Brian | |
| 2007-07-30 | remove old comments | Brian | |
| 2007-07-30 | disable ProgramStringNotify assertion | Brian | |
| 2007-07-30 | call st_invalidate_state() | Brian | |
| 2007-07-30 | added map/unmap() stubs | Brian | |
| 2007-07-31 | Fix an error in _save_OBE_DrawElements | Xiang, Haihao | |
| In the case that a buffer object is bound to ELEMENT_ARRARY_BUFFER, it is invalid to directly dereference indices passed to glDrawElements. | |||
| 2007-07-30 | Fix an error in _mesa_validate_DrawElements | Xiang, Haihao | |
| The field 'Data' in an obj is NULL in some dri drivers(such as i965). Use mapped pointer instead. | |||
| 2007-07-30 | remove old comment, minor formatting fixes | Brian | |
| 2007-07-30 | handle LSB_FIRST in _mesa_pack_bitmap by the way used in | Xiang, Haihao | |
| _mesa_unpack_bitmap | |||
| 2007-07-30 | Fix an error related to glPolygonStipple. | Xiang, Haihao | |
| As glPixelStore(GL_UNPACK) affect the bits into a stipple pattern, hence 128 bytes used to store the pattern in a display list aren't enough sometimes. | |||
| 2007-07-30 | ARB sprite point support on i965 | Zou Nan hai | |
| 2007-07-29 | fix glPointParameteriv bug 11754 | Jan Dvorak | |
| 2007-07-29 | fix cos/sin range reduction for i915 driver too | Roland Scheidegger | |
| 2007-07-29 | fix range reduction for sin/cos in i915tex (#11609) | Roland Scheidegger | |
| 2007-07-29 | fix range reduction for sin/cos in i915tex (#11609) | Roland Scheidegger | |
| 2007-07-29 | fix fallback crashes when driver can't handle frag prog for i915 driver too ↵ | Roland Scheidegger | |
| (untested) | |||
| 2007-07-29 | Fix crashes when the frag prog can't be handled in hardware (#11131) | Roland Scheidegger | |
| Must not change to/from swrast after Render.Start or bad things will happen. (Driver will still somewhat incorrectly report an implementation error, and apps can't really figure out if a prog is natively supported as validation is later - could try doing it earlier to give some hint at least, even though native status may still change later due to fog etc.) | |||
| 2007-07-29 | Fix crashes when the frag prog can't be handled in hardware (#11131) | Roland Scheidegger | |
| Must not change to/from swrast after Render.Start or bad things will happen. (Driver will still somewhat incorrectly report an implementation error, and apps can't really figure out if a prog is natively supported as validation is later - could try doing it earlier to give some hint at least, even though native status may still change later due to fog etc.) | |||
| 2007-07-27 | more Mingw32 fixes | Zhang | |
| 2007-07-27 | renaming, comments, clean-up | Brian | |
| 2007-07-27 | Clip triangles against softpipe->cliprect which includes scissor and surface ↵ | Brian | |
| bounds. This prevents rendering out of bounds when the viewport is partially outside the surface bounds. | |||
| 2007-07-27 | remove obsolete comments | Brian | |
| 2007-07-27 | Maintain cliprect (scissor) info in sp_state_derived.c. | Brian | |
| The cliprect depends on the scissor rect (if enabled), otherwise the drawing surface bounds. | |||
| 2007-07-27 | Implement point/line quad clipping. Not quite as efficient as it probably ↵ | Brian | |
| could be, but sufficient for now. | |||
