| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-08-02 | Don't try to use kernel BO flags in dri_bufmgr_fake internals. | Eric Anholt | |
| 2007-08-02 | Remove all references to swrast. | Keith Whitwell | |
| The one place the functionality continues to be needed is as last-ditch implementations of TexCopyImage, etc. TBD what to do about that, but that will be an issue for state_tracker, not for here. | |||
| 2007-08-02 | Remove intel_state.c, intel_rotate.[ch] | Keith Whitwell | |
| 2007-08-02 | comment follow-up | Brian | |
| 2007-08-02 | remove unnecessary null check (bug 11814) | Brian | |
| 2007-08-02 | s/MAX_TEXTURE_LEVELS/SIS_MAX_TEXTURE_LEVELS/ and add assertion (bug 11806) | Brian | |
| 2007-08-02 | move code to prevent NULL ptr dereference (bug 11810) | Brian | |
| 2007-08-02 | Remove intelClear() hack. | Keith Whitwell | |
| Have added intel_batchbuffer_flush calls to the blit functions. We still shouldn't be calling back into this remnant intel code from the softpipe driver, though, so that will go too at some point. | |||
| 2007-08-02 | Remove remnants of i915 texture-from-pbo code. | Keith Whitwell | |
| 2007-08-02 | Reroute some clear functionality. | Keith Whitwell | |
| Still require the intelClear() call to flush batchbuffers. That will be removed later... | |||
| 2007-08-02 | Fix typo in logic for unalias2() | Keith Whitwell | |
| 2007-08-02 | fix fd.o bug #11804 | Zou Nan hai | |
| glPolygonMode with point sprite on i965 | |||
| 2007-08-02 | Fix previous commit | Zou Nan hai | |
| 2007-08-02 | EXT_texture_sRGB support on i965 | Zou Nan hai | |
| 2007-08-01 | Re-implement intelClear() in terms of softpipe_clear(). Pretty simple/small ↵ | Brian | |
| now. Note: softpipe_clear() should really be renamed to something like pipe_clear_with_blits() and put into a driver-indepedent module... | |||
| 2007-08-01 | More work on glClear. | Brian | |
| Add a 'mask' param to region_fill() to help with clearing combined Z/stencil buffers, glColorMask, etc. | |||
| 2007-08-01 | s/Z24_S8/S8_Z24/ | Brian | |
| 2007-08-01 | Checkpoint: glClear changes - working, bug very rough. | Brian | |
| 2007-08-01 | Build libsoftpipe.a | Keith Whitwell | |
| Each pipe driver will build to a .a library, as these will optionally be included in the various DRI drivers (this will make more sense once there is at least one hardware driver...). Not strictly necessary for softpipe, but want to minimize the differences between it and actual hw implementations. | |||
| 2007-08-01 | fix mem leak (bug 11793) | Brian | |
| 2007-08-01 | Remove unused file intel_render.c | Keith Whitwell | |
| 2007-08-01 | Remove unused file | Keith Whitwell | |
| 2007-08-01 | Remove intel_span.[ch] | Keith Whitwell | |
| 2007-08-01 | fix fd.o bug #11788, max point size | Zou Nan hai | |
| 2007-07-31 | Redesign pipe_surface in terms of pipe_region. | Brian | |
| struct pipe_buffer goes away. Added basic region functions to softpipe to allocate/release malloc'd regions. Surface-related code is fairly coherent now. | |||
| 2007-07-31 | Lift region-related functions up to the pipe interface. | Brian | |
| Some of these functions probably should be driver-private. Note: intel_buffer_object is in p_state.h and should be fixed/removed. There are just a few i915 dependencies in intel_region.c | |||
| 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 | i965: fix bad casts in do_blit_bitmap to support WindowPos correctly | Xiang, Haihao | |
| 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-31 | i965: Use I16_UNORM instead of L16_UNORM (bug 11742) | Xiang, Haihao | |
| 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 | implement read_quad_f_swz() | Brian | |
| 2007-07-30 | implement surfaces for softpipe rendering | Brian | |
| 2007-07-30 | call st_invalidate_state() | Brian | |
| 2007-07-30 | ARB sprite point support on i965 | Zou Nan hai | |
| 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) | |||
