summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* clover: Add support for compiler flagsTom Stellard2012-12-135-12/+71
* clover: Don't erase build info of devices not being builtTom Stellard2012-12-131-2/+2
* r600g: use load_ar checks with llvm output.Vincent Lejeune2012-12-131-0/+6
* gallivm: fix texel fetch for array texturesRoland Scheidegger2012-12-131-17/+38
* softpipe: remove unused corner0 variableBrian Paul2012-12-121-1/+0
* llvmpipe: remove unneeded draw_flush() callBrian Paul2012-12-121-2/+0
* r600g: suballocate memory for fetch shaders from a large bufferMarek Olšák2012-12-126-19/+37
* r600g: suballocate memory for the STRMOUT_BUFFER_FILLED_SIZE registerMarek Olšák2012-12-125-16/+28
* gallium/util: add a simple allocator for suballocating from a large bufferMarek Olšák2012-12-123-0/+181
* r600g: use u_upload_mgr for allocating staging transfer buffersMarek Olšák2012-12-121-15/+15
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-1212-28/+30
* st/dri: add a way to force MSAA on with an environment variableMarek Olšák2012-12-121-4/+39
* gallium: remove pipe_surface::usageMarek Olšák2012-12-1256-109/+26
* svga: stop using pipe_surface::usageMarek Olšák2012-12-121-15/+7
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-124-157/+164
* gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2012-12-122-41/+24
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-125-0/+40
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-122-9/+139
* gallium: fix cap warnings for tbo cap.Dave Airlie2012-12-123-0/+3
* llvmpipe: don't use user constant buffersBrian Paul2012-12-111-1/+2
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-117-34/+48
* util: add util_copy_constant_buffer() helper functionBrian Paul2012-12-111-0/+20
* st/egl/drm: only unref the udev device if neededTobias Droste2012-12-111-4/+5
* softpipe: Use os_time_get_nano() everywhere.José Fonseca2012-12-112-5/+5
* clover: Install CL headers.Johannes Obermayr2012-12-101-0/+10
* gallivm: Lower TGSI_OPCODE_MUL to fmul by defaultTom Stellard2012-12-101-2/+3
* llvmpipe: fix txq for 1d/2d arrays. (v3)Dave Airlie2012-12-111-2/+15
* llvmpipe: increase texture target width to reflect increaseDave Airlie2012-12-111-1/+1
* vega: remove unused variablesFabio Pedretti2012-12-101-3/+1
* nvc0: comment unused nvc0_validate_zcull functionFabio Pedretti2012-12-101-0/+2
* nv50: remove unused OpClassStr arrayFabio Pedretti2012-12-101-20/+0
* nvc0/ir: allow neg,abs modifiers on OP_SET with integer resultChristoph Bumiller2012-12-081-0/+4
* nvc0/ir/emit: fix check for flags register use in logic opsChristoph Bumiller2012-12-081-3/+3
* draw: fix/improve dirty state validationBrian Paul2012-12-088-23/+68
* draw: add reminder comments about similar code in different filesBrian Paul2012-12-082-0/+11
* draw: rearrange code in llvm_middle_end_prepare()Brian Paul2012-12-081-66/+74
* draw: fix comment typoBrian Paul2012-12-081-1/+1
* draw: add comment on draw->pt.opt fieldBrian Paul2012-12-081-1/+1
* draw: update a comment about index buffersBrian Paul2012-12-081-3/+2
* gallium/os: Fix nano->micro second concersion.José Fonseca2012-12-081-1/+1
* llvmpipe: fix missing tbo cap warning.Dave Airlie2012-12-081-0/+1
* softpipe: enable GLSL 1.40Dave Airlie2012-12-081-1/+1
* softpipe: add texture buffer object supportDave Airlie2012-12-082-1/+9
* gallium: add new texture buffer object capabilityDave Airlie2012-12-081-1/+2
* nv50,nvc0: fix shader evictionChristoph Bumiller2012-12-072-2/+19
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-0716-37/+88
* r300: Don't disable destination read if the src blend factor needs itStefan Dösinger2012-12-071-2/+10
* gallium/egl-static: Fix unresolved symbol 'clock_gettime'.Michel Dänzer2012-12-071-2/+2
* gallivm: Rudimentary native integer support.José Fonseca2012-12-072-5/+20
* draw: Dump LLVM shader key.José Fonseca2012-12-072-1/+33