summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i915simple/i915_context.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-01i915g: Switch from pipe_winsys to intel_winsysJakob Bornecrantz1-10/+7
2009-08-31i915g: Cleanup i915_context.cJakob Bornecrantz1-57/+71
2009-08-31i915g: Cleanup texture init functions a bitJakob Bornecrantz1-1/+0
2009-08-31i915g: Rename pipe field on context to baseJakob Bornecrantz1-12/+12
2009-08-06i915g: Dirty fix for VBO module double flush assertJakob Bornecrantz1-4/+12
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+26
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2008-09-04i915: Add missing include.José Fonseca1-0/+1
2008-09-04i915: Use pipe_buffer_* inlines as much as possible.José Fonseca1-4/+4
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-08-14check for winsys->destroy before callingAlan Hourihane1-1/+1
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca1-0/+3
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca1-1/+1
2008-06-02i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz1-1/+1
2008-06-02i915: Rework of batchbuffer codeJakob Bornecrantz1-1/+2
2008-05-30i915: Now using draw_elements_rangeJakob Bornecrantz1-6/+23
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell1-1/+3
2008-04-19draw: move some pipeline-specific code & state to draw_pipe.[ch]Keith Whitwell1-1/+1
2008-04-08i915: keep track of num_vertex_attribs/buffers for shorter loopsBrian1-13/+9
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian1-2/+2
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian1-55/+0
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian1-24/+0
2008-02-27gallium/i915: hook up screen->get_param()Brian1-50/+5
2008-02-26gallium: introduce 'pipe_screen' for context-independent functionsBrian1-28/+4
2008-02-25gallium/i915: plug in aapoint draw stageBrian1-3/+1
2008-02-25gallium/i915: plug in aaline draw stageBrian1-1/+5
2008-02-20gallium: minor re-org of 915 surface/texture codeBrian1-3/+1
2008-02-20gallium: new pipe->texture_update() functionBrian1-0/+1
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+320