summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * r300g: fix up function namesMarek Olšák2010-03-132-3/+2
| * llvmpipe: Ensure the context is flushed before modifying textures.José Fonseca2010-03-134-0/+102
| * llvmpipe: Don't use texture transfer internally.José Fonseca2010-03-135-116/+150
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1393-644/+840
|\|
| * llvmpipe: Obey rasterization rules.José Fonseca2010-03-135-30/+40
| * llvmpipe: setup_context -> lp_setup_contextJosé Fonseca2010-03-139-82/+82
| * nv50: fixup after gallium-context-transfers mergeXavier Chantry2010-03-132-3/+0
| * r300g: Forcibly sanitize max index.Corbin Simpson2010-03-121-3/+3
| * svga: Fix up for context transfers.Michel Dänzer2010-03-121-0/+2
| * Merge branch '7.8'Michel Dänzer2010-03-124-5/+5
| |\
| | * Grammar and spelling fixesJeff Smith2010-03-124-5/+5
| * | r300g: Properly clamp index limits.Corbin Simpson2010-03-122-2/+2
| * | Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell2010-03-1253-426/+530
| |\ \
| | * | cell: adapt to context texture transfers (untested)Roland Scheidegger2010-03-113-10/+16
| | * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-1121-54/+72
| | * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-1150-389/+469
| * | | llvmpipe: Remove unnecessary header.Vinson Lee2010-03-111-1/+0
| * | | softpipe: further tighen up sample_cube()Brian Paul2010-03-111-45/+21
| * | | softpipe: tighten up the code in sample_cube()Brian Paul2010-03-111-62/+38
| * | | gallivm/llvmpipe: replace 'int stride' with 'int row_stride[MAX_LEVELS]'Brian Paul2010-03-114-8/+10
| * | | llvmpipe: fix comment typoBrian Paul2010-03-111-1/+1
| * | | gallivm/llvmpipe: include os_llvm.h instead of llvm-c/Core.hBrian Paul2010-03-116-7/+8
| * | | svga: use memset() to initialize u to avoid warningsBrian Paul2010-03-111-1/+3
| * | | softpipe: Dummy fence functions.José Fonseca2010-03-115-0/+114
| |/ /
| * | llvmpipe: fix loop over mipmap levelsBrian Paul2010-03-101-1/+1
| * | softpipe: fix memcpy params to avoid static analysis warningsBrian Paul2010-03-102-2/+12
| * | cell: handle NULL cso vertex_elements state object on bindRoland Scheidegger2010-03-101-1/+2
| * | i915g: Prevent NULL dereference.Chia-I Wu2010-03-101-1/+4
* | | nv50: take format from sampler view, not the referenced textureChristoph Bumiller2010-03-111-1/+1
* | | nv50: put correct value into the TIC MAX_LEVEL fieldChristoph Bumiller2010-03-111-2/+1
* | | nv50: fix damage from merging master into sampler-viewChristoph Bumiller2010-03-113-19/+17
* | | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-119-45/+63
* | | gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol2010-03-111-1/+1
* | | gallium: pipe_get_tile_swizzle() accepts format parameter.Michal Krol2010-03-102-0/+3
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-10200-6051/+6888
|\| |
| * | svga: Disable debug message.Michal Krol2010-03-101-1/+1
| * | svga: Check if vertex elements has been bound before using it.Michal Krol2010-03-101-0/+5
| * | softpipe: Prevent NULL dereference.José Fonseca2010-03-101-1/+2
| * | trace: Make tr_public.h c++ friendly.José Fonseca2010-03-101-9/+17
| * | trace: include tr_public.hKeith Whitwell2010-03-101-0/+1
| * | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-1059-1839/+2029
| |\ \
| | * | llvmpipe: Cope with null Vertex element cso.José Fonseca2010-03-101-1/+2
| | * | nouveau: translate PIPE_BUFFER_USAGE_UNSYNCHRONIZEDBen Skeggs2010-03-101-1/+1
| | * | nv50: inline nv50_state_flush_notify()Ben Skeggs2010-03-102-16/+6
| | * | nv50: remove nv50_context.state.instbufBen Skeggs2010-03-102-6/+0
| | * | nv50: remove unnecessary macroBen Skeggs2010-03-101-3/+2
| | * | nv50: move nv50_prim() into a header file rather than duplicatingBen Skeggs2010-03-103-62/+31
| | * | nv50: add option to force immediate-mode submission, disable by defaultBen Skeggs2010-03-103-4/+14
| | * | nv50: re-add immediate mode vertex submission pathsBen Skeggs2010-03-104-8/+399
| | * | nv50: when doing inline indices, split elt lists so they fit into pushbufBen Skeggs2010-03-102-85/+202