radv: Remove some typos.
[mesa.git] / src /
2018-01-10 Bas Nieuwenhuizenradv: Remove some typos.
2018-01-10 Bas Nieuwenhuizenradv: Implement VK_EXT_discard_rectangles.
2018-01-10 Bas Nieuwenhuizenradv: Add mapping between dynamic state mask and extern...
2018-01-10 Samuel Pitoisetamd/common: bump the number of available user SGPRS...
2018-01-10 Samuel Pitoisetradv: remove radv_pipeline_layout::push_constant_stages...
2018-01-10 Samuel Pitoisetamd/common: do not rely on the pipeline for the push...
2018-01-10 Samuel Pitoisetradv/gfx9: calculate the number of ES VGPRs for merged...
2018-01-10 Samuel Pitoisetradv/gfx9: enable LDS for GS only if the ES type is TES
2018-01-10 Samuel Pitoisetamd/common: determine the ES type (VS or TES) for the...
2018-01-10 Iago Toral Quirogai965/nir: lower TES PatchVerticesIn to a constant when...
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2018-01-10 Iago Toral Quirogai965: lower gl_PatchVerticesIn to a uniform
2018-01-10 Iago Toral Quirogai965/nir: add a helper to lower gl_PatchVerticesIn...
2018-01-10 Roland Scheideggerr600: don't emit tes samplers/views when tes isn't...
2018-01-10 Roland Scheideggerr600: increase number of UBOs to 15
2018-01-10 Roland Scheideggerr600: use GET_BUFFER_RESINFO vtx fetch on eg instead...
2018-01-10 Roland Scheideggerr600: increase number of ubos by one to 14
2018-01-10 Roland Scheideggerr600: set up constants needed for txq for buffers and...
2018-01-10 Roland Scheideggerr600: don't emit reloc for ring buffer out into the...
2018-01-10 Roland Scheideggerr600: hack up num_render_backends on Juniper to 8
2018-01-10 Roland Scheideggerwinsys/radeon: fix up default enabled_rb_mask for r600
2018-01-10 Roland Scheideggerr600: fix enabled_rb_mask on eg/cm
2018-01-10 Roland Scheideggerr600: fix sampler indexing with texture buffers sampling
2018-01-10 Roland Scheideggerr600: don't use vtx offset for load_sample_position
2018-01-10 Dave Airlier600: drop l2 related queries
2018-01-10 Dave Airlier600/shader: only read back the necessary tess factor...
2018-01-09 Jon TurneyFix use of alloca() without #include <c99_alloca.h>
2018-01-09 Kenneth Graunkegenxml: Add missing INSTDONE_1 bits on Gen7.5+.
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2018-01-09 Indrajit Dasst/omx_bellagio: Update default intra matrix per MPEG2...
2018-01-09 Scott D Phillipsaubinator: add support for aubinating memtrace aubs
2018-01-09 Scott D Phillipsaubinator: extract aubinator_init() out of the header...
2018-01-09 Scott D Phillipsaubinator: honor --color option when printing the header
2018-01-09 Scott D Phillips.gitignore: Ignore new generated files
2018-01-09 Dylan Bakermeson: set opencl flags for r600
2018-01-09 Dylan Bakermeson: build clover
2018-01-09 Dylan Bakermeson: Turn on swr for relevant targets
2018-01-09 Dylan Bakermeson: Build SWR driver
2018-01-08 Timothy Arceriac: rework emit_barrier() to not segfault on radeonsi
2018-01-08 Timothy Arceriac: add load_tess_level() to the abi
2018-01-08 Timothy Arceriradeonsi: add load_tess_level() helper
2018-01-08 Jason Ekstrandspirv: Do implicit conversions of uint to bool in OpStore
2018-01-08 Jason Ekstrandspirv: Loosen the validation for load/store type matching
2018-01-08 Jason Ekstrandspirv: Require a storage type for OpStore destinations
2018-01-08 Jason Ekstrandspirv: Add a vtn_types_compatible helper
2018-01-08 Jason Ekstrandspirv: Store the id of the type in vtn_type
2018-01-08 Jason Ekstrandspirv: Add a mechanism for dumping failing shaders
2018-01-08 Jason Ekstrandspirv: Rework asserts in var_decoration_cb
2018-01-08 Jason Ekstrandspirv: Rework error checking for decorations
2018-01-08 Jason Ekstrandspirv: Add better type validation to OpTypeImage
2018-01-08 Jason Ekstrandspirv: Switch on vtn_base_type in OpComposite(Extract...
2018-01-08 Jason Ekstrandspirv: Refactor Op[Spec]ConstantComposite and add bette...
2018-01-08 Jason Ekstrandspirv: Add better validation to Op[Spec]Constant
2018-01-08 Jason Ekstrandspirv: Remove a pointless assignment in SpvOpSpecConstant
2018-01-08 Jason Ekstrandspirv: Unify boolean constants and add better validation
2018-01-08 Jason Ekstrandspirv/info: Add spirv_op_to_string
2018-01-08 Jason Ekstrandspirv: Make 'info' a local array spirv_info_c.py
2018-01-08 Jason Ekstrandspirv: Add better error messages in vtn_value helpers
2018-01-08 Caio Marcelo de... spirv: Import 1.2 rev 3 headers and grammar from Khronos
2018-01-08 Samuel Pitoisetradv: get InstanceID from VGPR1 (or VGPR2 for tess...
2018-01-08 Samuel Pitoisetradv: avoid PS partial flushes when viewports/scissors...
2018-01-08 Samuel Pitoisetradv: add has_scissor_bug for Vega10 and Raven
2018-01-08 Samuel Pitoisetradv/gfx9: do not load VGPR1 when GS uses points or...
2018-01-08 Samuel Pitoisetradv: make shader BOs read-only for the GPU
2018-01-08 Samuel Pitoisetradv: make descriptor BOs read-only for the GPU
2018-01-08 Samuel Pitoisetradv: make the indirect GFX config BO read-only for...
2018-01-08 Samuel Pitoisetradv/winsys: make IBs read-only for the GPU
2018-01-08 Samuel Pitoisetradv/winsys: add RADEON_FLAG_READ_ONLY
2018-01-08 Samuel Pitoisetradv/winsys: rework radv_amdgpu_bo_va_op()
2018-01-08 Igor Gnatenkolink mesautil with pthreads
2018-01-08 Alex Smithanv: Allow PMA optimization to be enabled in secondary...
2018-01-08 Florian Willglsl: Respect std430 layout in lower_buffer_access
2018-01-07 Karol Herbstnir: fix st_nir_assign_var_locations for patch variables
2018-01-07 Ilia Mirkinnvc0: enable bindless on kepler
2018-01-07 Ilia Mirkinnvc0: add bindless image support for kepler
2018-01-07 Ilia Mirkinnvc0: add support for bindless textures on kepler+
2018-01-07 Ilia Mirkinnv50/ir: use the image info in the instruction rather...
2018-01-07 Ilia Mirkinnvc0/ir: safen up lowering logic against overwriting...
2018-01-07 Ilia Mirkinnvc0: update tic in-place when buffer address changes
2018-01-07 Ilia Mirkinnvc0: ensure that pushbuf keeps ref to old text/tls bos
2018-01-07 Kenneth Graunkei965: Torch public intel_batchbuffer_emit_dword/float...
2018-01-07 Kenneth Graunkei965: Require space for MI_BATCHBUFFER_END.
2018-01-07 Kenneth Graunkei965: Shut up a few unused variable warnings.
2018-01-06 Marek Olšákac: add ac_build_fmin/fmax helpers
2018-01-06 Marek Olšákmesa: remove dd_function_table::GetCompressedTexSubImag...
2018-01-06 Neil Robertsmesa: Tidy up the 4.6 section of GL4x.xml
2018-01-05 Samuel Pitoisetradv: remove unused radv_color_buffer_info::cb_clear_valueX
2018-01-05 Alex Smithanv: Take write mask into account in has_color_buffer_w...
2018-01-05 Neil Robertsmesa: Add GL4.6 aliases of functions from GL_ARB_indire...
2018-01-05 Samuel Pitoisetradv: enable denorms for 64-bit and 16-bit floats
2018-01-05 Samuel Pitoisetamd/common: correctly detect if we need ring buffers
2018-01-05 Samuel Pitoisetamd/common: use ac_image_load when lod is zero
2018-01-05 Samuel Pitoisetradv: limit the scissor bug workaround to Vega 10 and...
2018-01-05 Alejandro Piñeiroglsl/standalone: set MaxTransformFeedbackBuffers
2018-01-05 Alejandro Piñeiroglsl/standalone: set MaxVertexStreams
2018-01-05 Alejandro Piñeiroglsl/standalone: set MaxUniformBufferBindings
2018-01-05 Alejandro Piñeiroglsl/standalone: point which arguments are mandatory
2018-01-05 Timothy Arceriac: rework ac_llvm_extract_elem()
2018-01-05 Timothy Arcerist/glsl_to_nir/radeonsi: enable tessellation shaders
2018-01-05 Timothy Arcerigallium/tgsi: add patch support to tgsi_get_gl_varying_...
next