index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
softpipe
/
sp_context.c
Age
Commit message (
Expand
)
Author
2009-04-28
softpipe: return PIPE_UNREFERENCED in softpipe_is_buffer/texture_referenced()
Brian Paul
2009-04-20
softpipe: fix softpipe_is_buffer/texture_referenced() regression
Brian Paul
2009-04-18
softpipe: Simplify softpipe_create's prototype.
José Fonseca
2009-04-18
softpipe: Fix softpipe_is_texture_referenced prototype.
José Fonseca
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-03-04
gallium: Remove some superfluous instances of #include "p_inlines.h".
Michel Dänzer
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-01-29
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-27
gallium: standardize api on the prefix "nr"
Zack Rusin
2008-12-17
softpipe: fix vertex shader texture sampling
Brian Paul
2008-12-04
softpipe: plug in softpipe's texture samplers into draw module.
Brian
2008-09-08
softpipe: First attempts at multithreaded softpipe.
Michal Krol
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: replace LOG2() macro with util_fast_log2() inline func
Brian Paul
2008-06-10
softpipe: Replace GETENV by debug_get_bool_option.
José Fonseca
2008-06-10
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
2008-05-28
Merge branch 'gallium-vertex-linear' into gallium-tex-surfaces
Keith Whitwell
2008-05-27
softpipe: enable vbuf by default
Keith Whitwell
2008-05-12
softpipe: add failure paths for context creation
Keith Whitwell
2008-05-02
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-01
gallium: remove the unused softpipe_winsys code
Brian Paul
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-29
gallium: test for new PIPE_ARCH_X86
Brian Paul
2008-04-24
gallium: plug in softpipe_set_edgeflags() function
Brian Paul
2008-04-22
softpipe: implement SP_NO_RAST env var
Keith Whitwell
2008-04-07
gallium: get rid of bufloop quad stage
Brian
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-14
gallium: remove DOS carriage returns
Brian
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-02-27
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
gallium: start removing pipe_context->get_name/vendor/param/paramf
Brian
2008-02-27
gallium: implement pipe_screen for softpipe driver
Brian
2008-02-27
gallium: softpipe_init_texture_funcs(), make texture func static
Brian
2008-02-26
gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()
Brian
2008-02-21
gallium: new draw stage for polygon stipple.
Brian
2008-02-21
gallium: new AA point drawing stage
Brian
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-18
gallium: antialiased line drawing
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca