summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs1-0/+5
2010-01-10gallium: Remove dead code.José Fonseca1-4/+0
2010-01-10gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...José Fonseca1-34/+4
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri1-2/+0
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell1-14/+14
2010-01-05gallium: Add UMOD TGSI opcode.Michal Krol1-11/+12
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol1-1/+5
2010-01-05gallium: Add signed/unsigned int immediate data types.Michal Krol1-0/+4
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol1-1/+1
2010-01-05gallium: Add more integer TGSI opcodes.Michal Krol1-1/+22
2009-12-31gallium: pipe_context::render_condition() and mode flagsBrian Paul2-0/+17
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-21gallium: remove return value from draw callsKeith Whitwell1-14/+14
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