History log of /external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
28486880ca3ec39419ccee0cb1a3bedc9ef7117c 02-Feb-2010 José Fonseca <jfonseca@vmware.com> gallium: pipe/p_inlines.h -> util/u_inlines.h
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
cd8614b0287dc5a69725ec4ee0208fad61f7789e 22-Jan-2010 Brian Paul <brianp@vmware.com> Merge branch 'mesa_7_7_branch'

Conflicts:
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
src/gallium/auxiliary/pipebuffer/Makefile
src/gallium/auxiliary/pipebuffer/SConscript
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
src/gallium/auxiliary/tgsi/tgsi_scan.c
src/gallium/drivers/i915/i915_surface.c
src/gallium/drivers/i915/i915_texture.c
src/gallium/drivers/llvmpipe/lp_setup.c
src/gallium/drivers/llvmpipe/lp_tex_sample_c.c
src/gallium/drivers/llvmpipe/lp_texture.c
src/gallium/drivers/softpipe/sp_prim_vbuf.c
src/gallium/state_trackers/xorg/xorg_dri2.c
src/gallium/winsys/drm/intel/gem/intel_drm_api.c
src/gallium/winsys/drm/nouveau/drm/nouveau_drm_api.c
src/gallium/winsys/drm/radeon/core/radeon_drm.c
src/gallium/winsys/drm/vmware/core/vmw_screen_dri.c
src/mesa/state_tracker/st_cb_clear.c
e3cb614f932ac417d446c84bd54f86d01b1cdcd9 20-Jan-2010 Vinson Lee <vlee@vmware.com> softpipe: Remove unnecessary headers.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
7a15642f411613df51474d5c2ab85456b5ca41ce 26-Dec-2009 José Fonseca <jfonseca@vmware.com> softpipe: Flush draw module before switching framebuffer.

Otherwise geometry might end up in the wrong rendertarget.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
f5bd93fae2e4f46665eb1f09ca64cb39ff2b8a79 03-Dec-2009 Michal Krol <michal@vmware.com> Move pf_get_component_bits() to u_format auxiliary module.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
a77226071f6814a53358a5d6caff685889d0e4ec 27-Sep-2009 Younes Manton <younes.m@gmail.com> softpipe: Grab a ref when the fb is set.

Nasty bug when the surface is freed and another is allocated right on
top of it. The next time we set the fb state SP thinks it's the same
surface and doesn't flush, and when the flush eventually happens the
surface belongs to a completely different texture.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
ade8984f5023b05412f2467add4a59d14af53185 25-Jul-2009 Keith Whitwell <keithw@vmware.com> softpipe: cleanup framebuffer state routine slightly
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
aa5db684382bd8662a83ca09ed000e4a5a1013f9 16-Jul-2009 Keith Whitwell <keithw@vmware.com> softpipe: remove backwards dependency from tilecache to softpipe

The tile cache is a utility, it shouldn't know anything about the
entity which is making use of it (ie softpipe).

Remove softpipe parameter to all the tilecache function calls, and
also remove the need to keep a softpipe pointer in the sampler structs.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
45bde75bd67e7e920f0113842d1fa58613ccc3ec 04-Mar-2009 Michel Dänzer <daenzer@vmware.com> gallium: Remove some superfluous instances of #include "p_inlines.h".
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
2299f21f8da816fc4588492965e7dac422da1a96 26-Jan-2009 Zack Rusin <zackr@vmware.com> gallium: standardize api on the prefix "nr"
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
5c845b911596e72a9fdbc566ee06b1d7dc8afb7c 11-Dec-2008 Michal Krol <michal@tungstengraphics.com> softpipe: Add missing header include.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
d0bc5293d6e1e9c34fa822b7c2928932ed22462c 11-Dec-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: added draw_set_mrd() function to fix polygon offset

The Minimum Resolvable Depth factor depends on the driver and can't just
be computed from the number of Z buffer bits.
Glean's polygon offset test now passes with softpipe.
Still need to determine the MRD factor for other gallium drivers, if they use
the draw module's polygon offset stage...
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
09f67990abd4bb9b79349be2fca9a6ae850b6f5f 20-Mar-2008 Brian <brian.paul@tungstengraphics.com> gallium: use new framebuffer width, height fields
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
122ed506f4b808503b230bade421018614dbe696 20-Mar-2008 Brian Paul <brian.paul@tungstengraphics.com> gallium: added fb_width/height fields to softpipe context

These are convenience fields. Otherwise, we have to check cbuf[0] or zsbuf
in various places.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
687a8b96ef13658bbe779d0011ce1144844f1972 18-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Standardize on using the pipe/ include prefix.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c
b642730be93149baa7556e5791393168ab396175 15-Feb-2008 José Fonseca <jrfonseca@tungstengraphics.com> Code reorganization: move files into their places.

This is in a separate commit to ensure renames are properly preserved.
/external/mesa3d/src/gallium/drivers/softpipe/sp_state_surface.c