summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-024-300/+1
* gallium: Use MSVC atomic intrinsics directly instead of the Windows header wr...José Fonseca2010-02-011-11/+15
* gallium: Remove unnecessary includes. Add others to compensate.José Fonseca2010-02-014-5/+2
* gallium: Drop mutex-based pipe_atomic implementation.José Fonseca2010-02-011-82/+1
* gallium: document pipe_context::get_query_result()Brian Paul2010-01-291-0/+5
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+4
* tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-291-1/+9
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-282-5/+12
|\
| * gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLENDRoland Scheidegger2010-01-281-1/+1
| * docs: clean up sampler descriptionRoland Scheidegger2010-01-211-1/+1
| * gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger2010-01-211-0/+2
| * gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-201-3/+8
* | gallium: Add CAPs for constant buffers.Michal Krol2010-01-281-0/+2
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
* | gallium: Add tgsi_declaration_dimension token.Michal Krol2010-01-281-1/+8
* | Check for __USE_MISC for defining uint & ushortAlan Hourihane2010-01-261-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-222-8/+38
|\ \
| * | gallium: New inline to write buffers which avoids synchronization.José Fonseca2010-01-211-0/+31
| * | gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write.José Fonseca2010-01-211-1/+2
| * | gallium: Remove temporary hack for the absence of a discard flag.José Fonseca2010-01-211-7/+0
| * | st/drm: Expose kernel driver nameJakob Bornecrantz2010-01-191-0/+5
| * | st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-191-0/+5
* | | gallium: fix conditional rendering commentBrian Paul2010-01-211-1/+1
* | | gallium: updated comments, whitespace fixesBrian Paul2010-01-211-15/+15
| |/ |/|
* | Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith2010-01-191-2/+3
* | gallium: Support swig "compiler" in p_compiler.hJakob Bornecrantz2010-01-171-0/+7
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-152-10/+1
|\ \
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * | gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger2009-12-232-10/+1
* | | Merge branch 'instanced-arrays'Michal Krol2010-01-143-11/+33
|\ \ \
| * | | gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2010-01-121-15/+15
| * | | Merge branch 'master' into instanced-arraysMichal Krol2010-01-053-25/+84
| |\ \ \
| * | | | gallium: Move instance_divisor field from vertex_buffer to vertex_element.Michal Krol2009-12-291-1/+5
| * | | | gallium: Add interfaces needed for instanced drawing.Michal Krol2009-12-233-1/+19
| | |/ / | |/| |
* | | | gallium: remove forward struct declBrian Paul2010-01-131-4/+0
* | | | gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca2010-01-121-3/+3
* | | | gallium: Simplify PIPE_ALIGN_VAR.José Fonseca2010-01-121-2/+2
* | | | gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca2010-01-121-9/+20
* | | | winsys/drm: Add name field to drm_api.Chia-I Wu2010-01-121-0/+2
* | | | gallium: Add PUBLIC macro for function visibility.Chia-I Wu2010-01-111-0/+11
* | | | st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-111-0/+5
* | | | gallium: Remove dead code.José Fonseca2010-01-101-4/+0
* | | | gallium: Provide alternative stdint.h and stdbool.h C99 headers, instead of a...José Fonseca2010-01-101-34/+4
* | | | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-2/+0
* | | | 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