summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Honour pipe_rasterizer::point_quad_rasterization.José Fonseca2014-01-091-10/+57
* mesa: Work around internal compiler errorThomas Sondergaard2014-01-081-2/+2
* freedreno: add basic query supportRob Clark2014-01-088-1/+275
* freedreno/a3xx: use cs patch instead of RFI+RMWRob Clark2014-01-088-52/+46
* freedreno/a3xx: support for hw binning passRob Clark2014-01-0815-158/+706
* freedreno: be more clever about gmem usageRob Clark2014-01-082-9/+18
* freedreno: resync generated headersRob Clark2014-01-085-24/+214
* llvmpipe: Fix the bottom_edge_rule adjustment for points.José Fonseca2014-01-081-4/+4
* llvmpipe: Respect bottom_edge_rule when computing the rasterization bounding ...José Fonseca2014-01-083-3/+3
* ilo: enable HiZChia-I Wu2014-01-084-7/+45
* ilo: resolve Z/HiZ correctlyChia-I Wu2014-01-085-1/+234
* ilo: add flags to texture slicesChia-I Wu2014-01-081-0/+29
* ilo: rename and add an accessor for texture slicesChia-I Wu2014-01-084-19/+41
* ilo: add HiZ op support to the pipelinesChia-I Wu2014-01-0811-4/+1070
* ilo: add support for HiZ allocationChia-I Wu2014-01-082-1/+82
* ilo: refactor separate stencil allocationChia-I Wu2014-01-081-20/+27
* ilo: assorted GPE fixes for HiZChia-I Wu2014-01-085-69/+67
* ilo: no layer offsetting on GEN7+Chia-I Wu2014-01-081-1/+5
* ilo: offset to layers only when necessaryChia-I Wu2014-01-084-20/+137
* ilo: allow ilo_zs_surface to skip layer offsettingChia-I Wu2014-01-083-19/+18
* ilo: allow ilo_view_surface to skip layer offsettingChia-I Wu2014-01-084-88/+72
* llvmpipe: Basic implementation of pipe_context::set_sample_mask.José Fonseca2014-01-075-7/+20
* cso_context: Fix cso_context::sample_mask initial value.José Fonseca2014-01-071-1/+1
* llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen2014-01-073-1/+59
* gallium/draw: remove double semicolonDave Airlie2014-01-071-1/+1
* haiku libGL: Move from gallium target to src/hglAlexander von Gluck IV2014-01-069-1241/+2
* haiku: Fix missing HaikuGL header pathsAlexander von Gluck IV2014-01-062-0/+2
* radeonsi: calculate NUM_BANKS for DB correctly on CIKMarek Olšák2014-01-063-4/+27
* radeonsi: set correct pipe config for Hawaii in DBMarek Olšák2014-01-063-15/+26
* radeonsi: disable HTILE for 1D-tiled depth-stencil buffersMarek Olšák2014-01-061-0/+5
* freedreno/a3xx: fix blend state corruption issueRob Clark2013-12-268-33/+66
* freedreno: prepare for hw binningRob Clark2013-12-269-142/+159
* freedreno: resync generated headersRob Clark2013-12-266-76/+131
* r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry2013-12-231-0/+2
* st/vdpau: Destroy context when initialization failsAaron Watry2013-12-231-0/+1
* radeon/llvm: Free target data at end of optimizationAaron Watry2013-12-231-0/+1
* r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry2013-12-231-1/+1
* r600/compute: Free compiled kernels when deleting compute stateAaron Watry2013-12-231-0/+2
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2013-12-235-18/+41
* pipe_loader/sw: close dev->lib when initialization failsAaron Watry2013-12-231-1/+4
* clover: Remove unused variableAaron Watry2013-12-231-1/+0
* llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu2013-12-221-0/+6
* radeonsi: Use htile_buffer for depth only when there is no stencil.Andreas Hartmetz2013-12-221-0/+8
* winsys/radeon: remove superfluous distinction of casesNiels Ole Salscheider2013-12-221-15/+5
* radeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer2013-12-201-4/+7
* r600g: Fix spelling errorAaron Watry2013-12-191-1/+1
* clover: Append buffers that use CL_MEM_USE_HOST_PTR.Jan Vesely2013-12-181-1/+1
* clover: Add parameter checks to clCreateBuffer.Jan Vesely2013-12-181-1/+13
* st/dri: Check for kernel support before enabling fd sharing v2Thomas Hellstrom2013-12-182-8/+11
* radeonsi: set CB_DISABLE if the color mask is 0Marek Olšák2013-12-181-3/+8