draw: stop using CULLDIST semantic.
[mesa.git] / src / gallium / drivers /
2016-05-23 Emil Velikovvirgl: remove unused state_tracker/graw.h include
2016-05-22 Samuel Pitoisetnvc0/ir: fix indirect access for images
2016-05-22 Ilia Mirkinnv30: reset the stencil mask when fast-clearing
2016-05-22 Ilia Mirkinnv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support
2016-05-22 Ilia Mirkinnvc0: fix setting of tess_mode in various situations
2016-05-22 Ilia Mirkinnv50/ir: fix prog info init
2016-05-22 Ilia Mirkinnvc0/ir: return 0 for gl_TessCoord.z for non-triangles...
2016-05-21 Samuel Pitoisetnvc0: expose GLSL version 420 on GF100
2016-05-21 Samuel Pitoisetnvc0: enable ARB_shader_image_load_store on GF100
2016-05-21 Samuel Pitoisetnvc0/ir: add a lowering pass for surfaces on Fermi
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for SULDB and SUSTx
2016-05-21 Samuel Pitoisetnvc0/ir: add emission for OP_SULEA
2016-05-21 Samuel Pitoisetnv50/ir: fix tex constraints for surface coords on...
2016-05-21 Ilia Mirkinnv50/ir: use moveSources to condense sources
2016-05-21 Samuel Pitoisetnvc0: bind images on fragment and compute shaders for...
2016-05-21 Samuel Pitoisetnvc0/ir: don't check the format for surface stores...
2016-05-21 Samuel Pitoisetnv50/ir: fix a comment in canDualIssue()
2016-05-21 Samuel Pitoisetnv50/ir: fix SUSTx constraints on Kepler
2016-05-20 Dave Airlievirgl: handle cull distance cap.
2016-05-20 Rob Herringvirgl: Add missing texture transfer_inline_write
2016-05-20 Rob Clarkfreedreno/ir3: need to lower fmod too
2016-05-20 Ilia Mirkinnvc0: account for shader-allocated local memory needs
2016-05-20 Ilia Mirkinnv50/ir: treat addresses as local
2016-05-19 Tim Rowleyswr: [rasterizer] utility functions for shared libs
2016-05-19 Tim Rowleyswr: [rasterizer jitter] fix assert in AVX implementati...
2016-05-19 Tim Rowleyswr: [rasterizer core] apply KNOB_TOSS_DRAW to more...
2016-05-19 Tim Rowleyswr: [rasterizer jitter] add instancing to non-gather...
2016-05-19 Tim Rowleyswr: [rasterizer core] move MultisampleTrait static...
2016-05-19 Tim Rowleyswr: [rasterizer core] clang override for _mm_undefined*
2016-05-19 Tim Rowleyswr: [rasterizer common] add OSX to unix portability...
2016-05-19 Tim Rowleyswr: [rasterizer] rename _aligned_malloc to AlignedMalloc
2016-05-19 Tim Rowleyswr: [rasterizer jitter] rename MEMCPY function to...
2016-05-19 Tim Rowleyswr: [rasterizer common] guard definition of __cdecl...
2016-05-19 Tim Rowleyswr: [rasterizer common] include cstddef for offsetof
2016-05-19 Tim Rowleyswr: [rasterizer core] removed tabs that snuck in
2016-05-19 Tim Rowleyswr: [rasterizer core] code style cleanup
2016-05-19 Tim Rowleyswr: [rasterizer core] add dummy code for cygwin build
2016-05-19 Tim Rowleyswr: [rasterizer core] move variable query outside...
2016-05-19 Tim Rowleyswr: [rasterizer core] utility function for getenv
2016-05-19 Tim Rowleyswr: [rasterizer common] portable threadviz buckets
2016-05-19 Tim Rowleyswr: [rasterizer common] foreground win32 assert dialog
2016-05-19 Tim Rowleyswr: [rasterizer core] use parens to disambiguate opera...
2016-05-19 Tim Rowleyswr: standardize linkage and check for unresolved symbols
2016-05-19 Tim Rowleyswr: fix swr linkage so that static llvm works
2016-05-19 Tim Rowleyswr: PIPE_CAP_CULL_DISTANCE cap request response
2016-05-19 Marek Olšákgallium/radeon: small cleanups in r600_texture_transfer_map
2016-05-19 Marek Olšákgallium/radeon: handle VRAM_GTT placements as having...
2016-05-19 Marek Olšákgallium/radeon: ignore PIPE_TRANSFER_MAP_DIRECTLY
2016-05-19 Marek Olšákradeonsi: add a workaround for a bug in LLVM <= 3.8
2016-05-19 Eric Anholtvc4: Size transfer temporary mappings appropriately...
2016-05-18 Axel Davyradeon: Change AA sample locations for EG+
2016-05-18 Axel Davyradeonsi: Mixed colorbuffer formats are unsupported
2016-05-18 Axel Davyradeonsi: Change default behaviour for undefined COLOR0
2016-05-18 Axel Davyr600g: Change default behaviour for undefined COLOR0
2016-05-18 Axel Davyr600: Change default behaviour for undefined COLOR0
2016-05-18 Brian Paulsvga: add another debug_printf() in svga_screen_create()
2016-05-18 Brian Paulsvga: null out all sampler views if start=num=0
2016-05-18 Eric Anholtvc4: Add support for vertex color clamping in the raste...
2016-05-18 Eric Anholtvc4: Move tgsi_to_nir to precompile time.
2016-05-18 Eric Anholtvc4: Mark the driver as supporting fragment color clamp...
2016-05-18 Eric Anholtvc4: Enable sharing shaders across contexts.
2016-05-18 Eric Anholtvc4: Switch to using nir_load_front_face.
2016-05-18 Eric Anholtvc4: Drop the dead export_linkage array.
2016-05-18 Eric Anholtvc4: Fix a -Wformat-security warning.
2016-05-17 Nicolai Hähnleradeonsi: force level zero on image instructions in...
2016-05-17 Nicolai Hähnleradeonsi: emit TXQ in separate functions
2016-05-17 Nicolai Hähnlegallium/radeon: add radeon_emitted to check for non...
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit_array
2016-05-17 Nicolai Hähnlegallium/radeon: use radeon_emit
2016-05-17 Jan VeselyTreewide: Remove Elements() macro
2016-05-17 Jan Veselyr600g,sb: Don't use standard macro name
2016-05-17 Ilia Mirkinnvc0/ir: fix shared atomic lowering to preserve shared...
2016-05-17 Rob Clarkfreedreno/ir3: fix compiler warning
2016-05-17 Ilia Mirkinnvc0/ir: make sure out-of-bounds buffer loads/atomics...
2016-05-15 Rob Clarkfreedreno/ir3: small standalone compiler cleanup
2016-05-15 Rob Clarkfreedreno/ir3: lower fdiv
2016-05-15 Rob Clarkfreedreno/ir3: handle VARYING_SLOT_PNTC
2016-05-15 Rob Clarkfreedreno/ir3: disable TGSI specific hacks in nir case
2016-05-15 Rob Clarkfreedreno/ir3: add support for NIR as preferred IR
2016-05-15 Ilia Mirkinnv50/ir: avoid asserts when the state tracker feeds...
2016-05-15 Ilia Mirkinnvc0: don't try to go through the push path for indirec...
2016-05-15 Ilia Mirkinnvc0/ir: make sure to align the second arg of TXD to...
2016-05-15 Tobias Klausmannnv50,nvc0: add support for cull distances
2016-05-13 Tobias Klausmanngallium: Add a pipe cap for arb_cull_distance
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: rename reg_table to sid_reg_table
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store offset into global fields...
2016-05-13 Nicolai Hähnleradeonsi/sid_tables: store strings by offset instead...
2016-05-13 Nicolai Hähnler600: remove TABLE_SIZE macro
2016-05-13 Nicolai Hähnler600: move alu_op_table to .c file
2016-05-13 Nicolai Hähnler600: move cf_op_table to .c file
2016-05-13 Nicolai Hähnler600: move fetch_op_table to .c file
2016-05-13 Nicolai Hähnler600: protect r600_isa.h with extern "C"
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Implement launch_grid.
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Support compute states.
2016-05-13 Bas Nieuwenhuizengallium/ddebug: Add passthrough for get_compute_param.
2016-05-12 Samuel Pitoisetnvc0: fix indentation in nvc0_invalidate_resource_storage()
2016-05-12 Samuel Pitoisetnvc0: save some CPU cycles in nvc0_context_unreference_...
2016-05-12 Samuel Pitoisetnvc0: invalidate texture buffers for compute
2016-05-12 Tim Rowleyswr: properly expose compressed format support
2016-05-12 Ilia Mirkinnvc0: fix gl_SampleMaskIn computation
next