summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium/util: implement layered framebuffer clear in u_blitterMarek Olšák2013-12-034-5/+4
* gallium: add support for AMD_vertex_shader_layerMarek Olšák2013-12-0312-0/+17
* 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
* trace: Dump PIPE_QUERY_* enums.José Fonseca2013-11-285-15/+62
* trace: Dump query results faithfully.José Fonseca2013-11-283-15/+133
* gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger2013-11-2812-6/+26
* 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-258-148/+321
* radeonsi: implement MSAA for CIKMarek Olšák2013-11-233-11/+28
* radeonsi: enable 2D tiling on CIKMarek Olšák2013-11-231-4/+0
* 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
* 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
* drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov2013-11-181-4/+0
* 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
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-1616-109/+62
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-166-0/+12
* r300: move the final sources list to Makefile.sourcesEmil Velikov2013-11-162-12/+15
* r300: add symlink to ralloc.c and register_allocate.cEmil Velikov2013-11-163-3/+5
* freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr2013-11-166-66/+36
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1
* r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry2013-11-151-0/+3
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul2013-11-151-12/+2
* svga: print warning for unsupported indirect dest reg indexingBrian Paul2013-11-151-0/+4
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* trace: Dump user_buffer members.José Fonseca2013-11-151-0/+2
* radeonsi: add support for Hawaii asics (v2)Alex Deucher2013-11-153-0/+15
* llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger2013-11-141-2/+4
* llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger2013-11-141-2/+1
* softpipe: (trivial) fix debug codeRoland Scheidegger2013-11-141-15/+10
* llvmpipe: clean up state setup code a bitRoland Scheidegger2013-11-141-115/+59
* gallivm,llvmpipe: fix float->srgb conversion to handle NaNsRoland Scheidegger2013-11-141-2/+2
* nvc0: release 3d bufctx after drawingBen Skeggs2013-11-131-0/+3