summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* [g3dvl] merge fixChristian König2011-01-111-16/+14
* Merge remote branch 'vdpau/pipe-video' into pipe-videoChristian König2011-01-104-10/+16
|\
| * vl: pipe-video branch merged with Königs pipe-video branchThomas Balling Sørensen2010-10-263-21/+3
| * Merge branch 'pipe-video' of git://anongit.freedesktop.org/~deathsimple/xvmc-...Thomas Balling Sørensen2010-10-262-0/+17
| |\
| * \ Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-265-2/+36
| |\ \
| * | | vl: changed video pipe to use the new gallium API within masterThomas Balling Sørensen2010-10-051-8/+10
| * | | Merge branch 'master' into pipe-videoThomas Balling Sørensen2010-10-0515-351/+640
| |\ \ \
| * | | | Made some decoding function for mpeg2-decodingThomas Balling Sørensen2010-07-202-0/+2
* | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-082-1/+8
|\ \ \ \ \
| * | | | | gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie2010-12-241-1/+2
| * | | | | gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák2010-12-231-0/+6
* | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-12-117-81/+89
|\| | | | |
| * | | | | gallium: support for array textures and related changesRoland Scheidegger2010-12-026-79/+82
| * | | | | gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+1
* | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-213-67/+16
|\| | | | |
| * | | | | gallium: Add st_context_iface::share to st_api.Chia-I Wu2010-11-181-0/+6
| * | | | | gallium: Add st_api::name.Chia-I Wu2010-11-181-0/+5
| * | | | | gallium: Remove redundant sw and debug target helpersJakob Bornecrantz2010-11-171-67/+0
| * | | | | gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák2010-11-121-0/+5
* | | | | | Merge remote branch 'origin/master' into pipe-videoChristian König2010-11-111-1/+23
|\| | | | |
| * | | | | graw: Add struct pipe_surface forward declaration.snb-magicVinson Lee2010-11-081-1/+2
| * | | | | graw: Export graw_save_surface_to_file().Michal Krol2010-11-081-0/+21
| | |_|/ / | |/| | |
* | | | | [g3dvl] start handling motion_vertical_field_selectChristian König2010-11-091-0/+1
* | | | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-285-2/+36
|\| | | | | |_|_|/ |/| | |
| * | | gallium: new CAP, state for primitive restartBrian Paul2010-10-212-0/+7
| * | | gallium/format: add X32_S8X24_USCALED format.Dave Airlie2010-10-131-0/+1
| * | | gallium/format: add support for X24S8 and S8X24 formats.Dave Airlie2010-10-131-0/+3
| * | | gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-132-2/+4
| * | | gallium: Define C99 restrict keyword where absent.José Fonseca2010-10-111-0/+21
| | |/ | |/|
* | | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-1215-349/+635
|\| | | |/ |/|
| * dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-1/+0
| * gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri2010-09-201-1/+1
| * gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-143-30/+23
| * gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.Chia-I Wu2010-09-101-16/+0
| * gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-2/+61
| * Replace reference to tgsi-instruction-set.txt.Tilman Sauerbeck2010-09-071-1/+1
| * gallium: Remove unnecessary header from p_state.h.Vinson Lee2010-08-281-1/+0
| * gallium: Remove unnecessary header from p_shader_tokens.h.Vinson Lee2010-08-271-2/+0
| * gallium: Remove unnecessary header from p_format.h.Vinson Lee2010-08-271-2/+0
| * graw: Include missing header in graw.h.Vinson Lee2010-08-271-0/+1
| * graw: Add copyright headers to the interfaces.José Fonseca2010-08-261-0/+27
| * graw: Undo late loading of graw drivers.José Fonseca2010-08-261-153/+0
| * gallium: Clean up header file inclusion in p_defines.h.Vinson Lee2010-08-261-1/+1
| * gallium: Clean up header file inclusion in p_context.h.Vinson Lee2010-08-261-6/+24
| * graw: Include missing header in graw_dl.h.Vinson Lee2010-08-261-2/+3
| * graw: Dynamically load graw libraries.José Fonseca2010-08-261-0/+152
| * p_compiler: add replacement va_copyLuca Barbieri2010-08-211-0/+8
| * gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri2010-08-201-1/+3
| * gallium: add ALWAYS_INLINELuca Barbieri2010-08-111-0/+10
| * gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-41/+0