summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+1
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-5/+5
* vl: adapt to new vertex element cso interfaceRoland Scheidegger2010-03-014-71/+82
* gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-172-10/+0
* gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-092-2/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-022-2/+2
* gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-162-0/+10
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-154-23/+23
|\
| * gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-234-23/+23
* | gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-13/+0
* | scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-13/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-0/+11
|\ \ | |/ |/|
| * g3dvl: Silence compiler warnings.Vinson Lee2009-12-271-0/+11
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+2
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-3/+2
|\ \
| * \ Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-3/+2
| |\ \
| | * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-2/+2
| | * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-1/+0
* | | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ / /
* | | Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-013-94/+87
|\ \ \
| * | | vl: Do not emit tgsi_version token.Michal Krol2009-11-272-32/+24
| * | | tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-242-29/+29
| * | | tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-243-12/+12
| * | | tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-12/+12
| * | | tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-243-42/+42
| * | | tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-8/+8
| * | | gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-1/+2
| | |/ | |/|
* | | vl: Update for renamed sampler/texture state setters.Michal Krol2009-12-012-16/+16
| |/ |/|
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-192-17/+17
|/
* g3dvl: remove a debug lineCooper Yuan2009-11-051-1/+0
* g3dvl: add scissor settingCooper Yuan2009-11-054-0/+13
* g3dvl: Copyright blocks.Younes Manton2009-10-0110-0/+270
* g3dvl: Color space conv interface & vl impl.Younes Manton2009-10-016-112/+236
* g3dvl: Fix MSVC build.José Fonseca2009-09-285-52/+95
* g3dvl: Missing semicolon.Younes Manton2009-09-271-1/+1
* g3dvl: Formatting and cleanups.Younes Manton2009-09-274-195/+113
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-2710-0/+2872