st/mesa: add support for new mesa indirect draw interface
[mesa.git] / src / gallium /
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-07 Ilia Mirkingallium: add sufficient draw interface to allow new...
2016-01-07 Roland Scheideggerllvmpipe: do 64bit plane calculations in the sse path
2016-01-07 Roland Scheideggerllvmpipe: don't store eo as 64bit int
2016-01-07 Roland Scheideggerllvmpipe: use aligned data for the assembly program...
2016-01-07 Roland Scheideggerdraw: initialize prim header flags when clipping lines
2016-01-07 Roland Scheideggerdraw: fix line stippling with unfilled prims
2016-01-07 Oded Gabbayllvmpipe: use sse2 conv code for altivec
2016-01-07 Marek Olšákradeonsi: adjust the parameters of si_shader_dump
2016-01-07 Marek Olšákradeonsi: move si_shader_dump call out of si_compile_llvm
2016-01-07 Marek Olšákradeonsi: inline si_shader_binary_read
2016-01-07 Marek Olšákradeonsi: move si_shader_dump call out of si_shader_bin...
2016-01-07 Marek Olšákradeonsi: separate shader dumping code to si_shader_dum...
2016-01-07 Marek Olšákradeonsi: add si_shader_destroy_binary
2016-01-07 Marek Olšákradeonsi: don't pass si_shader to si_compile_llvm
2016-01-07 Marek Olšákradeonsi: move si_shader_binary_upload out of si_compil...
2016-01-07 Marek Olšákradeonsi: always keep shader code, rodata, and relocs...
2016-01-07 Marek Olšákradeonsi: don't pass si_shader to si_shader_binary_read
2016-01-07 Marek Olšákradeonsi: don't pass si_shader to si_shader_binary_read...
2016-01-07 Marek Olšákradeonsi: add struct si_shader_config
2016-01-07 Marek Olšákradeonsi: move NULL exporting into a separate function
2016-01-07 Marek Olšákradeonsi: move MRT color exporting into a separate...
2016-01-07 Marek Olšákradeonsi: use EXP_NULL for pixel shaders without outputs
2016-01-07 Marek Olšákradeonsi: only use LLVMBuildLoad once when updating...
2016-01-07 Marek Olšákradeonsi: export "undef" values for undefined PS outputs
2016-01-07 Marek Olšákradeonsi: move MRTZ export into a separate function
2016-01-07 Marek Olšákradeonsi: simplify setting the DONE bit for PS exports
2016-01-07 Marek Olšákradeonsi: set SPI color formats and CB_SHADER_MASK...
2016-01-07 Marek Olšákradeonsi: write all MRTs only if there is exactly one...
2016-01-07 Marek Olšákradeonsi: determine SPI_SHADER_Z_FORMAT outside of...
2016-01-07 Marek Olšákradeonsi: determine DB_SHADER_CONTROL outside of shader...
2016-01-07 Marek Olšáktgsi/scan: set which color components are read by a...
2016-01-07 Marek Olšáktgsi/scan: fix tgsi_shader_info::reads_z
2016-01-07 Marek Olšáktgsi/scan: set if a fragment shader writes sample mask
2016-01-07 Roland Scheideggersoftpipe: tell draw about the vertex layout we want
2016-01-07 Roland Scheideggerllvmpipe: use ints not unsigned for slots
2016-01-07 Roland Scheideggerdraw: nuke the interp parameter from vertex_info
2016-01-07 Roland Scheideggersoftpipe: don't abuse the draw vertex_info struct for...
2016-01-07 Roland Scheideggersoftpipe: fix mapping of "special" vs outputs
2016-01-07 Roland Scheideggerllvmpipe: scratch some special handling of vp_index...
2016-01-07 Roland Scheideggerdraw: rework handling of non-existing outputs in emit...
2016-01-06 Sinclair Yehsvga: Rename SVGA_HINT_FLAG_DRAW_EMITTED
2016-01-06 Sinclair Yehsvga: allow preemptive flushing on DMA, update, and...
2016-01-06 Charmaine Leesvga: skip vertex attribute instruction with zero usage...
2016-01-06 Krzysztof Sobieckigallium/r600: Replace ALIGN_DIVUP with DIV_ROUND_UP
2016-01-06 Eric Anholtvc4: Fix driver build from last minute rebase fix.
2016-01-06 Eric Anholtvc4: Optimize out a comparison for bcsel based on an...
2016-01-06 Eric Anholtvc4: Add missing sRGB decode to texel fetches.
2016-01-06 Eric Anholtvc4: Add support for GL_ARB_texture_swizzle.
2016-01-06 Eric Anholtvc4: Use NIR texture lowering for texture swizzling.
2016-01-06 Eric Anholtvc4: Replace the SSA-style SEL operators with condition...
2016-01-06 Eric Anholtvc4: Don't try the SF coalescing unless it's on a def.
2016-01-06 Edward O'Callaghangallium/drivers/svga: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium/drivers/r600: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium/drivers/ilo: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2016-01-06 Oded Gabbayllvmpipe: Optimize lp_rast_triangle_32_3_16 for POWER8
2016-01-06 Oded Gabbayllvmpipe: Optimize BUILD_MASK(_LINEAR) for POWER8
2016-01-06 Oded Gabbayllvmpipe: Optimize do_triangle_ccw for POWER8
2016-01-06 Oded Gabbayllvmpipe: add POWER8 portability file - u_pwr8.h
2016-01-05 Brian Pauldraw: minor indentation fix
2016-01-05 Brian Paulutil: add debug_dump_ubyte_rgba_bmp()
2016-01-05 Brian Paulsvga: fix test for SVGA_NEW_STIPPLE
2016-01-05 Brian Paulsvga: add some comments in svga_state_vs.c
2016-01-05 Brian Paulsvga: change svga_hw_view_state::dirty to boolean
2016-01-05 Brian Paulsvga: avoid emitting redundant SetVertexBuffers() commands
2016-01-05 Brian Paulsvga: check for no-ops in svga_bind_sampler_states()
2016-01-05 Julien Isorcebuild: enable st/va with nouveau driver
2016-01-05 Julien Isorcenvc0: add support for st/va
2016-01-05 Julien Isorcenouveau: split nouveau_vp3_bsp in begin/next/end
2016-01-05 Julien Isorcest/va: count number of slices
2016-01-04 Ilia Mirkinnvc0: scale up inter_bo size so that it's 16M for a...
2016-01-04 Ilia Mirkinnv50,nvc0: fix crash when increasing bsp bo size for...
2016-01-03 Marek Olšákradeonsi: remove unused parameter from si_shader_binary...
2016-01-03 Marek Olšákradeonsi: move si_shader_binary_upload out of si_shader...
2016-01-03 Marek Olšákgallium/radeon: dump LLVM module outside of radeon_llvm...
2016-01-03 Marek Olšákgallium/radeon: always add +DumpCode to the LLVM target...
2016-01-03 Marek Olšákgallium/radeon: r600_can_dump_shader should get TGSI...
2016-01-03 Marek Olšákradeonsi: pass TGSI processor type to si_shader_binary_...
2016-01-03 Marek Olšákradeonsi: pass TGSI processor type to si_compile_llvm...
2016-01-03 Marek Olšákradeonsi: rename shader parameter definitions and varia...
2016-01-03 Ilia Mirkinnvc0/ir: add support for PK2H/UP2H
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2016-01-03 Ilia Mirkintgsi: update PK2H/UP2H channel behavior info
2016-01-03 Ilia Mirkingallium: document PK2H/UP2H
2016-01-03 Rob Clarkfreedreno/ir3: use NIR_PASS helper macros
2016-01-03 Rob Clarkfreedreno/ir3: we require block_index metadata
2016-01-03 Rob Clarkfreedreno/ir3: refactor NIR IR handling
2016-01-03 Rob Clarkfreedreno/ir3: drop unnecessary unreachable() case
2016-01-03 Samuel Pitoisetgallium/tests: fix build with clang compiler
2016-01-03 Samuel Pitoisetnv50,nvc0: optimize coherent buffer checking at draw...
2016-01-03 Eric Anholtvc4: Fix build from upload changes.
2016-01-02 Nicolai Hähnlegallium/radeon: send LLVM diagnostics as debug messages
2016-01-02 Nicolai Hähnlegallium/radeon: pass pipe_debug_callback into radeon_ll...
2016-01-02 Nicolai Hähnleradeonsi: send shader info as debug messages in additio...
2016-01-02 Nicolai Hähnleradeonsi: pass pipe_debug_callback down into si_shader_...
2016-01-02 Nicolai Hähnlegallium/radeon: implement set_debug_callback
2016-01-02 Marek Olšáku_upload_mgr: allow specifying PIPE_USAGE_* for the...
next