summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* scons: Fix build with clang.Vinson Lee2012-07-251-1/+1
* softpipe: fix copy/paste error in tex sample codeOlivier Galibert2012-07-251-2/+2
* Fix compile time errors when building against uclibcAnthony G. Basile2012-07-241-0/+2
* r600g: enable streamout only on 2.14 or latter kernelJerome Glisse2012-07-241-1/+1
* radeonsi: remove old state handlingChristian König2012-07-248-690/+1
* radeonsi: move everything else into the new handlingChristian König2012-07-247-289/+199
* radeonsi: move format handling into si_state.cChristian König2012-07-244-543/+109
* radeonsi: move remaining sampler state into si_state.cChristian König2012-07-242-339/+440
* radeonsi: move draw state into new handlingChristian König2012-07-247-558/+589
* radeonsi: move constants to new state handlingChristian König2012-07-245-64/+59
* radeonsi: move sampler states into new handlingChristian König2012-07-244-107/+115
* radeonsi: move shaders to new handlingChristian König2012-07-246-336/+295
* radeonsi: move spi into new handlingChristian König2012-07-245-80/+46
* radeonsi: move init state to new handlingChristian König2012-07-245-38/+43
* radeonsi: move draw_info to new state handlingChristian König2012-07-246-98/+84
* radeonsi: move CB_TARGET_MASK into fb/blend stateChristian König2012-07-244-12/+23
* radeonsi: move stencil_ref to new handlingChristian König2012-07-247-78/+37
* radeonsi: move dsa state to new handlingChristian König2012-07-248-155/+149
* radeonsi: move infeered fb/rs state to new handlingChristian König2012-07-245-65/+52
* radeonsi: move rasterizer state into new handlingChristian König2012-07-248-200/+174
* radeonsi: move framebuffer to new handlingChristian König2012-07-247-448/+666
* radeonsi: move viewport to new handlingChristian König2012-07-246-46/+39
* radeonsi: move scissor state to new state handlingChristian König2012-07-245-53/+26
* radeonsi: move clip state to new handlingChristian König2012-07-245-58/+26
* radeonsi: move blend color to new state handlingChristian König2012-07-245-26/+19
* radeonsi: move blender to new state handlingChristian König2012-07-247-191/+178
* radeonsi: rework state handling v2Christian König2012-07-248-1/+358
* gallivm: Prefer the standard JIT engine whenever possible.José Fonseca2012-07-231-4/+4
* r600g: don't emit forbidden reg with old kernel on evergreenJerome Glisse2012-07-231-1/+3
* r600g: don't emit forbidden register on old kernelJerome Glisse2012-07-232-2/+6
* radeon/llvm: Fix a bug with IF LOGICALNZ with int operandVincent Lejeune2012-07-233-11/+17
* pipe_loader: Try to connect with the X server before probing pciids v2Tom Stellard2012-07-231-0/+61
* llvmpipe: use runtime loop instead of static loop for looping over quadsRoland Scheidegger2012-07-203-72/+516
* nv30: Support negative offsets in indirect constant access.Roy Spliet2012-07-204-8/+15
* nv50/ir: set position before i instead of i->next in NV50LoweringPreSSA::visitBryan Cain2012-07-201-7/+2
* st/xorg: fix masked transformationsLucas Stach2012-07-201-20/+40
* gallium-egl: Move wayland query_buffer implementationKristian Høgsberg2012-07-197-32/+54
* softpipe: Fix segfault with fbo-cubemap.Olivier Galibert2012-07-191-1/+6
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-3/+10
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-3/+3
* gallium-egl: Implement eglQueryWaylandBufferWLKristian Høgsberg2012-07-191-1/+31
* r600g: setup streamout before calling last r600_need_cs_space before drawingMarek Olšák2012-07-181-6/+6
* st/xorg: attach EDID to outputsLucas Stach2012-07-181-1/+36
* st/xorg: remove superfluous memsetLucas Stach2012-07-181-2/+0
* st/xorg: reorder exa context creation and use screen param queriesLucas Stach2012-07-181-7/+8
* softpipe: Take all lods into account when texture sampling.Olivier Galibert2012-07-182-766/+645
* r600g: implement wait-free buffer transfer for DISCARD_RANGEMarek Olšák2012-07-184-16/+50
* r600g: accelerate buffer copyingMarek Olšák2012-07-181-23/+47
* r600g: update R600_MAX_DRAW_CS_DWORDS to take draw-opaque into accountMarek Olšák2012-07-182-4/+2
* r600g: move VGT_STRMOUT_DRAW_OPAQUE_OFFSET initialization into invariant stateMarek Olšák2012-07-183-1/+3