aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-0310-30/+110
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-0314-1/+21
* radeonsi: add driver support for layered rendering and AMD_vertex_shader_layerMarek Olšák2013-12-034-12/+27
* radeonsi: implement OpenGL edge flagsMarek Olšák2013-12-033-6/+48
* freedreno: Add a few texture formatsAndreas Heider2013-12-021-0/+3
* clover: Fix missing minus sign in 'iterator_adaptor::operator-='.Francisco Jerez2013-12-021-1/+1
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-287-15/+98
* trace: Dump query results faithfully.José Fonseca2013-11-283-15/+133
* gallium/cso: fix sampler / sampler_view countsRoland Scheidegger2013-11-281-11/+16
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-2815-8/+33
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-286-7/+7
* radeon/compute: Unconditionally inline all functions v2Tom Stellard2013-11-251-2/+20
* llvmpipe: support 8bit subpixel precisionZack Rusin2013-11-2510-148/+496
* radeonsi: implement MSAA for CIKMarek Olšák2013-11-233-11/+28
* radeonsi: enable 2D tiling on CIKMarek Olšák2013-11-231-4/+0
* tgsi: Prevent emission of instructions with empty writemask.José Fonseca2013-11-222-0/+42
* tgsi: Rework calls to ureg_emit_insn().José Fonseca2013-11-221-96/+104
* llvmpipe: (trivial) disable new accurate origin calculationRoland Scheidegger2013-11-221-1/+1
* nvc0: inform kernel about buffers that screen_create touchesBen Skeggs2013-11-221-0/+2
* radeonsi/compute: Fix LDS size calculationTom Stellard2013-11-211-1/+16
* r600g/compute: Add a work-around for flushing issues on CaymanTom Stellard2013-11-213-1/+17
* llvmpipe: calculate more accurate interpolation value at originRoland Scheidegger2013-11-211-6/+82
* svga: remove special-case code for texkil w componentBrian Paul2013-11-211-23/+6
* gallium: Make TGSI_SEMANTIC_FOG register four-component wide.José Fonseca2013-11-213-19/+5
* tgsi_exec: Fix mask calculation for emit_kill_if.José Fonseca2013-11-211-0/+3
* winsys/radeon: cleanup virtual memory nonsenseChristian König2013-11-212-20/+18
* gallivm: Ignore unknown file type in non-debug builds.Vinson Lee2013-11-201-0/+1
* u_gen_mipmap: Use untampered cubemap texture coords when generating mipmaps.José Fonseca2013-11-205-6/+19
* gallivm: Fix mask calculation for emit_kill_if.Si Chen2013-11-191-5/+8
* svga: improve check for 3D compressed texturesBrian Paul2013-11-191-5/+7
* svga: we don't supported 3D compressed texturesBrian Paul2013-11-181-0/+6
* r600g/compute: Fix handling of global buffers in r600_resource_copy_region()Tom Stellard2013-11-181-1/+36
* gallium: Pass version scripts to linker using --version-script=Tom Stellard2013-11-184-4/+4
* clover: Optionally return context's devices from clGetProgramInfo()Tom Stellard2013-11-181-2/+6
* osmesa: add support for postprocess filtersBrian Paul2013-11-181-0/+87
* postprocess: document the pp_init() function.Brian Paul2013-11-181-1/+8
* postprocess: move #defines to filters.hBrian Paul2013-11-182-3/+4
* postprocess: refactor header files, etcBrian Paul2013-11-188-47/+70
* postprocess: rename program to pp_programBrian Paul2013-11-188-23/+23
* postprocess: simplify pp_free() codeBrian Paul2013-11-181-14/+13
* targets/xvmc: export only necessary symbolsEmil Velikov2013-11-181-1/+1
* drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov2013-11-181-4/+0
* st/vega: Fix broken assertChris Forbes2013-11-171-1/+1
* r600/sb: Fix broken assertChris Forbes2013-11-171-1/+1
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-175-44/+123
* targets/dri: move linker flags out of configure into Automake.incEmil Velikov2013-11-1610-9/+17
* targets/dri: compact compiler flags into Automake.incEmil Velikov2013-11-1610-75/+22
* targets/xvmc: do not link against libtrace.laEmil Velikov2013-11-162-2/+0
* targets/xvmc: consolidate lib deps into Automake.incEmil Velikov2013-11-163-8/+8
* targets/xvmc: move linker flags to Automake.incEmil Velikov2013-11-163-8/+9