summaryrefslogtreecommitdiff
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Define PUBLIC to dllexport on MSVC.Chia-I Wu2010-05-311-0/+2
|/
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-18/+1
* gallium: Remove dri1_api.h and winsys support for DRI1Jakob Bornecrantz2010-05-251-81/+0
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-211-5/+13
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-211-1/+8
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-0/+13
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-214-21/+40
|\
| * gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-171-2/+0
| * gallium: another interface change for multisamplingRoland Scheidegger2010-05-171-10/+2
| * Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-05-041-3/+2
| |\
| * \ Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-302-5/+3
| |\ \
| * | | gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-271-2/+1
| * | | gallium: interface changes for multisamplingRoland Scheidegger2010-04-264-18/+48
* | | | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-212-11/+12
|\ \ \ \
| * | | | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-142-11/+12
* | | | | Merge commit 'origin/graw-tests'Keith Whitwell2010-05-191-8/+15
|\ \ \ \ \
| * | | | | graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-141-8/+6
| * | | | | graw: move towards glut-like interface, add tri.cKeith Whitwell2010-05-141-0/+9
| |/ / / /
* | | | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-1/+3
* | | | | gallium: remove forward declarations of non-existent objectsMarek Olšák2010-05-143-3/+0
|/ / / /
* | | | gallium: Add tokens for Cygwin.Vinson Lee2010-05-131-0/+5
* | | | graw: Make functions publicJakob Bornecrantz2010-05-121-7/+7
* | | | 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