Age | Commit message (Expand) | Author |
2009-12-01 | gallium: Introduce separate vertex texture/sampler state. | Michal Krol |
2009-11-30 | gallium: interface cleanups, remove nblocksx/y from pipe_texture and more | Roland Scheidegger |
2009-11-27 | Merge branch 'width0' | Roland Scheidegger |
2009-11-27 | gallium: Remove tgsi_version token. | Michal Krol |
2009-11-24 | tgsi: reduce repetition of structure name in its members | Keith Whitwell |
2009-11-24 | gallium: simplify tgsi tokens further | Keith Whitwell |
2009-11-24 | gallium: Refactor the instruction predicate TGSI token. | Michal Krol |
2009-11-19 | gallium: don't use arrays for texture width,height,depth | Keith Whitwell |
2009-11-06 | gallium: Add UNSYNCHRONIZED cpu access flag. Document others. | José Fonseca |
2009-11-02 | gallium: Cleanup predicate and condition code TGSI tokens. | Michal Krol |
2009-10-25 | gallium: Move enum pipe_error into p_defines.h. | José Fonseca |
2009-10-23 | gallium: remove extended negate also, and also the ExtSwz token | Keith Whitwell |
2009-10-23 | gallium: remove the swizzling parts of ExtSwizzle | Keith Whitwell |
2009-10-23 | gallium: remove noise opcodes | Keith Whitwell |
2009-10-17 | gallium: Permit surface_copy and surface_fill to be NULL. | Corbin Simpson |
2009-10-14 | gallium: New ALIGN_STACK macro to tell gcc to align stack pointer. | José Fonseca |
2009-10-02 | gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag. | Michel Dänzer |
2009-10-02 | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags. | Michel Dänzer |
2009-10-01 | g3dvl: Copyright blocks. | Younes Manton |
2009-10-01 | g3dvl: Color space conv interface & vl impl. | Younes Manton |
2009-10-01 | util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD. | Robert Noland |
2009-10-01 | gallium: remove depth.occlusion_count flag | Keith Whitwell |
2009-09-29 | gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices. | José Fonseca |
2009-09-29 | g3dvl: assert.h -> util/u_debug.h | José Fonseca |
2009-09-29 | g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures. | José Fonseca |
2009-09-27 | g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs | Younes Manton |
2009-09-23 | gallium/include: update some comments | Keith Whitwell |
2009-09-16 | gallium: remove incorrect 'return' stmt | Brian Paul |
2009-09-16 | gallium: Deprecate PIPE_CAP_S3TC. | José Fonseca |
2009-09-15 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-09-15 | gallium: Use the enum for pipe_transfer::usage. | José Fonseca |
2009-09-15 | gallium: pipe_transfer_destroy helper inline. | José Fonseca |
2009-09-15 | gallium: Fix pointer type casts. | Michal Krol |
2009-09-14 | gallium: Add pipe_transfer_map/unmap inlines. | José Fonseca |
2009-09-14 | gallium: Add Mac OS to pipe/p_thread.h. | Vinson Lee |
2009-09-09 | gallium: Added HaikuOS platform | aljen |
2009-09-01 | tgsi: remove redundant CND0 opcode | Keith Whitwell |
2009-08-28 | drm_api: Operate on textures instead of buffers | Jakob Bornecrantz |
2009-08-18 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-18 | gallium: improved comments, minor whitespace changes | Brian Paul |
2009-08-17 | gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly. | Maarten Maathuis |
2009-08-14 | gallium: Always map for READ flag when DISCARD is not set. | José Fonseca |
2009-08-11 | gallium: Add texture usage information to surface_buffer_create | Jakob Bornecrantz |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-30 | tgsi: Declare a LOOP register. | Michal Krol |
2009-07-23 | gallium: clean up opcode definitions | Keith Whitwell |
2009-07-23 | gallium: remove deprecated TGSI opcodes | Keith Whitwell |
2009-07-22 | gallium: remove multiple aliases for TGSI opcodes | Keith Whitwell |
2009-07-22 | gallium: simplify tgsi_full_immediate struct | Keith Whitwell |
2009-07-14 | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau... | Patrice Mandin |