summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* egl: assorted fixes for WindowsJonathan White2008-06-051-0/+2
* gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.Michal Krol2008-06-041-0/+4
* gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca2008-06-021-15/+1
* gallium: More tweaks for the cosf/sinf logic.José Fonseca2008-06-021-2/+10
* gallium: Fix log<->cos typo in logf.José Fonseca2008-06-021-1/+1
* gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for g...José Fonseca2008-06-021-3/+1
* gallium: Identify each Windows platform individually from scons.José Fonseca2008-06-021-20/+31
* gallium: The SWZ opcode no longer aliases MOV.Michal Krol2008-06-021-2/+6
* gallium: Refactor TGSI decalaration tokens.Michal Krol2008-05-311-21/+6
* gallium: Fix preprocessor logic.Michal Krol2008-05-311-1/+1
* gallium: MSVC 8.0 already defines the cosf, sinf, etc.José Fonseca2008-05-311-2/+2
* Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz2008-05-301-0/+14
|\
| * draw: draw_range_elements trialKeith Whitwell2008-05-291-0/+14
| * Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell2008-05-281-3/+18
| |\
* | | gallium: Provide the INT64_C/UINT64_C macros.José Fonseca2008-05-301-0/+6
* | | Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz2008-05-281-3/+18
|\ \ \ | | |/ | |/|
| * | gallium: define PIPE_CDECL calling convention, which really is cdecl everywhereKeith Whitwell2008-05-231-3/+18
* | | gallium: Windows CE portability fixes.José Fonseca2008-05-283-23/+50
* | | gallium: Autodetect WINCE.José Fonseca2008-05-281-3/+4
* | | Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz2008-05-261-1/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-231-0/+3
| |\ \ | | |/ | |/|
| | * gallium: Stop warningsJakob Bornecrantz2008-04-071-0/+3
* | | gallium: Poor-man profiler for win32 kernel.José Fonseca2008-05-241-0/+11
* | | gallium: Additional formats for bump mapping.José Fonseca2008-05-191-0/+3
* | | Merge branch 'gallium-0.1' into gallium-tex-surfacesBrian Paul2008-05-181-8/+0
|\ \ \ | |/ /
| * | gallium: remove deprecated format namesBrian Paul2008-05-171-8/+0
* | | gallium: Propagate tex_usage flags down to winsys.José Fonseca2008-05-071-1/+2
* | | gallium: New PIPE_TEXTURE_USAGE_PRIMARY flag for primary surfaces.José Fonseca2008-05-071-2/+3
* | | gallium: Simple facility to dump and view images for debugging.José Fonseca2008-05-071-0/+11
* | | Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-1/+1
|\ \ \ | |/ /
| * | gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIASBrian Paul2008-05-021-1/+1
* | | gallium: New pipe_screen interface to overlay a texture on existing memory.José Fonseca2008-05-061-0/+12
* | | gallium: add pipe surface layout value (Roland Scheidegger)Keith Whitwell2008-05-032-0/+7
* | | gallium: identify depth-stencil texturesKeith Whitwell2008-05-021-1/+2
* | | gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-1/+5
* | | gallium: remove usage of winsys->surface_alloc_storage from state trackerKeith Whitwell2008-05-021-0/+2
* | | re-add pipe_surface map/unmap inlinesKeith Whitwell2008-05-021-0/+33
* | | gallium: add information to surface to identify which texture image it is poi...Keith Whitwell2008-05-011-0/+3
* | | gallium: tex surface checkpointKeith Whitwell2008-05-016-25/+38
|/ /
* | gallium: rename old PIPE_FORMAT_U_I8 with PIPE_FORMAT_I8_UNORM, etc.Brian Paul2008-04-301-9/+10
* | gallium: fix typo: s/custam/custom/Brian Paul2008-04-301-1/+1
* | d3d: Windows miniport driver portability fixes.José Fonseca2008-05-012-30/+43
* | gallium: new pipe_buffer alloc/map/unmap/ref wrappersBrian Paul2008-04-301-0/+50
* | silence p_debug.h:63: warning: ISO C forbids forward references to ‘enum’...Zack Rusin2008-04-291-4/+1
* | gallium: declare pipe_format enum to silence warningsBrian Paul2008-04-291-0/+2
* | gallium: add debug_print_format() make it easier to print format error messagesKeith Whitwell2008-04-292-86/+8
* | gallium: tweak comments, minor var renamingBrian Paul2008-04-251-7/+15
* | gallium: tweak comments, minor var renamingBrian Paul2008-04-251-21/+16
* | gallium: Windows user mode portability fixes.José Fonseca2008-04-251-4/+5
* | gallium: New configuration header.José Fonseca2008-04-252-0/+114