summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple/i915_context.c
Commit message (Expand)AuthorAgeFilesLines
* i915g: Dirty fix for VBO module double flush assertJakob Bornecrantz2009-08-061-4/+12
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+26
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* i915: Add missing include.José Fonseca2008-09-041-0/+1
* i915: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-4/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* check for winsys->destroy before callingAlan Hourihane2008-08-141-1/+1
* gallium: Add destroy callback to all *_winsys interfaces.José Fonseca2008-08-081-0/+3
* gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca2008-06-101-1/+1
* i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz2008-06-021-1/+1
* i915: Rework of batchbuffer codeJakob Bornecrantz2008-06-021-1/+2
* i915: Now using draw_elements_rangeJakob Bornecrantz2008-05-301-6/+23
* draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell2008-05-291-1/+3
* draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell2008-04-191-1/+1
* i915: keep track of num_vertex_attribs/buffers for shorter loopsBrian2008-04-081-13/+9
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-2/+2
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-55/+0
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-24/+0
* gallium/i915: hook up screen->get_param()Brian2008-02-271-50/+5
* gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-28/+4
* gallium/i915: plug in aapoint draw stageBrian2008-02-251-3/+1
* gallium/i915: plug in aaline draw stageBrian2008-02-251-1/+5
* gallium: minor re-org of 915 surface/texture codeBrian2008-02-201-3/+1
* gallium: new pipe->texture_update() functionBrian2008-02-201-0/+1
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+320