summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-14/+14
|\
| * gallium: remove return value from draw callsKeith Whitwell2009-12-211-14/+14
* | gallium: Add UMOD TGSI opcode.Michal Krol2010-01-051-11/+12
* | gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol2010-01-051-1/+5
* | gallium: Add signed/unsigned int immediate data types.Michal Krol2010-01-051-0/+4
* | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol2010-01-051-1/+1
* | gallium: Add more integer TGSI opcodes.Michal Krol2010-01-051-1/+22
* | gallium: pipe_context::render_condition() and mode flagsBrian Paul2009-12-312-0/+17
* | gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin2009-12-251-3/+2
* | gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2009-12-251-1/+0
* | util: put vertices_per_primitive function in its proper locationZack Rusin2009-12-251-32/+0
* | gallium: add an inline that returns number of vertices per primitiveZack Rusin2009-12-251-0/+32
* | gallium: add geometry shader support to galliumZack Rusin2009-12-253-22/+36
* | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-222-9/+2
|\ \ | |/ |/|
| * gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-092-9/+2
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-134/+0
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-177-64/+161
|\ \
| * | pipe: add PIPE_MAX_TEXTURE_TYPESMarek Olšák2009-12-151-1/+2
| * | tgsi: add properties and system value registerZack Rusin2009-12-141-10/+28
| * | gallium: added comment for pipe_reference() return valueBrian Paul2009-12-111-0/+1
| |/
| * gallium: use boolean instead of bool in p_refcnt.hRoland Scheidegger2009-12-081-3/+3
| * Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-083-14/+16
| |\
| | * gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-033-14/+16
| * | gallium: Disable force_align_arg_pointer attribute on x86_64.José Fonseca2009-12-041-1/+1
| * | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-79/+52
| |\ \ | | |/ | |/|
| | * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-302-79/+52
* | | gallium: Make pipe_format a sequential enum.Michal Krol2009-12-081-294/+113
* | | Remove remaining pipe format utility functions.Michal Krol2009-12-081-18/+0
* | | Remove pf_swizzle_* internal macros.Michal Krol2009-12-031-5/+0
* | | gallium: Remove pf_mixed_*().Michal Krol2009-12-031-11/+0
* | | gallium: Remove pf_rev().Michal Krol2009-12-031-5/+0
* | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-27/+0
* | | Move pf_get_bits/size() to u_format auxiliary module.Michal Krol2009-12-031-36/+0
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-39/+0
* | | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-7/+0
* | | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-14/+0
* | | Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-6/+0
* | | gallium: Remove unused format functions.Michal Krol2009-12-031-38/+0
|/ /
* | gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul2009-12-021-0/+1
* | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-145/+23
|\ \
| * | gallium: Remove tgsi_version token.Michal Krol2009-11-271-6/+0
| * | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-4/+4
| * | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-137/+21
* | | gallium: Introduce separate vertex texture/sampler state.Michal Krol2009-12-013-4/+16
| |/ |/|
* | Merge branch 'width0'Roland Scheidegger2009-11-271-3/+3
|\ \ | |/ |/|
| * gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-3/+3
* | gallium: Refactor the instruction predicate TGSI token.Michal Krol2009-11-241-10/+7
|/
* gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca2009-11-061-2/+57
* gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol2009-11-022-99/+20
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-252-65/+17