summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)Author
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLENDRoland Scheidegger
2010-01-28gallium: Add CAPs for constant buffers.Michal Krol
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Add tgsi_declaration_dimension token.Michal Krol
2010-01-26Check for __USE_MISC for defining uint & ushortAlan Hourihane
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21gallium: New inline to write buffers which avoids synchronization.José Fonseca
2010-01-21gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write.José Fonseca
2010-01-21gallium: Remove temporary hack for the absence of a discard flag.José Fonseca
2010-01-21docs: clean up sampler descriptionRoland Scheidegger
2010-01-21gallium: fix conditional rendering commentBrian Paul
2010-01-21gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger
2010-01-21gallium: updated comments, whitespace fixesBrian Paul
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-17gallium: Support swig "compiler" in p_compiler.hJakob Bornecrantz
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
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: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
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: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger