summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add new fine grained PIPE_CAP_xx for shader limits.José Fonseca2010-05-121-0/+24
* gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-122-42/+47
* gallium: remove trailing comma in enum listBrian Paul2010-05-041-2/+2
* gallium: Remove loop register file.José Fonseca2010-05-031-3/+2
* gallium: remove trailing commaBrian Paul2010-04-281-1/+1
* gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca2010-04-271-4/+2
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-23/+12
* gallium: use better param nameBrian Paul2010-04-221-2/+2
* gallium: fix comment language, remove dangling commentBrian Paul2010-04-221-4/+4
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-0/+3
|\
| * gallium: Add index bias parameter to draw_elements and friends.José Fonseca2010-04-191-0/+3
* | p_compiler: add likely/unlikely macrosLuca Barbieri2010-04-181-1/+39
|/
* gallium: comments and whitespace fixesBrian Paul2010-04-161-8/+13
* st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2010-04-162-17/+4
* gallium: Remove pipe_screen::update_buffer.Chia-I Wu2010-04-131-7/+0
* Squashed commit of the following:Keith Whitwell2010-04-1011-610/+224
* gallium: Add a couple more of D3D9 formats forgotten earlier.José Fonseca2010-04-081-0/+2
* gallium: Add missing D3D9 color formats.José Fonseca2010-04-081-0/+7
* util: Remove the half typedef from p_compiler.h.José Fonseca2010-04-071-2/+0
* gallium: remove old comment about return valuesBrian Paul2010-04-011-1/+1
* gallium: Integrate util_half with scons.Michal Krol2010-04-011-0/+1
* Merge branch 'master' into gallium-new-formatsRoland Scheidegger2010-03-302-4/+39
|\
| * st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-292-4/+39
* | gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger2010-03-291-4/+4
* | gallium: add new texture formatsRoland Scheidegger2010-03-291-108/+128
|/
* gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-281-0/+36
* st/dri: add driswGeorge Sapountzis2010-03-251-0/+1
* dri1_api: need not include drm.hGeorge Sapountzis2010-03-211-1/+1
* Add format B5G5R5X1Alan Hourihane2010-03-181-0/+1
* gallium: Silence warning.José Fonseca2010-03-161-0/+1
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-162-0/+427
|\
| * Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-161-0/+407
| |\
| | * gallium: Add st_api.h.Chia-I Wu2010-03-121-0/+407
| * | winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-161-0/+20
* | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-132-18/+30
|\ \ \ | |/ /
| * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-112-3/+2
| * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-113-17/+28
| |/
| * gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu2010-03-101-1/+4
* | gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol2010-03-111-1/+1
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-109-116/+247
|\ \ | |/
| * Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-103-9/+6
| |\
| | * drop stray XFree86Server, XGLServerGeorge Sapountzis2010-03-091-5/+0
| | * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-4/+6
| | |\
| | | * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-3/+6
| | | * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
| * | | gallium: create helper for swrast+xlib combinationKeith Whitwell2010-03-091-8/+3
| * | | ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell2010-03-091-3/+7
| * | | cell: fix up assorted compilation problemsBrian Paul2010-03-091-0/+3
| * | | ws/xlib: manage the GC internallyKeith Whitwell2010-03-091-1/+0