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
/
i915simple
/
i915_context.c
Age
Commit message (
Expand
)
Author
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2008-09-04
i915: Add missing include.
José Fonseca
2008-09-04
i915: Use pipe_buffer_* inlines as much as possible.
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-14
check for winsys->destroy before calling
Alan Hourihane
2008-08-08
gallium: Add destroy callback to all *_winsys interfaces.
José Fonseca
2008-06-10
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
2008-06-02
i915: Implement and use the reworked batchbuffer code
Jakob Bornecrantz
2008-06-02
i915: Rework of batchbuffer code
Jakob Bornecrantz
2008-05-30
i915: Now using draw_elements_range
Jakob Bornecrantz
2008-05-29
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-08
i915: keep track of num_vertex_attribs/buffers for shorter loops
Brian
2008-03-27
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
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/i915: hook up screen->get_param()
Brian
2008-02-26
gallium: introduce 'pipe_screen' for context-independent functions
Brian
2008-02-25
gallium/i915: plug in aapoint draw stage
Brian
2008-02-25
gallium/i915: plug in aaline draw stage
Brian
2008-02-20
gallium: minor re-org of 915 surface/texture code
Brian
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca