anv: Set CURBEAllocationSize in MEDIA_VFE_STATE
[mesa.git] / src /
2016-02-21 Marek Olšákradeonsi: compute how many input SGPRs and VGPRs shader...
2016-02-21 Marek Olšákgallium/radeon: add basic code for setting shader retur...
2016-02-21 Samuel Pitoisetnvc0: enable compute shaders on Fermi
2016-02-21 Samuel Pitoisetnv50/ir: add atomics support on shared memory for Fermi
2016-02-21 Samuel Pitoisetnv50/ir: make OP_SELP a compare instruction
2016-02-21 Samuel Pitoisetnv50/ir: add lock/unlock subops for load/store
2016-02-21 Samuel Pitoisetnv50/ir: use s[] addr space for shared buffers
2016-02-21 Samuel Pitoisetnvc0: reduce likelihood of collision for real buffers...
2016-02-21 Samuel Pitoisetnvc0: invalidate compute state when switching pipe...
2016-02-21 Samuel Pitoisetnvc0: add support for indirect compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind textures/samplers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind shader buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: bind driver constbuf for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: add a new validation state for 3D driver constbuf
2016-02-21 Samuel Pitoisetnvc0: bind constant buffers for compute on Fermi
2016-02-21 Samuel Pitoisetnvc0: allocate an area for compute user constbufs
2016-02-21 Jason Ekstrandanv: Fix a typo in apply_dynamic_offsets
2016-02-21 Jason Ekstrandanv: Zero out the WSI array when initializing the instance
2016-02-20 Jason Ekstrandisl: Stop including mesa/main/imports.h
2016-02-20 Samuel Pitoisetnv50: do not advertise about compute shaders
2016-02-20 Jason Ekstrandgenxml: Add mote includes in the generated headers
2016-02-20 Jason Ekstrandanv: Get rid of GENX_FUNC
2016-02-20 Jason Ekstrandanv: Switch over to the macros in genxml
2016-02-20 Jason Ekstrandintel/genxml: Add a couple of helper headers
2016-02-19 Ilia Mirkinst/mesa: force depth mode to GL_RED for sized depth...
2016-02-19 Daniel Czarnowskiegl_dri2: set correct error code if swapbuffers fails
2016-02-19 Dongwon Kimegl: move Null check to eglGetSyncAttribKHR to prevent...
2016-02-19 Ilia Mirkinmeta/copy_image: use precomputed dst_internal_format...
2016-02-19 Ilia Mirkinmesa: add GL_OES_texture_stencil8 support
2016-02-19 Ilia Mirkinst/mesa: fix pbo uploads
2016-02-19 Ilia Mirkinmesa: check fbo completeness based on internal format...
2016-02-19 Jason Ekstrandgenxml: Stop using unicode in the pack generator
2016-02-19 Dave Airlieanv: fix warning about unused width variable.
2016-02-19 Brian Paulmesa: small optimization of _mesa_expand_bitmap()
2016-02-19 Brian Paulmesa: add special case ubyte[4] / BGRA conversion function
2016-02-19 Brian Paulst/mesa: implement a simple cache for glDrawPixels
2016-02-19 Brian Paulllvmpipe: add a few const qualifiers
2016-02-19 Brian Paultrace: assorted whitespace and formatting fixes
2016-02-19 Brian Paultrace: remove unneeded inline qualifiers
2016-02-19 Iago Toral Quirogaglsl: fix emit_inline_matrix_constructor for doubles
2016-02-19 Iago Toral Quirogaglsl: Mark float constants as such
2016-02-19 Iago Toral Quirogaglsl: fix indentation in emit_inline_matrix_constructor
2016-02-19 Rob Clarkglsl: fix standalone compiler
2016-02-19 Nicolai Hähnlest/mesa: disable depth/stencil/alpha tests in PBO upload
2016-02-18 Brian Paulsvga: allow non-contiguous VS input declarations
2016-02-18 Oded Gabbaygallivm: Check whether to stop disassemble only for x86
2016-02-18 Oded Gabbaygallivm: use sstream for dissasembling
2016-02-18 Rob Clarktrace: fix new gcc6 warnings
2016-02-18 Rob Clarkgallium/auxiliary: fix new gcc6 warnings
2016-02-18 Rob Clarkgallium/hud: fix new gcc6 warnings
2016-02-18 Rob Clarkmesa: fix new gcc6 warnings
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-18 Rob Clarkglsl: fix new gcc6 warnings
2016-02-18 Rob Clarki965: fix new gcc6 warnings
2016-02-18 Rob Clarkutil: fix new gcc6 warnings
2016-02-18 Jason Ekstrandanv/pipeline: Fix a typo in the pipeline layout code
2016-02-18 Jason Ekstrandanv/allocator: Set is_winsys_bo to false for block...
2016-02-18 Kenneth Graunkeglcpp: Disallow "defined" as a macro name.
2016-02-18 Mark Janesvulkan: fix out-of-tree build
2016-02-18 Jason Ekstrandanv/pipeline: Use nir's num_images for allocating image...
2016-02-18 Jason Ekstrandnir/gather_info: Count textures and images
2016-02-18 Samuel Pitoisetgallium/cso: only enable compute shaders when TGSI...
2016-02-18 Jason Ekstrandanv/pipeline: Don't leak the binding map
2016-02-18 Jason Ekstrandanv/formats: Don't use a compound literal to initialize...
2016-02-18 Jason EkstrandMove the intel vulkan driver to src/intel/vulkan
2016-02-18 Jason EkstrandMove isl to src/intel
2016-02-18 Jason Ekstrandvulkan: Move XML and generator into src/intel/genxml
2016-02-18 Kristian Høgsberg... anv/meta: Initialize blend state for the right attachment
2016-02-18 Kristian Høgsberg... anv/meta: Don't use the blit ds layout in resolve code
2016-02-18 Rob HerringAndroid: enable building on arm64
2016-02-18 Rob Herringegl: android: clean-up config attribute setting
2016-02-18 Varad Gautamegl: android: fix visuals declaration
2016-02-18 Rob HerringAndroid: fix build break in libmesa_program
2016-02-18 Ilia Mirkinmesa: gl_NumSamples should always be at least one
2016-02-18 Plamena Manolovacompiler/glsl: Fix uniform location counting.
2016-02-18 Jason EkstrandDelete nir_lower_samplers.cpp
2016-02-18 Roland Scheideggergallivm, tgsi: provide fake sample_i_ms implementations
2016-02-18 Brian Paulst/mesa: new st_DrawAtlasBitmaps() function for drawing...
2016-02-18 Brian Paulmesa: implement a display list / glBitmap texture atlas
2016-02-18 Ilia Mirkinst/mesa: apply DepthMode swizzle to stencil texturing...
2016-02-18 Jason Ekstrandanv: Gut anv_pipeline_layout
2016-02-18 Kristian Høgsberg... anv: Build the real pipeline layout in the pipeline
2016-02-18 Jason Ekstrandnir/spirv: Add some more capabilities
2016-02-18 Jason Ekstrandanv/pipeline: Delete out-of-bounds fragment shader...
2016-02-18 Jason Ekstrandnir: Add a helper for getting the one function from...
2016-02-18 Jason Ekstrandnir: Add a nir_foreach_variable_safe helper
2016-02-18 Jason Ekstrandi965/nir: Do lower_io late for fragment shaders
2016-02-18 Jason Ekstrandanv/gen7_pipeline: Set WriteDisable = true if we have...
2016-02-18 Jason Ekstrandanv/gen8_pipeline: Default color attachments to WriteDi...
2016-02-18 Jason Ekstrandanv: Pull StencilBufferWriteEnable from both sides
2016-02-18 Nanley Cheryanv: Ignore unused dimensions in vkCreateImage's anv_image
2016-02-18 Ilia Mirkinmesa: allow multisampled format info to be returned...
2016-02-17 Kristian Høgsberg... spirv: Fix SpvOpFwidth, SpvOpFwidthFine and SpvOpFwidth...
2016-02-17 Kristian Høgsberg... anv: Remove hacky PIPE_CONTROL in vkCmdEndRenderPass()
2016-02-17 Kristian Høgsberg... anv: Rework vkCmdPipelineBarrier()
2016-02-17 Ben Widawskyi965: Extract push constant state to a new file
2016-02-17 Matt Turneri965: Make emit_minmax return an instruction*.
2016-02-17 Matt Turneri965: Lower min/max after optimization on Gen4/5.
2016-02-17 Matt Turneri965/vec4: Initialize force_writemask_all in vec4_build...
2016-02-17 Kristian Høgsberg... anv: Ignore unused dimensions in vkCreateImage
next