summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: rewrap for 80 columnsBrian Paul2010-03-081-9/+13
* gallivm: fix a crash by making sure we set the has_mask flag correctlyZack Rusin2010-03-081-2/+1
* Merge branch '7.8'Brian Paul2010-03-083-6/+8
|\
| * softpipe: zero-out entire clear_flags array in sp_tile_cache_flush_clear()Brian Paul2010-03-081-3/+4
| * st/vega: Fix OpenVG demo segfaults.Chia-I Wu2010-03-081-3/+0
| * gallivm: Initialize variables for default cases.Vinson Lee2010-03-061-0/+4
* | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-0843-962/+860
|\ \
| * | nouveau: s/TEXTURE_USAGE_PRIMARY/TEXTURE_USAGE_SCANOUTChristoph Bumiller2010-03-053-5/+5
| * | svga: Forgot one bit in rebaseJakob Bornecrantz2010-03-041-3/+0
| * | nouveau: Conversion to winsys handleJakob Bornecrantz2010-03-042-66/+78
| * | softpipe: remove dead get_texture_buffer functionKeith Whitwell2010-03-042-26/+0
| * | r300g: remove dead r300_get_texture_buffer functionKeith Whitwell2010-03-044-33/+12
| * | r300g: Conversion to to winsys handleJakob Bornecrantz2010-03-015-143/+149
| * | svga: Conversion to winsys handleJakob Bornecrantz2010-03-013-80/+91
| * | i965g: Conversion to winsys handleJakob Bornecrantz2010-03-014-241/+200
| * | i915g: Conversion to winsys handleJakob Bornecrantz2010-03-014-165/+137
| * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-0113-26/+35
| * | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-0111-174/+153
* | | r300g: fix updating the tiling flags for the framebuffer stateMarek Olšák2010-03-081-3/+2
* | | r300g: remove unnecessary state emissions and clean upMarek Olšák2010-03-083-15/+26
* | | r300g: fix DRM errorsMarek Olšák2010-03-071-1/+6
* | | r300g: disable macrotiling when the texture height is smaller than a macrotileMarek Olšák2010-03-071-10/+17
* | | r300g: enable micro- and macrotiling for all textures and renderbuffersMarek Olšák2010-03-071-0/+39
* | | r300g: add ability to tile/detile textures using blit during transfersMarek Olšák2010-03-075-55/+197
* | | r300g: move r300_transfer to separate filesMarek Olšák2010-03-076-84/+171
* | | r300g: disable emitting the HWTCL-related state when SWTCL is in useMarek Olšák2010-03-074-5/+12
* | | r300g: resurrect r300_emit_vertex_buffer for SWTCLMarek Olšák2010-03-071-2/+28
* | | r300g: validate buffers when using SWTCLMarek Olšák2010-03-071-3/+5
* | | r300g: share the VS-output-mapping state with SWTCLMarek Olšák2010-03-074-148/+96
* | | r300g: abort if FS compilation fails on non-debug buildsMarek Olšák2010-03-071-0/+1
* | | r300g: minor cleanups after the no-rhw mergeMarek Olšák2010-03-062-9/+5
* | | r300g: clamp vertex max index according to currently bound buffersMarek Olšák2010-03-061-1/+1
* | | util: Use bitshift arithmetic to unpack pixels.José Fonseca2010-03-061-23/+92
* | | util: Move the format tests cases here so that they can be easily shared.José Fonseca2010-03-064-0/+615
* | | util: Several fixes to clamping and test.José Fonseca2010-03-061-9/+6
* | | util: Fix the maximum value computation for SSCALED channels.José Fonseca2010-03-061-1/+1
* | | util: Add a new flag, for formats that can be described as a bitmask.José Fonseca2010-03-063-7/+12
* | | util: Add the shortened format name to the description.José Fonseca2010-03-062-0/+8
* | | gallivm: Add some notes about sampler static state construction.José Fonseca2010-03-061-1/+17
* | | gallivm: Answer question/comment.José Fonseca2010-03-061-1/+11
* | | gallivm: Add a placeholder for TGSI_FILE_PREDICATE registers.José Fonseca2010-03-061-0/+5
* | | gallivm: Integrate udis86 on scons builds.José Fonseca2010-03-061-0/+2
* | | gallivm: Generate valid IR for LLVM 2.7.José Fonseca2010-03-061-1/+14
| |/ |/|
* | gallivm: checkpoint: code gen for mipmap selectionBrian Paul2010-03-051-0/+65
* | llvmpipe: added code to set texture depth, max mipmap levels infoBrian Paul2010-03-054-5/+23
* | gallivm: added methods for getting texture depth, num mipmap levelsBrian Paul2010-03-051-0/+12
* | gallivm: checkpoint: texture LOD computation code genBrian Paul2010-03-051-3/+126
* | gallivm: added field for sampler lodBrian Paul2010-03-052-4/+6
* | llvmpipe: add pipe_thread_wait() callsBrian Paul2010-03-051-0/+6
* | gallium/docs: document additional wrap mode restrictionsBrian Paul2010-03-051-0/+3