mesa: add missing CONTEXT_ROBUST_ACCESS enum
[mesa.git] / src / gallium /
2016-10-26 Samuel Pitoisetnvc0/ir: fix emission of SHLADD with NEG modifiers
2016-10-26 Marek Olšákradeonsi: remove si_resource_create_custom
2016-10-26 Marek Olšákgallium/radeon: stop using PIPE_BIND_CUSTOM
2016-10-26 Marek Olšákr600g: remove a redundant buffer_create helper
2016-10-26 Marek Olšákgallium/radeon: remove unused r600_cmask_info members
2016-10-26 Marek Olšákgallium/radeon: don't force the same tiling parameters...
2016-10-26 Marek Olšákwinsys/amdgpu: allocate FMASK properly
2016-10-26 Marek Olšákgallium/radeon: print tiling index when printing textur...
2016-10-26 Marek Olšákgallium/radeon: don't do (fmask.size && cmask.size)
2016-10-26 Marek Olšákgallium/radeon: re-order radeon_surf::dcc and htile...
2016-10-26 Marek Olšákgallium/radeon: rename bo_size -> surf_size, bo_alignme...
2016-10-26 Marek Olšákgallium/radeon: remove flags specific to libdrm_radeon...
2016-10-26 Marek Olšákgallium/radeon: remove r600_htile_info
2016-10-26 Marek Olšákgallium/radeon: remove unnecessary fields from radeon_s...
2016-10-26 Marek Olšákgallium/radeon: decrease the size of radeon_surf
2016-10-26 Marek Olšákgallium/radeon: pass pipe_resource and other params...
2016-10-26 Marek Olšákradeon/vce: use nblk_y instead of npix_y
2016-10-26 Marek Olšákgallium/radeon: define RADEON_SURF_MODE_* as enums
2016-10-26 Marek Olšákgallium/radeon: stop using some input fields from radeo...
2016-10-26 Marek Olšákgallium/radeon: fold r600_setup_surface into r600_init_...
2016-10-26 Marek Olšákwinsys/amdgpu: remove unused definitions
2016-10-26 Marek Olšákgallium/radeon: fold radeon_winsys::surface_best into...
2016-10-26 Marek Olšákgallium/radeon: use r600_gfx_write_event_eop everywhere
2016-10-26 Marek Olšákgallium/radeon: make r600_gfx_write_fence more generic
2016-10-26 Marek Olšákgallium/radeon: fix a ZPASS comment, EVENT_WRITE_EOP...
2016-10-26 Marek Olšákradeonsi: enable SDMA on Carrizo and all CIK chips...
2016-10-26 Marek Olšákwinsys/amdgpu: fix radeon_surf::macro_tile_index for...
2016-10-26 Marek Olšákgallium/radeon: make sure the address of separate CMASK...
2016-10-26 Marek Olšákgallium/radeon: fix incorrect bpe use in si_set_optimal...
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-25 Karol Herbstnv50/ir: start LocalCSE with getFirst to merge PHI...
2016-10-25 Samuel Pitoisetnvc0: use correct bufctx when invalidating CP textures
2016-10-25 Brian Paulgallium/stapi: fix comment for st_visual::buffer_mask
2016-10-24 Brian Paultgsi: trivial build fix for MSVC
2016-10-24 Samuel Pitoisetnv50/ir: do not perform global membar for shared memory
2016-10-24 Axel Davyst/nine: Fix locking CubeTexture surfaces.
2016-10-24 Axel Davyst/nine: Fix mistake in Volume9 UnlockBox
2016-10-24 Axel Davyst/nine: Use align_calloc instead of align_malloc
2016-10-24 Axel Davygallium/util: Add align_calloc
2016-10-24 Axel Davyst/nine: Fix leak with integer and boolean constants
2016-10-24 Marek Olšáktgsi/scan: scan texture offset operands
2016-10-24 Marek Olšáktgsi/scan: move src operand processing into a separate...
2016-10-24 Marek Olšáktgsi/scan: get information about shader buffer usage
2016-10-24 Marek Olšáktgsi/scan: handle indirect image indexing correctly
2016-10-24 Marek Olšáktgsi/scan: don't treat RESQ etc. as memory instructions
2016-10-24 Marek Olšáktgsi/scan: get information about indirect 2D file access
2016-10-24 Marek Olšáktgsi/scan: get information about indirect CONST access
2016-10-24 Samuel Pitoisetnv50/ir: display OP_BAR subops in debug mode
2016-10-22 Ilia Mirkinnv50/ir: it appears that OP_DISCARD can't take a join...
2016-10-22 Ilia Mirkinnv50/ir: use levelZero for non-frag tex/txp ops
2016-10-22 Ilia Mirkingallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
2016-10-22 Samuel Pitoisetnvc0/ir: remove outdated comment about SHLADD
2016-10-21 Eric Anholtvc4: Avoid making temporaries for assignments to NIR...
2016-10-21 Eric Anholtvc4: Add a comment with discussion of how simulation...
2016-10-21 Eric Anholtvc4: Move simulator winsys mapping and tracking to...
2016-10-21 Eric Anholtvc4: Move simulator memory management to a u_mm.h heap.
2016-10-21 Eric Anholtvc4: Move simulator globals into a struct.
2016-10-21 Eric Anholtvc4: Restructure the simulator mode.
2016-10-21 Eric Anholtvc4: Fix termination of the initial scan for branch...
2016-10-21 Nicolai Hähnleradeonsi: fix a regression in si_eliminate_const_output
2016-10-21 Ilia Mirkinnv50,nvc0: don't keep track of whether fb rt0 is intege...
2016-10-20 Samuel Pitoisetnvc0: do not break 3D state by pushing MS coordinates...
2016-10-20 Samuel Pitoisetnvc0: translate compute shaders at program creation
2016-10-20 Marek Olšákgallivm: try to fix build with LLVM <= 3.4 due to missi...
2016-10-20 Marek Olšákradeonsi: fix build of si_eliminate_const_vs_outputs...
2016-10-20 Marek Olšákgallivm: add wrappers for missing functions in LLVM...
2016-10-20 Nicolai Hähnleradeonsi: fix 64-bit loads from LDS
2016-10-20 Ilia Mirkinnv50/ir: process texture offset sources as regular...
2016-10-20 Ilia Mirkinnv50,nvc0: avoid reading out of bounds when getting...
2016-10-19 Samuel Pitoisetnvc0/ir: simplify predicate logic for GK104 atomic...
2016-10-19 Samuel Pitoisetnvc0/ir: remove useless NVC0LoweringPass::gMemBase
2016-10-19 Samuel Pitoisetnv50/ir: print CCTL subops in debug mode
2016-10-19 Marek Olšákradeonsi: eliminate trivial constant VS outputs
2016-10-19 Samuel Pitoisetnv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
2016-10-19 Marek Olšákradeonsi: remove cb0_is_integer handling
2016-10-18 Roland Scheideggerdraw: improve vertex fetch (v2)
2016-10-18 Roland Scheideggerdraw: improved handling of undefined inputs
2016-10-18 Roland Scheideggergallivm: print out time for jitting functions with...
2016-10-18 Roland Scheideggergallivm: Use native packs and unpacks for the lerps
2016-10-18 Brian Paulsvga: minor code improvements in svga_validate_pipe_sam...
2016-10-18 Boyuan Zhangst/va: force to flush the last p frame in idr period
2016-10-18 Marek Olšákradeonsi: rename prefixes from radeon to si
2016-10-18 Marek Olšákradeonsi: merge radeon_llvm_context and si_shader_context
2016-10-18 Marek Olšákradeonsi: import all TGSI->LLVM code from gallium/radeon
2016-10-18 Marek Olšákgallium/radeon: simplify initialization of 64-bit galli...
2016-10-18 Marek Olšákgallium/radeon: remove unused radeon_llvm_reg_index_soa
2016-10-18 Marek Olšákradeonsi: move LLVM ALU codegen into radeonsi
2016-10-18 Emil Velikovloader: remove loader_get_driver_for_fd() driver_type
2016-10-18 Ilia Mirkingm107/ir: fix bit offset of tex lod setting for indirec...
2016-10-18 Ilia Mirkingm107/ir: fix texturing with indirect samplers
2016-10-18 Marek Olšákgallium/tgsi: add missing #include
2016-10-18 Julien Isorcest/va: set default rt formats when calling vaCreateConfig
2016-10-17 Nicolai Hähnleradeonsi: unify the constant load paths
2016-10-17 Nicolai Hähnleradeonsi: fix indirect loads of 64 bit constants
2016-10-17 Marek Olšákradeonsi: shorten "shader->selector" to "sel" in si_sha...
2016-10-17 Marek Olšákradeonsi: clear DB_RENDER_OVERRIDE
2016-10-16 Axel Davyst/nine: Fix multisample limit check
2016-10-16 Eric Anholtvc4: Fix fast clear color packing for 565.
2016-10-15 Tobias Klausmannnv50/ir: constant fold OP_SPLIT
2016-10-14 Jose Fonsecapipe_loader_sw: Don't invoke Unix close() on Windows.
next