nv30: only bail on color/depth bpp mismatch when surfaces are swizzled
[mesa.git] / src / gallium /
2016-08-31 Ilia Mirkinnv30: only bail on color/depth bpp mismatch when surfac...
2016-08-30 Eric Engestromst/nine: fix unreachable() typo
2016-08-30 Samuel Pitoisetnvc0: fix indentation in nvc0_screen_init()
2016-08-30 Samuel Pitoisetnvc0: check return value of nvc0_screen_resize_tls_area()
2016-08-30 Samuel Pitoisetnvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()
2016-08-30 Samuel Pitoisetnv50/ir: always emit the NDV bit for OP_QUADOP
2016-08-30 Tim Rowleyswr: [rasterizer] add archrast instrumentation
2016-08-30 Ilia Mirkinnvc0: undo overzealous enum usage
2016-08-29 Brian Paulsvga: fix a texture readback bug
2016-08-29 Brian Paulsvga: move surface propagation code into new function
2016-08-29 Dave Airlieradeonsi: add support for cull distances. (v1.1)
2016-08-29 Jan Veselyclover: Use device cap to query pointer size instead...
2016-08-29 Jan Veselygallium: add cap to export device pointer size
2016-08-29 Brian Paulsvga: s/unsigned/enum pipe_shader_type/
2016-08-29 Rhys Kiddr600g: Clean up defined magic numbers for TGSI opcodes
2016-08-29 Rhys Kiddr600g: Avoid duplicated initialization of TGSI_OPCODE_DFMA
2016-08-29 Rhys Kiddi915g: Fix typo in i915_translate_instruction()
2016-08-29 Eric Anholtvc4: Handle discards while in control flow.
2016-08-29 Eric Anholtvc4: Mark when we add discards while lowering blend...
2016-08-29 Tim Rowleyswr: [rasterier core] fix GetRasterizerFunc selection
2016-08-29 Tim Rowleyswr: [rasterizer core] whitespace cleanup
2016-08-29 Tim Rowleyswr: [rasterizer jitter] reimplement SCATTERPS
2016-08-29 Tim Rowleyswr: [rasterizer core] upper left rule for scissors
2016-08-29 Tim Rowleyswr: [rasterizer scripts] undef DEFINE_KNOB after usage
2016-08-29 Tim Rowleyswr: [rasterizer core] minor cleanup to thread initiali...
2016-08-29 Tim Rowleyswr: [rasterizer core] remove KNOB_MAX_THREADS
2016-08-29 Tim Rowleyswr: [rasterizer core] track guardbands per viewport...
2016-08-29 Tim Rowleyswr: [rasterizer core] per-primitive viewports/scissors
2016-08-29 Tom Stellardradeonsi: Don't use global variables for tess lds
2016-08-29 Roland Scheideggersoftpipe: (trivial) honor render_condition_enabled...
2016-08-29 Roland Scheideggerllvmpipe: (trivial) honor render_condition_enabled...
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_images()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_buffers()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-29 Marek Olšákgallium/radeon: clear dirty_level_mask when discarding...
2016-08-29 Marek Olšáktgsi/scan: remember sampler view types
2016-08-29 Nayan Deshmukhst/vdpau: use temporary buffers while applying filters
2016-08-29 Christian Königst/vdpau: Revert "change the order in which filters...
2016-08-26 Brian Paulsvga: minor whitespace, etc clean-ups in svga_pipe_misc.c
2016-08-26 Brian Paulsvga: move some code in svga_propagate_surface()
2016-08-26 Brian Paulsvga: simplify surface propagation code in svga_set_fra...
2016-08-26 Brian Paulsvga: add some comments in the svga_surface struct
2016-08-26 Brian Paulsvga: use new svga_check_sampler_framebuffer_resource_c...
2016-08-26 Brian Paulsvga: add new svga_check_sampler_framebuffer_resource_c...
2016-08-26 Brian Paulsvga: remove assertions in svga_surface cast wrappers
2016-08-26 Brian Paulsvga: minor code simplification in svga_texture_transfe...
2016-08-26 Brian Paulsvga: reformat some expressions in svga_texture_transfe...
2016-08-26 Brian Paulsvga: remove duplicated variable in svga_texture_transf...
2016-08-26 Brian Paulsvga: move some assignments in svga_texture_transfer_map()
2016-08-26 Brian Paulsvga: minor simplifications in svga_texture_transfer_map()
2016-08-26 Brian Paulsvga: minor reformatting of svga_texture() cast wrapper
2016-08-26 Brian Paulsvga: rewrite svga_buffer() cast wrapper
2016-08-26 Brian Paulsvga: remove local variable in create_backed_surface_view()
2016-08-26 Mario Kleinerr600: increase performance for DRI PRIME offloading...
2016-08-26 Charmaine Leesvga: add guest statistic gathering interface
2016-08-26 Marek Olšákradeonsi: disable CE on SI + AMDGPU
2016-08-26 Marek Olšákwinsys/amdgpu: disable IB chaining on SI
2016-08-26 Marek Olšákwinsys/amdgpu: finish up SI addrlib integration
2016-08-26 Ronie Salgadowinsys/amdgpu: initial SI support
2016-08-26 Marek Olšákgallium/radeon: add a driver query for AMDGPU_INFO_NUM_...
2016-08-26 Marek Olšákradeonsi: fix printing shaders and states on a VM fault
2016-08-26 Marek Olšákradeonsi: increase performance for DRI PRIME offloading...
2016-08-26 Marek Olšákradeonsi: enable SDMA on CIK
2016-08-26 Marek Olšákgallium/radeon: increase priority for shader binaries
2016-08-26 Marek Olšákgallium/radeon: merge USER_SHADER and INTERNAL_SHADER...
2016-08-26 Neha Bhendesvga: fix regression related to srgb
2016-08-26 Neha Bhendesvga: use local variable blit instead of pointer
2016-08-26 Brian Paulsvga: s/INDEX_0D/INDEX_IMMEDIATE32/
2016-08-26 Brian Paulsvga: add comment about unsupported blend modes
2016-08-26 Charmaine Leesvga: fix ordering of mksstats counter strings
2016-08-26 Charmaine Leesvga: avoid emitting redundant SetShaderResource command
2016-08-26 Charmaine Leesvga: add a cleanup function to clean up sampler state
2016-08-26 Brian Paulsvga: loosen the condition to flush in get_query_result...
2016-08-26 Brian Paulsvga: fix vgpu10 query fencing
2016-08-26 Charmaine Leesvga: avoid emitting redundant DXSetSamplers command
2016-08-26 Neha Bhendesvga: enable ARB_clear_texture extension in the driver.
2016-08-26 Neha Bhendesvga: define svga_clear() in svga_init_clear_functions()
2016-08-26 Neha Bhendesvga: add svga_init_clear_functions()
2016-08-26 Neha Bhendesvga: add new function svga_clear_texture()
2016-08-26 Neha Bhendesvga: add new begin_blit()
2016-08-26 Charmaine Leesvga: add opt to the list of valid build types
2016-08-26 Charmaine Leesvga: add guest statistic gathering interface
2016-08-26 Charmaine Leesvga: fix indirect non-indexable temp access
2016-08-26 Brian Paulgallium/hud: move signo declaration inside PIPE_OS_UNIX...
2016-08-26 Kenneth Graunkenir: Change nir_shader_get_entrypoint to return an...
2016-08-26 Eric Anholtvc4: Add support for fddx/fddy
2016-08-26 Eric Anholtvc4: Add register allocation support for MUL output...
2016-08-26 Eric Anholtvc4: Add support for MUL output rotation.
2016-08-26 Eric Anholtvc4: Add support for the 2-bit LOAD_IMM variants.
2016-08-26 Eric Anholtvc4: Add QPU scheduling to handle MUL rotate sources.
2016-08-26 Eric Anholtvc4: Add disassembly for constant MUL rotates
2016-08-26 Eric Anholtvc4: Add real validation for MUL rotation.
2016-08-26 Eric Anholtvc4: Add a QIR value for the QPU element register.
2016-08-25 Marek Olšákradeonsi: don't use allocas for arrays with LLVM 3.8
2016-08-25 Marek Olšákgallium/radeon: unify and simplify checking for an...
2016-08-25 Marek Olšákradeonsi: disable SDMA texture copying on Carrizo
2016-08-25 Marek Olšákgallium/noop: use 3-space indentation
2016-08-25 Marek Olšákgallium: add a pipe_context parameter to resource_get_h...
2016-08-24 Samuel Pitoisetnvc0: invalidate textures/samplers on GK104+
next