Introduce .editorconfig
[mesa.git] / src / gallium / drivers / radeon / radeon_llvm.h
2016-08-17 Nicolai Hähnlegallium/radeon: add radeon_llvm_bound_index for bounds...
2016-08-17 Nicolai Hähnlegallium/radeon: reduce alloca of temporaries based...
2016-08-17 Nicolai Hähnlegallium/radeon: use tgsi_scan_arrays for temp arrays
2016-08-17 Nicolai Hähnlegallium/radeon: allocate temps array info in radeon_llv...
2016-07-26 Marek Olšákradeon/llvm: Use alloca instructions for larger arrays...
2016-07-14 Marek OlšákRevert "radeon/llvm: Use alloca instructions for larger...
2016-07-13 Marek Olšákgallium/radeon: normalize the code style
2016-07-06 Tom Stellardradeon/llvm: Use alloca instructions for larger arrays
2016-07-04 Marek Olšákradeonsi: keep using v_rcp_f32 for division in future...
2016-06-10 Dave Airlieradeonsi: convert to 64-bitness checks instead of doubles.
2016-04-19 Bas Nieuwenhuizenradeonsi: add shared memory
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-19 Marek Olšákgallium/radeon: remove remnants of R600 TGSI->LLVM
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-21 Marek Olšákgallium/radeon: add basic code for setting shader retur...
2016-02-17 Tom Stellardradeon/llvm: Set the target triple on the module
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-31 Marek Olšákgallium/radeon: remove unused variables and old comments
2015-07-31 Marek Olšákgallium/radeon: remove build_intrinsic and build_tgsi_i...
2015-07-25 Marek Olšákradeonsi: fix GLSL textureGrad(samplerCube*) functions
2015-07-22 Marek Olšákgallium/radeon: expose emit_fetch
2015-07-22 Marek Olšákgallium/radeon: expose LLVM functions implementing...
2015-07-12 Dave Airlieradeonsi: ARB_gpu_shader_fp64 + ARB_vertex_attrib_64bit...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-29 Marek Olšákradeon/llvm: don't use a static array size for radeon_l...
2014-10-29 Michel Dänzerradeon/llvm: Dynamically allocate branch/loop stack...
2013-12-07 Vincent Lejeuner600/llvm: Allow arbitrary amount of temps in tgsi...
2013-11-11 Vincent Lejeuner600/llvm: Store inputs in function arguments
2013-10-02 Vincent Lejeuner600/llvm: Adds support for MSAA
2013-10-02 Vincent Lejeuner600g/llvm: fix txq for texture buffer
2013-05-20 Vincent Lejeuner600g/llvm: Fix cubearray textureSize
2013-03-19 Christian Königradeon/llvm: rework input fetch and output store
2013-03-07 Christian Königradeon/llvm: make SGPRs proper function arguments v2
2013-02-18 Vincent Lejeuner600g/llvm: Set Inputs/Outputs count to 32 (api reporte...
2013-02-18 Vincent Lejeuner600g/llvm: Fix alpha_to_one piglit tests
2013-02-04 Michel Dänzerradeonsi: Adapt to sample intrinsics changes.
2013-01-28 Vadim Girlinr600g: improve inputs/interpolation handling with llvm...
2013-01-18 Vincent Lejeuner600g/llvm: tgsi to llvm emits store.swizzle intrinsic...
2013-01-18 Vincent Lejeuner600g/llvm: tgsi to llvm emits stream output intrinsics.
2012-12-18 Vadim Girlinradeon/llvm: improve cube map handling
2012-12-06 Michel Dänzerradeon/llvm: Export prepare_cube_coords helper to driver.
2012-11-02 Vincent Lejeuner600g: make tgsi-to-llvm generates store.pixel* intrins...
2012-09-27 Vincent Lejeuner600g: add some members to radeon_llvm_context
2012-05-15 Vadim Girlinradeon/llvm: use IntrNoMem property for intrinsics...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-07 Vadim Girlinradeon/llvm: add support for VertexID, InstanceID
2012-05-07 Vadim Girlinradeon/llvm: use bitcasts for integers
2012-04-23 Tom Stellardradeon: Move radeon_llvm_emit.cpp declarations into...
2012-04-13 Tom Stellardradeonsi: initial WIP SI code