summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin1-3/+2
2009-12-25gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin1-1/+0
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin1-32/+0
2009-12-25gallium: add an inline that returns number of vertices per primitiveZack Rusin1-0/+32
2009-12-25gallium: add geometry shader support to galliumZack Rusin3-22/+36
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger2-9/+2
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-134/+0
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol7-64/+161
2009-12-15pipe: add PIPE_MAX_TEXTURE_TYPESMarek Olšák1-1/+2
2009-12-14tgsi: add properties and system value registerZack Rusin1-10/+28
2009-12-11gallium: added comment for pipe_reference() return valueBrian Paul1-0/+1
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2-9/+2
2009-12-08gallium: use boolean instead of bool in p_refcnt.hRoland Scheidegger1-3/+3
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger3-14/+16
2009-12-08gallium: Make pipe_format a sequential enum.Michal Krol1-294/+113
2009-12-08Remove remaining pipe format utility functions.Michal Krol1-18/+0
2009-12-04gallium: Disable force_align_arg_pointer attribute on x86_64.José Fonseca1-1/+1
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger2-79/+52
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger3-14/+16
2009-12-03Remove pf_swizzle_* internal macros.Michal Krol1-5/+0
2009-12-03gallium: Remove pf_mixed_*().Michal Krol1-11/+0
2009-12-03gallium: Remove pf_rev().Michal Krol1-5/+0
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol1-27/+0
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol1-36/+0
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-39/+0
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol1-7/+0
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol1-14/+0
2009-12-03Move pf_is_compressed() to u_format auxiliary module.Michal Krol1-6/+0
2009-12-03gallium: Remove unused format functions.Michal Krol1-38/+0
2009-12-02gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul1-0/+1
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell1-145/+23
2009-12-01gallium: Introduce separate vertex texture/sampler state.Michal Krol3-4/+16
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2-79/+52
2009-11-27Merge branch 'width0'Roland Scheidegger1-3/+3
2009-11-27gallium: Remove tgsi_version token.Michal Krol1-6/+0
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell1-4/+4
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell1-137/+21
2009-11-24gallium: Refactor the instruction predicate TGSI token.Michal Krol1-10/+7
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-3/+3
2009-11-06gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca1-2/+57
2009-11-02gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol2-99/+20
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca2-65/+17
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell1-24/+0
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell1-15/+2
2009-10-23gallium: remove noise opcodesKeith Whitwell1-4/+1
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson1-0/+3
2009-10-14gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca1-0/+6
2009-10-02gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.Michel Dänzer1-1/+12
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-0/+16
2009-10-01g3dvl: Copyright blocks.Younes Manton2-0/+54