summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: fix build with LLVM 3.6Marek Olšák2016-02-121-1/+1
* nv50,nvc0: remove unused parameter in nvXX_state_validate()Samuel Pitoiset2016-02-118-14/+10
* scons: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-113-3/+3
* configure: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-113-4/+4
* gallium/radeon: drop support for LLVM 3.5Marek Olšák2016-02-117-182/+8
* radeonsi: obtain commonly used LLVM types only onceMarek Olšák2016-02-111-215/+194
* radeonsi: cleanup shader codegenMarek Olšák2016-02-111-425/+425
* radeonsi: fix a crash when binding a sampler bufferMarek Olšák2016-02-111-1/+2
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-15/+0
* radeonsi: don't emit unnecessary NULL exports for unbound targets (v3)Marek Olšák2016-02-101-26/+68
* radeon/uvd: silence a warningMarek Olšák2016-02-101-0/+3
* r300g: silence warningsMarek Olšák2016-02-101-2/+0
* radeonsi: put image, fmask, and sampler descriptors into one arrayMarek Olšák2016-02-106-116/+138
* freedreno/ir3: Get rid of nested functionsBernhard Rosenkränzer2016-02-101-15/+15
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-093-8/+8
* freedreno/ir3: use const_index helpersRob Clark2016-02-091-3/+7
* radeonsi: enable denorms for 64-bit and 16-bit floatsMarek Olšák2016-02-093-6/+29
* gallium/radeon: add a function for adding llvm function attributesMarek Olšák2016-02-092-4/+10
* radeonsi: compile geometry shaders immediatelyMarek Olšák2016-02-091-1/+2
* radeonsi: split out code for deleting si_shaderMarek Olšák2016-02-091-29/+36
* radeonsi: move code writing tess factors into a separate functionMarek Olšák2016-02-091-9/+21
* radeonsi: make LLVM IR dumping less messyMarek Olšák2016-02-093-9/+15
* radeonsi: move a few r600_can_dump_shader calls to where they're neededMarek Olšák2016-02-091-5/+5
* radeonsi: remove useless code that handles dx10_clamp_modeMarek Olšák2016-02-093-14/+6
* radeonsi: dump SPI_PS_INPUT values along with shader statsMarek Olšák2016-02-091-0/+7
* radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns itMarek Olšák2016-02-093-2/+7
* radeonsi: don't force gl_SampleMaskIn to 1 for smoothingMarek Olšák2016-02-091-7/+4
* radeonsi: split PS input interpolation code into its own functionMarek Olšák2016-02-091-56/+71
* radeonsi: implement forcing per-sample_interpolation using the shader key onlyMarek Olšák2016-02-096-152/+55
* radeonsi: remove si_shader::ps_input_interpolateMarek Olšák2016-02-092-6/+3
* radeonsi: move BCOLOR PS input locations after all other inputsMarek Olšák2016-02-093-29/+50
* radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate functionMarek Olšák2016-02-091-34/+40
* radeonsi: generate a color_two_side variant only if the shader reads colorsMarek Olšák2016-02-091-1/+1
* radeonsi: move si_shader_context initialization into a separate functionMarek Olšák2016-02-091-43/+60
* nv50: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-0/+6
* nv30: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-2/+5
* ilo: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-093-1/+12
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-083-0/+3
* trace: add missing pipe_context::clear_texture()Samuel Pitoiset2016-02-081-0/+28
* trace: remove useless MALLOC() in trace_context_draw_vbo()Samuel Pitoiset2016-02-081-11/+6
* r600, compute: Do not overwrite pipe_resource.screenJan Vesely2016-02-051-1/+1
* r600g: Ignore format for PIPE_BUFFER targetsJan Vesely2016-02-051-1/+1
* gallium/radeon: implement query_memory_info (v2)Marek Olšák2016-02-053-2/+39
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-0513-0/+13
* gallium/radeon: remove radeon_info::r600_tiling_configMarek Olšák2016-02-052-2/+0
* gallium/radeon: get pipe_interleave_bytes AKA group_bytes from the winsysMarek Olšák2016-02-055-65/+6
* gallium/radeon: set num_banks in the winsysMarek Olšák2016-02-056-32/+8
* gallium/radeon: just get num_tile_pipes from the winsysMarek Olšák2016-02-055-91/+4
* gallium/radeon: rename & reorder members of radeon_infoMarek Olšák2016-02-0510-63/+71
* radeonsi: add placeholder MC and SRBM performance counter groupsNicolai Hähnle2016-02-051-16/+54