summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix build on Windows.Michal Krol2008-02-151-1/+1
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-133-2/+6
* gallium: clean-up, simplification of mipmapped texturesBrian2008-02-123-16/+23
* gallium: change pipe->texture_create() to operate like the CSO functionsBrian2008-02-062-10/+12
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-066-13/+12
* gallium: Add SCons as alternative build system for Gallium.José Fonseca2008-01-311-0/+29
* gallium: minor cleanups to pipe interfaceKeith Whitwell2008-01-261-24/+0
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-9/+2
* gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell2008-01-259-15/+16
* gallium: Simplify winsys buffer interface.Michel Dänzer2008-01-254-17/+12
* i915: add case for TGSI_FILE_IMMEDIATE to avoid error, but still needs proper...Brian2008-01-241-3/+4
* gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian2008-01-232-16/+16
* gallium: remove support for separate depth/stencil buffers. Always combined ...Brian2008-01-231-10/+5
* gallium: restore/rewrite vbuf code for softpipeBrian2008-01-231-8/+0
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-3/+3
* gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian2008-01-211-7/+8
* Unify copy_rect helpers.Michel Dänzer2008-01-181-46/+11
* Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca2008-01-173-7/+8
* gallium: fix warningKeith Whitwell2008-01-171-2/+4
* vbuf updates/fixes (KeithW)Brian2008-01-161-5/+1
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-2/+0
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-8/+9
* Additional parameters to vbuf_render->draw()Brian2008-01-101-1/+5
* replace void * with struct draw_vertex_shader opaque typeBrian2008-01-031-3/+3
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-173-66/+30
* rename some 'mesa' functionsBrian2007-12-151-19/+15
* Use tile functions in new p_tile.[ch]Brian2007-12-151-87/+5
* update comment for TGSI_TOKEN_TYPE_IMMEDIATE caseBrian2007-12-141-2/+3
* 965: get fragment shader compiler compilingKeith Whitwell2007-12-131-4/+0
* Remove get/put_tile_rgba() functions.Brian2007-12-121-102/+1
* Move float/rgba tile get/put functions into new file.Brian2007-12-121-0/+7
* PIPE_SCREEN_SURFACE no longer neededBrian2007-12-121-10/+2
* remove old assertionBrian2007-12-121-1/+0
* add PIPE_FORMAT_R5G6B5_UNORM to list of supported screen surface typesBrian2007-12-121-0/+1
* Rework gallium and mesa queries a little.Keith Whitwell2007-12-111-17/+0
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-112-15/+5
* gallium: remove redundant clear_color state.Keith Whitwell2007-12-112-12/+0
* gallium: Remove feedback interfaces from pipe driver.Keith Whitwell2007-12-113-56/+0
* Add surface storage allocation function to winsys interface.José Fonseca2007-12-111-1/+2
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-44/+33
* implement i915_put_tile_rgba() - temporary code thoughBrian2007-12-101-2/+32
* Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer2007-12-101-3/+1
* Adapt for winsys interface changes.José Fonseca2007-12-091-1/+2
* gallium: add draw_stage::destroy().Michal2007-12-091-0/+6
* add fence interfaces and buffer create flags to pipe_winsyskeithw2007-12-091-1/+1
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-073-5/+6
* Get rid of "duplicate" formats.Brian2007-12-074-25/+25
* Eliminate struct pipe_region.Michel Dänzer2007-12-077-109/+35
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-069-153/+247
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-294-202/+189