auxiliary/vl/drm: hide internal functions
[mesa.git] / src / gallium / drivers /
2015-11-20 Ian Romanicknir: Add nir_texop_samples_identical opcode
2015-11-20 Ilia Mirkinfreedreno/a4xx: fix 5_5_5_1 texture sampler format
2015-11-20 Ilia Mirkinfreedreno/a4xx: add depth clamp and halfz clip
2015-11-20 Ilia Mirkinfreedreno/a4xx: allow seamless cubemap filtering to...
2015-11-20 Ilia Mirkinfreedreno/a4xx: support lod_bias
2015-11-19 Samuel Pitoisetnv50: allow using inline vertex data submit when gl_Ver...
2015-11-19 Samuel Pitoisetnv50: add NV84_3D macro
2015-11-18 Rob Clarkfreedreno/a4xx: add fake RGTC support (required for...
2015-11-18 Rob Clarkfreedreno/a4xx: add compressed texture formats
2015-11-18 Rob Clarkfreedreno: update generated headers
2015-11-18 Ilia Mirkinfreedreno: expose GLSL 140 and fake MSAA for GL3.0...
2015-11-18 Ilia Mirkinfreedreno/a3xx: fix texture buffers, enable offsets
2015-11-18 Ilia Mirkinfreedreno: add support for conditional rendering, requi...
2015-11-18 Ilia Mirkinfreedreno/a3xx: add fake RGTC support (required for...
2015-11-18 Ilia Mirkinfreedreno/a3xx: add missing formats to enable ARB_verte...
2015-11-18 Rob Clarkfreedreno/a3xx+a4xx: fix for stk binning pass hang
2015-11-18 Rob Clarkfreedreno/a3xx+a4xx: fix GL_POINTS lockup w/ GLES
2015-11-18 Ilia Mirkinnvc0/ir: actually emit AFETCH on kepler
2015-11-18 Brian Paulsvga: use more VGPU10 formats
2015-11-18 Brian Paulsvga: add/use new svga_sampler_format() function
2015-11-18 Nicolai Hähnleradeon: count cs dwords separately for query begin...
2015-11-18 Nicolai Hähnleradeon: expose r600_query_hw functions for reuse
2015-11-18 Nicolai Hähnleradeon: implement r600_query_hw_get_result via function...
2015-11-18 Nicolai Hähnleradeon: split hw query buffer handling from cs emit
2015-11-18 Nicolai Hähnleradeon: convert hardware queries to the new style
2015-11-18 Nicolai Hähnleradeon: convert software queries to the new style
2015-11-18 Nicolai Hähnleradeon: add query handler function pointers
2015-11-18 Nicolai Hähnleradeon: move R600_QUERY_* constants into a new query...
2015-11-18 Nicolai Hähnleradeon: cleanup driver query list
2015-11-18 Nicolai Hähnleradeon: move get_driver_query_info to r600_query.c
2015-11-18 Eric Anholtvc4: Don't bother lowering uniforms when the same value...
2015-11-18 Eric Anholtvc4: Fix uniform reordering to support reading the...
2015-11-18 Eric Anholtvc4: Fix documentation on vc4_qir_lower_uniforms.c.
2015-11-18 Eric Anholtvc4: Add support for nir_op_uge, using the carry bit...
2015-11-16 Alex Deucherradeonsi: enable optimal raster config setting for...
2015-11-16 Alex Deucherradeonsi: use proper GRBM_GFX_INDEX offset for CI+
2015-11-16 Emil Velikovnv50: add missing header into the sources list
2015-11-15 Ilia Mirkinnv50,nvc0: disable render condition around clear_*...
2015-11-14 Samuel Pitoisetnv50: add support for performance metrics on G84+
2015-11-14 Samuel Pitoisetnv50: add compute-related MP perf counters on G84+
2015-11-14 Samuel Pitoisetnv50: implement a basic compute support
2015-11-14 Samuel Pitoisetnv50: free interpolation parameters in nv50_program_des...
2015-11-14 Samuel Pitoisetnvc0: reduce the number of GPR used when reading MP...
2015-11-14 Ilia Mirkinnouveau: don't expose HEVC decoding support
2015-11-13 Marek Olšákradeonsi: remove dead code after ES-GS linkage change
2015-11-13 Marek Olšákradeonsi: link ES-GS just like LS-HS
2015-11-13 Marek Olšákradeonsi: calculate optimal GS ring sizes to fix GS...
2015-11-13 Marek Olšákradeonsi: rename si_update_gs_rings
2015-11-13 Marek Olšákradeonsi: calculate ESGS_RING_ITEMSIZE in create_shader
2015-11-13 Marek Olšákradeonsi: move maximum gs stream calculation into creat...
2015-11-13 Marek Olšákradeonsi: clean up small duplication in si_shader_gs
2015-11-13 Marek Olšákgallium/radeon: shorten render_cond variable names
2015-11-13 Marek Olšákgallium/radeon: remove predicate_drawing flag
2015-11-13 Marek Olšákgallium/radeon: atomize render condition (SET_PREDICATION)
2015-11-13 Marek Olšákgallium/radeon: simplify restoring render condition...
2015-11-13 Marek Olšákgallium/radeon: don't use PREDICATION_OP_CLEAR
2015-11-13 Marek Olšákgallium/radeon: simplify disabling render condition...
2015-11-13 Marek Olšákr600g: don't set predication on non-draw packets
2015-11-13 Marek Olšákgallium/radeon: inline the r600_rings structure
2015-11-13 Marek Olšákradeonsi: prevent recursion in si_context_gfx_flush
2015-11-13 Marek Olšákgallium/radeon: remove the IB flushing flag
2015-11-13 Marek Olšákgallium/radeon: move GFX/DMA flushing from add_to_buffe...
2015-11-13 Marek Olšákradeonsi: rename cache flushing flags once more
2015-11-13 Marek Olšákradeonsi: set the DISABLE_WR_CONFIRM flag on CI-VI...
2015-11-13 Marek Olšákradeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
2015-11-13 Marek Olšákradeonsi: add glClearBufferSubData acceleration
2015-11-13 Marek Olšákradeonsi: add SI_SAVE_FRAGMENT_STATE blitter flag
2015-11-13 Marek Olšákradeonsi: fix a future crash in emit_cb_target_mask
2015-11-13 Marek Olšákradeonsi: fix unaligned clear_buffer fallback
2015-11-13 Marek Olšákr600g: fix clear_buffer fallback with offset != 0
2015-11-13 Marek Olšákgallium/radeon: fix PIPE_QUERY_GPU_FINISHED
2015-11-12 Ilia Mirkinnvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATION
2015-11-12 Ilia Mirkinnv50,nvc0: add ARB_clear_texture support
2015-11-12 Ilia Mirkingallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture...
2015-11-11 Dave Airlier600: initialised PGM_RESOURCES_2 for ES/GS
2015-11-10 Glenn Kennardr600g: Pass conservative depth parameters to hw
2015-11-10 Dave AirlieRevert "r600g: Pass conservative depth parameters to hw"
2015-11-10 Glenn Kennardr600g: Implement ARB_texture_view
2015-11-10 Glenn Kennardr600g: Pass conservative depth parameters to hw
2015-11-10 Eric Anholtvc4: Avoid loading undefined (newly-allocated) FBO...
2015-11-10 Eric Anholtvc4: Return NULL when we can't make our shadow for...
2015-11-10 Eric Anholtvc4: Return GL_OUT_OF_MEMORY when buffer allocation...
2015-11-10 Eric Anholtvc4: Add CL dumping for GL_ARRAY_PRIMITIVE.
2015-11-10 Eric Anholtvc4: Fix a compiler warning.
2015-11-08 Samuel Pitoisetnvc0: enable compute support on Fermi
2015-11-07 Ilia Mirkinnv50/ir: fix emission of s[] args in certain situations
2015-11-07 Ilia Mirkinnv50/ir: only take abs value when computing high result
2015-11-07 Ilia Mirkinnouveau: avoid queueing too much work onto a single...
2015-11-07 Dave Airliellvmpipe: disable front updates for now
2015-11-07 Marek Olšákradeonsi: add register definitions for Stoney
2015-11-07 Marek Olšákradeonsi: add workarounds for CP DMA to stay on the...
2015-11-07 Marek Olšákradeonsi: unify CP DMA preparation logic
2015-11-07 Marek Olšákradeonsi: unify CP DMA code determining various flags
2015-11-07 Marek Olšákradeonsi: only enable write confirmation on the last...
2015-11-07 Ilia Mirkinnv50/ir: allow emission of immediates in imul/imad ops
2015-11-07 Ilia Mirkinnv50/ir: properly set the type of the constant folding...
2015-11-07 Ilia Mirkinnv50/ir: add support for const-folding OP_CVT with...
2015-11-06 Ilia Mirkinnv50/ir: add fp64 opcode emission support for G200...
2015-11-06 Hans de Goedenv50/ir: Add support for 64bit immediates to checkSwapSrc01
2015-11-06 Hans de Goedenvc0/ir: Teach insnCanLoad about double immediates
next