nv50: switch nv50_transfer.c to g80_defs.xml.h
[mesa.git] / src / gallium /
2016-02-16 Ben Skeggsnv50: switch nv50_transfer.c to g80_defs.xml.h
2016-02-16 Ben Skeggsnv50: switch nv50_tex.c to updated g80_defs.xml.h
2016-02-16 Ben Skeggsnv50: switch nv50_surface.c to updated g80_defs.xml.h
2016-02-16 Ben Skeggsnv50: import updated g80_defs.xml.h from rnndb
2016-02-16 Ilia Mirkintgsi: show textual format representation
2016-02-16 Ilia Mirkingallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
2016-02-16 Ilia Mirkingallium: make image views non-persistent objects
2016-02-16 Rhys Kiddvc4: Add missing braces in initializer
2016-02-16 Rhys Kiddvc4: Correct typo setting 'handled_qinst_cond'
2016-02-16 Eric Anholtvc4: Don't treat conditional MOVs as raw MOV.
2016-02-14 Edward O'Callaghannv50,nvc0: Remove duplicate logic from nvc0_set_framebu...
2016-02-14 Samuel Pitoisetnv50: add missing PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-14 Serge Martinclover: fix build failure since bfd695e
2016-02-13 Vinson Leellvmpipe: Do not use barriers if not using threads.
2016-02-13 Samuel Pitoisetnv50/ir: add missing SV_TID and SV_CTAID sysvals on...
2016-02-13 Samuel Pitoisetnv50/ir: add MEMBAR emission for GM107
2016-02-13 Samuel Pitoisettrace: add all compute related functions
2016-02-13 Samuel Pitoisettgsi/ureg: add shared variables support for compute...
2016-02-13 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
2016-02-13 Samuel Pitoisetgallium: add indirect compute parameters to pipe_grid_info
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2016-02-13 Samuel Pitoisetgallium/cso: add support for compute shaders
2016-02-12 Axel Davyst/nine: Implement Managed vertex/index buffers
2016-02-12 Axel Davyst/nine: Align stack for entry points
2016-02-12 Axel Davyst/nine: Drop path for ureg_NRM and ureg_CLAMP
2016-02-12 Axel Davyst/nine: Remove usage of SQRT in ff code
2016-02-12 Axel Davyst/nine: Fix stateblocks crashes with lights
2016-02-12 Axel Davyst/nine: SCRATCH does support all formats
2016-02-12 Axel Davyst/nine: Add format checks to create_zs_or_rt_surface
2016-02-12 Axel Davyst/nine: Support ATI1/ATI2 for CubeTexture
2016-02-12 Axel Davyst/nine: Clean pSharedHandle Texture ctors checks
2016-02-12 Axel Davyst/nine: Move texture creation checks
2016-02-12 Axel Davyst/nine: Clean useless code in texture9.c
2016-02-12 Axel Davyst/nine: Do not set SHARED flag for shared textures.
2016-02-12 Axel Davyst/nine: Do not set resource usage for SYSTEMMEM
2016-02-11 Marek Olšákradeonsi: fix build with LLVM 3.6
2016-02-11 Samuel Pitoisetnv50,nvc0: remove unused parameter in nvXX_state_validate()
2016-02-11 Jose Fonsecainclude,gallium: Remove pre-MSVC 2013 compatibility.
2016-02-11 Jose Fonsecascons: Eliminate MSVC2008 compatibility.
2016-02-11 Jose Fonsecaconfigure: Eliminate MSVC2008 compatibility.
2016-02-11 Marek Olšákgallium/radeon: drop support for LLVM 3.5
2016-02-11 Marek Olšákradeonsi: obtain commonly used LLVM types only once
2016-02-11 Marek Olšákradeonsi: cleanup shader codegen
2016-02-11 Marek Olšákradeonsi: fix a crash when binding a sampler buffer
2016-02-11 Jason Ekstrandnir: Remove the const_offset from nir_tex_instr
2016-02-10 Marek Olšákradeonsi: don't emit unnecessary NULL exports for unbou...
2016-02-10 Marek Olšákradeon/uvd: silence a warning
2016-02-10 Marek Olšákr300g: silence warnings
2016-02-10 Marek Olšákradeonsi: put image, fmask, and sampler descriptors...
2016-02-10 Marek Olšákwinsys/radeon: fix the num_tile_pipes comment to silenc...
2016-02-10 Alexandre Demerswinsys/radeon: better explain the num_tile_pipes fixup...
2016-02-10 Bernhard Rosenkränzerfreedreno/ir3: Get rid of nested functions
2016-02-09 Jason Ekstrandnir: Separate texture from sampler in nir_tex_instr
2016-02-09 Jason Ekstrandnir/tex_instr: Rename sampler to texture
2016-02-09 Rob Clarkfreedreno/ir3: use const_index helpers
2016-02-09 Rob Clarkttn: use const_index helpers
2016-02-09 Rob Clarkttn: small logic cleanup
2016-02-09 Marek Olšákradeonsi: enable denorms for 64-bit and 16-bit floats
2016-02-09 Marek Olšákgallium: pass the robust buffer access context flag...
2016-02-09 Marek Olšákgallium/radeon: add a function for adding llvm function...
2016-02-09 Marek Olšákradeonsi: compile geometry shaders immediately
2016-02-09 Marek Olšákradeonsi: split out code for deleting si_shader
2016-02-09 Marek Olšákradeonsi: move code writing tess factors into a separat...
2016-02-09 Marek Olšákradeonsi: make LLVM IR dumping less messy
2016-02-09 Marek Olšákradeonsi: move a few r600_can_dump_shader calls to...
2016-02-09 Marek Olšákradeonsi: remove useless code that handles dx10_clamp_mode
2016-02-09 Marek Olšákradeonsi: dump SPI_PS_INPUT values along with shader...
2016-02-09 Marek Olšákradeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns it
2016-02-09 Marek Olšákradeonsi: don't force gl_SampleMaskIn to 1 for smoothing
2016-02-09 Marek Olšákradeonsi: split PS input interpolation code into its...
2016-02-09 Marek Olšákradeonsi: implement forcing per-sample_interpolation...
2016-02-09 Marek Olšákradeonsi: remove si_shader::ps_input_interpolate
2016-02-09 Marek Olšákradeonsi: move BCOLOR PS input locations after all...
2016-02-09 Marek Olšákradeonsi: move SPI_PS_INPUT_CNTL value computation...
2016-02-09 Marek Olšákradeonsi: generate a color_two_side variant only if...
2016-02-09 Marek Olšákradeonsi: move si_shader_context initialization into...
2016-02-09 Ilia Mirkinnv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Ilia Mirkinnv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Ilia Mirkinilo: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Nicolai Hähnledraw: use util_pstipple_* function for stipple pattern...
2016-02-09 Nicolai Hähnledraw: use util_pstipple_create_fragment_shader
2016-02-09 Marek Olšákwinsys/radeon: fix a wrong NUM_TILE_PIPES value from...
2016-02-08 Brian Paultgsi: minor whitespace fixes in tgsi_scan.c
2016-02-08 Brian Paultgsi: s/true/TRUE/ in tgsi_scan.c
2016-02-08 Brian Paultgsi: use switches instead of big if/else ifs
2016-02-08 Brian Paultgsi: break gigantic tgsi_scan_shader() function into...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug_s...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_staging...
2016-02-08 Brian Paulgallium/util: switch over to new u_debug_image.[ch...
2016-02-08 Brian Paulgallium/util: put image dumping functions into separate...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug.c
2016-02-07 Samuel Pitoisettrace: add missing pipe_context::clear_texture()
2016-02-07 Samuel Pitoisettrace: remove useless MALLOC() in trace_context_draw_vbo()
2016-02-06 Samuel Pitoisettgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding...
2016-02-06 Jan Veselyr600, compute: Do not overwrite pipe_resource.screen
2016-02-05 Jan Veselyr600g: Ignore format for PIPE_BUFFER targets
2016-02-05 Marek Olšákgallium/radeon: implement query_memory_info (v2)
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Marek Olšákgallium/radeon: remove radeon_info::r600_tiling_config
2016-02-05 Marek Olšákgallium/radeon: get pipe_interleave_bytes AKA group_byt...
next