summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | gallium: Make sure the size of non-existent storage components is set to 0.Michel Dänzer2008-04-241-3/+3
* | gallium: Initial support for pixel formats with unused storage components.Michel Dänzer2008-04-241-47/+61
* | util: work around freaky win32 math.hKeith Whitwell2008-04-211-1/+3
* | util: add wrappers for float math functions on windowsKeith Whitwell2008-04-211-0/+46
* | gallium: Don't assume snprintf are always available.José Fonseca2008-04-152-10/+2
* | gallium: Thread condition variables.José Fonseca2008-04-111-0/+34
* | gallium: flags param to surface_alloc_storage() is unused and deprecatedBrian Paul2008-04-101-0/+1
* | gallium: re-order, clean-up PIPE_MAX_* definitionsBrian2008-04-081-9/+8
* | gallium: remove obsolete/unused PIPE_ATTRIB_MAXBrian2008-04-081-1/+0
* | gallium: Allow to debug memory leaks in nested scopes.José Fonseca2008-04-081-3/+3
|/
* gallium: Use the custom snprintf implementation everywhere (for Win32).José Fonseca2008-04-051-0/+9
* gallium: Handle client-supplied edgeflags.Keith Whitwell2008-04-041-0/+8
* gallium: fix two-side stencil handlingRoland Scheidegger2008-04-041-1/+1
* gallium: add a flag to turn on gl rasterization rulesKeith Whitwell2008-04-021-0/+1
* gallium: add temporary facility for rasterization-time clamping of point sizesKeith Whitwell2008-04-021-0/+2
* gallium: Compute YCBCR bit depth.José Fonseca2008-04-011-6/+7
* gallium: updated comment for bypass_vsBrian2008-03-311-1/+2
* gallium: Eliminate p_winsys::printfJosé Fonseca2008-03-311-4/+0
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-6/+6
* gallium: remove redundant compare bit in sampler stateRoland Scheidegger2008-03-281-1/+0
* gallium: Bump PIPE_MAX_SAMPLERS to 16.Michal Krol2008-03-281-1/+1
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-1/+2
* gallium: updated/improved comments, minor re-formattingBrian Paul2008-03-271-31/+27
* gallium: silence unused var warningBrian2008-03-271-0/+2
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-262-4/+4
* gallium: Introduce flatshade_first field to rasterizer_state.Michal Krol2008-03-251-0/+1