mesa.git
2017-04-29 Neha Bhendesvga: add function svga_linear_to_srgb()
2017-04-29 Neha Bhendeglx: add missing sRGB attribute check in fbconfigs_comp...
2017-04-29 Thomas Hellstromsvga: Add a more elaborate format compatibility determi...
2017-04-29 Tim Rowleyswr/rast: add memory api to SwrGetInterface()
2017-04-29 Tim Rowleyswr/rast: use gather instruction for odd format fetch
2017-04-29 Tim Rowleyswr/rast: enable SIMD16 8x2 tile backend
2017-04-29 Tim Rowleyswr/rast: add SwrInit() to init backend/memory tables
2017-04-29 Tim Rowleyswr/rast: increment depth/stencil tile pointer in SIMD16 BE
2017-04-29 Tim Rowleyswr/rast: add SwrGetInterface() function to return api
2017-04-29 Tim Rowleyswr/rast: enable per-warp scratch space for CS
2017-04-29 Tim Rowleyswr/rast: reduce simd{16}vertex stack for VS output
2017-04-29 Tim Rowleyswr/rast: remove default argument from SwrSync()
2017-04-29 Tim Rowleyswr/rast: remove unused variables in the SIMD16 FE
2017-04-29 Tim Rowleyswr/rast: move construction of const above goto
2017-04-29 Tim Rowleyswr/rast: name threads to aid debugging
2017-04-29 Tim Rowleyswr/rast: disable buffer overrun warning for Assemble()
2017-04-29 Tim Rowleyswr/rast: clean up clipper comments
2017-04-29 Tim Rowleyswr/rast: add SIMDAPI decorators in binner/clipper
2017-04-29 Tim Rowleyswr/rast: add additional jit utility functions
2017-04-29 Tim Rowleyswr/rast: more flexible max attribute slots
2017-04-29 Kenneth Graunkei965: Drop BRW_NEW_CONTEXT from 3DSTATE_DS/GS on Gen7...
2017-04-29 Kenneth Graunkei965: Drop _NEW_TRANSFORM from 3DSTATE_DS/GS on Gen7...
2017-04-29 Kenneth Graunkei965: Set point rasterization rule to UPPER_RIGHT on...
2017-04-29 Kenneth Graunkei965: Always set AALINEDISTANCE_TRUE on Sandybridge.
2017-04-29 Kenneth Graunkei965: Use true AA line distance on G45/Ironlake.
2017-04-28 Andres Gomezdocs: add news item and link release notes for 17.0.5
2017-04-28 Andres Gomezdocs: add sha256 checksums for 17.0.5
2017-04-28 Andres Gomezdocs: add release notes for 17.0.5
2017-04-28 Marek Olšákradeonsi: don't load unused compute shader input SGPRs...
2017-04-28 Marek Olšáktgsi/scan: record compute shader system value usage
2017-04-28 Marek Olšákradeonsi: add a HUD query for draw calls with primitive...
2017-04-28 Marek Olšákradeonsi: tell LLVM not to remove s_barrier instructions
2017-04-28 Marek Olšákradeonsi: fix tess offchip offset for per-patch attributes
2017-04-28 Marek Olšákradeonsi: pass tessellation ring addresses via user...
2017-04-28 Marek Olšákradeonsi: use si_insert_input_ret in si_llvm_emit_tcs_e...
2017-04-28 Marek Olšákradeonsi: remove VS epilog code, compile VS with PrimID...
2017-04-28 Marek Olšákradeonsi: get InstanceID from VGPR1 (or VGPR2 for tess...
2017-04-28 Marek Olšákradeonsi: don't load PrimID in TES if it's not used
2017-04-28 Marek Olšákradeonsi: explain (non-)monolithic shaders
2017-04-28 Marek Olšákradeonsi/gfx9: enable OpenGL 4.5
2017-04-28 Marek Olšákradeonsi/gfx9: 2nd shader of merged shaders should...
2017-04-28 Marek Olšákradeonsi: add reference counting for shader selectors
2017-04-28 Marek Olšákradeonsi/gfx9: set VGT_VERTEX_REUSE for ES in ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: set TES registers for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: disallow scratch buffer for LS-HS and...
2017-04-28 Marek Olšákradeonsi/gfx9: always compile monolithic ES-GS (asynchr...
2017-04-28 Marek Olšákradeonsi/gfx9: add support for monolithic ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: make sure the 1st shader's main part...
2017-04-28 Marek Olšákradeonsi/gfx9: select shader parts for non-monolithic...
2017-04-28 Marek Olšákradeonsi/gfx9: add GS prolog support for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: add VS prolog support for merged ES-GS
2017-04-28 Marek Olšákradeonsi/gfx9: pass GS input SGPRs and VGPRs from the...
2017-04-28 Marek Olšákradeonsi/gfx9: store ES outputs to LDS
2017-04-28 Marek Olšákradeonsi/gfx9: load GS inputs from LDS
2017-04-28 Marek Olšákradeonsi/gfx9: get GS wave ID from the correct input
2017-04-28 Marek Olšákradeonsi/gfx9: add the function signature of merged...
2017-04-28 Marek Olšákradeonsi/gfx9: set registers and shader key for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: add GS user SGPRs
2017-04-28 Marek Olšákradeonsi: rename declare_tess_lds -> declare_lds_as_pointer
2017-04-28 Marek Olšákradeonsi: simplify some shader type conditions
2017-04-28 Marek Olšákradeonsi: rename the swizzle parameter of lds_store
2017-04-28 Marek Olšákradeonsi: add si_shader::prolog2
2017-04-28 Marek Olšákradeonsi/gfx9: move RW_BUFFERS to s[0:1] for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: add support for monolithic merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: set EXEC for non-mono merged shaders...
2017-04-28 Marek Olšákradeonsi/gfx9: don't store the HS control word
2017-04-28 Marek Olšákradeonsi/gfx9: pass inputs from LS to TCS
2017-04-28 Marek Olšákradeonsi/gfx9: add TCS epilog support for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: add VS prolog support for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: merged shaders have scratch offset at...
2017-04-28 Marek Olšákradeonsi/gfx9: define LS-HS main shader function prototype
2017-04-28 Marek Olšákradeonsi: assign VS/TCS/TES/GS shader input parameter...
2017-04-28 Marek Olšákradeonsi/gfx9: define and set LS-HS user SGPRs
2017-04-28 Marek Olšákradeonsi/gfx9: set up shader registers for merged LS-HS
2017-04-28 Marek Olšákradeonsi/gfx9: add initial code generation for non...
2017-04-28 Marek Olšákradeonsi: separate out code for selecting the VS prolog
2017-04-28 Marek Olšákradeonsi/gfx9: add si_shader::previous_stage for merged...
2017-04-28 Marek Olšákradeonsi/gfx9: enlarge num_input_sgprs in shader keys...
2017-04-28 Marek Olšákradeonsi/gfx9: update the summary of shader stage configs
2017-04-28 Marek Olšákradeonsi: adjust the signature of si_get_vs_prolog_key
2017-04-28 Marek Olšákradeonsi: separate out VS prolog key generation
2017-04-28 Marek Olšákradeonsi: separate out VS prolog key printing
2017-04-28 Marek Olšákradeonsi: code shuffling in si_emit_derived_tess_state
2017-04-28 Marek Olšákradeonsi: separate out TGSI initialization of si_shader...
2017-04-28 Marek Olšákst/mesa: use min_index and max_index directly from vbo
2017-04-28 Marek Olšákvbo: set min_index = 0 so gallium can use the value...
2017-04-28 Matt TurnerRevert "glsl: reject image qualifiers with non-image...
2017-04-28 Brian Paulst/mesa: add more fallback gallium formats for GL integ...
2017-04-28 Brian Paulmesa: optimize color_buffer_writes_enabled()
2017-04-28 Brian Paulst/mesa: whitespace clean-ups in st_manager.c
2017-04-28 Matt TurnerRevert "glsl: set vector_elements to 1 for samplers"
2017-04-28 Chad Versaceanv: Drop 'x11' prefix from non-X11 WSI funcs
2017-04-28 Jason Ekstrandanv: Alphabetize KHR extensions
2017-04-28 Emil Velikovac: automake: sort sources list alphabetically
2017-04-28 Emil Velikovac: include all sources in the tarball
2017-04-28 Nicolai Hähnlest/mesa: remove redundant stfb->iface checks
2017-04-28 Nicolai Hähnlest/mesa: don't cast the incomplete framebufer to st_fra...
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: make undef_src and undef_dst const
2017-04-28 Nicolai Hähnlest/glsl_to_tgsi: cleanup using visit_generic_intrinsic
2017-04-28 Nicolai Hähnleglsl: remove the shader_group_vote and shader_ballot...
next