summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2015-10-09tgsi: (trivial) kill c99-ism.Roland Scheidegger1-2/+3
2015-10-09tgsi/scan: add info about declared samplers (v2)Marek Olšák2-0/+3
2015-10-09tgsi: add a utility for emulating some GL featuresMarek Olšák3-0/+208
2015-10-09glsl: move shader_enums into nirRob Clark4-3/+3
2015-10-09nvc0: move HW SM queries to nvc0_query_hw_sm.c/h filesSamuel Pitoiset8-796/+908
2015-10-09nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset8-1215/+1310
2015-10-09nvc0: move SW queries to nvc0_query_sw.c/h filesSamuel Pitoiset5-84/+204
2015-10-09nvc0: move nvc0_so_target_save_offset() to its correct locationSamuel Pitoiset3-24/+19
2015-10-09nvc0: add a header file for nvc0_querySamuel Pitoiset7-189/+202
2015-10-08gallium/ddebug: add missing dd_util.h to sources listEmil Velikov1-1/+2
2015-10-08gallium/ddebug: automake: sort sources alphabeticallyEmil Velikov1-2/+2
2015-10-07radeonsi: fix a GS hang on VIMarek Olšák2-0/+19
2015-10-07radeonsi: remove TC L2 cache flush for index buffers on VIMarek Olšák1-3/+3
2015-10-07svga: whitespace fixes in svga_sampler_view.cBrian Paul1-8/+16
2015-10-07svga: whitespace fixes in svga_resource_buffer.cBrian Paul1-26/+27
2015-10-07svga: round UBO constant buffer size up/down to multiple of 16 bytesBrian Paul1-0/+18
2015-10-07nouveau: make sure there's always room to emit a fenceIlia Mirkin4-2/+8
2015-10-06vc4: use nir two-sided-color loweringBoyan Ding2-24/+2
2015-10-06vc4: Fix a leak of the last color read/write surface on context destroy.Eric Anholt1-0/+3
2015-10-06vc4: Fix a memory leak in the simulator case.Eric Anholt1-1/+6
2015-10-06tgsi: add const qualifier to silence warningBrian Paul1-1/+1
2015-10-04nv30: always go through translate module on big-endianIlia Mirkin1-0/+4
2015-10-04nv30: pretend to have packed texture/surface formatsIlia Mirkin1-12/+12
2015-10-04st/dri: Use packed RGB formatsMichel Dänzer2-17/+17
2015-10-03radeonsi: enable PIPE_CAP_FORCE_PERSAMPLE_INTERPMarek Olšák1-1/+1
2015-10-03radeonsi: do force_persample_interp in shaders for non-trivial casesMarek Olšák3-19/+117
2015-10-03radeonsi: implement the simple case of force_persample_interpMarek Olšák4-1/+37
2015-10-03radeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a separate stateMarek Olšák4-14/+29
2015-10-03tgsi/scan: add interpolation info into tgsi_shader_infoMarek Olšák2-3/+101
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák16-0/+24
2015-10-03st/dri: don't use _ctx in client_wait_syncMarek Olšák1-2/+5
2015-10-03r600g: only do depth-only or stencil-only in-place decompressionMarek Olšák4-12/+43
2015-10-03radeonsi: only do depth-only or stencil-only in-place decompressionMarek Olšák3-10/+34
2015-10-03gallium/radeon: add separate stencil level dirty flagsMarek Olšák6-5/+12
2015-10-03radeonsi: dump buffer lists while debuggingMarek Olšák4-1/+131
2015-10-03winsys/radeon: implement cs_get_buffer_listMarek Olšák3-22/+47
2015-10-03winsys/amdgpu: add winsys function cs_get_buffer_listMarek Olšák3-0/+36
2015-10-03gallium/radeon: stop using "reloc" in a few placesMarek Olšák12-82/+81
2015-10-03gallium/radeon: tell the winsys the exact resource binding typesMarek Olšák24-131/+175
2015-10-03radeonsi: add an option for debugging VM faultsMarek Olšák6-0/+124
2015-10-03radeonsi: move dumping the last IB into its own functionMarek Olšák1-23/+28
2015-10-03ddebug: separate creation of debug filesMarek Olšák3-28/+74
2015-10-02radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2Tom Stellard1-0/+2
2015-10-02gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2Tom Stellard3-8/+34
2015-10-02gallium/radeon: Use call_once() when initailizing LLVM targetsTom Stellard1-13/+12
2015-09-28nouveau: wait to unref the transfer's bo until it's no longer usedIlia Mirkin1-2/+3
2015-09-28nouveau: delay deleting buffer with unflushed fenceIlia Mirkin2-2/+10
2015-09-28nouveau: be more careful about freeing temporary transfer buffersIlia Mirkin5-4/+30
2015-09-28state_trackers/hgl: Fix missing include pathAlexander von Gluck IV1-0/+1
2015-09-28clover: Implement clCreateImage?D w/ clCreateImage.Serge Martin1-52/+8