summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)Author
2010-01-14Merge branch 'instanced-arrays'Michal Krol
2010-01-13gallium: remove forward struct declBrian Paul
2010-01-12gallium: draw_arrays/elements_instanced() are of type void.Michal Krol
2010-01-12gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca
2010-01-12winsys/drm: Add name field to drm_api.Chia-I Wu
2010-01-11gallium: Add PUBLIC macro for function visibility.Chia-I Wu
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-10gallium: Remove dead code.José Fonseca
2010-01-10gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...José Fonseca
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2010-01-05gallium: Add UMOD TGSI opcode.Michal Krol
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol
2010-01-05gallium: Add signed/unsigned int immediate data types.Michal Krol
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2010-01-05gallium: Add more integer TGSI opcodes.Michal Krol
2009-12-31gallium: pipe_context::render_condition() and mode flagsBrian Paul
2009-12-29gallium: Move instance_divisor field from vertex_buffer to vertex_element.Michal Krol
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin
2009-12-25gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin
2009-12-25gallium: add an inline that returns number of vertices per primitiveZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: remove return value from draw callsKeith Whitwell
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-15pipe: add PIPE_MAX_TEXTURE_TYPESMarek Olšák
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-12-11gallium: added comment for pipe_reference() return valueBrian Paul
2009-12-09gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell
2009-12-08gallium: use boolean instead of bool in p_refcnt.hRoland Scheidegger
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: Make pipe_format a sequential enum.Michal Krol
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-04gallium: Disable force_align_arg_pointer attribute on x86_64.José Fonseca
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-12-03Remove pf_swizzle_* internal macros.Michal Krol
2009-12-03gallium: Remove pf_mixed_*().Michal Krol
2009-12-03gallium: Remove pf_rev().Michal Krol
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol