mesa.git
2017-08-22 Samuel Pitoisetradeonsi: declare new user SGPR indices for bindless...
2017-08-22 Samuel Pitoisetgallium/util: add new module that allocate "numbers"
2017-08-22 Nicolai Hähnleradeonsi/gfx9: add performance counters
2017-08-22 Nicolai Hähnleradeonsi: extract common code of si_upload_{graphics...
2017-08-22 Nicolai Hähnlegallium: remove unused PIPE_DUMP_* defines
2017-08-22 Nicolai Hähnleddebug: remove dd_draw_record::driver_state_log
2017-08-22 Nicolai Hähnleradeonsi: emit string markers to log context
2017-08-22 Nicolai Hähnleradeonsi: log decompress blits
2017-08-22 Nicolai Hähnleradeonsi: log draw and compute state into log context
2017-08-22 Nicolai HÃ... radeonsi: print saved CS to the log context
2017-08-22 Nicolai Hähnleradeonsi: start using u_log_context for debugging
2017-08-22 Nicolai Hähnleradeonsi: re-order debug state dumping
2017-08-22 Nicolai Hähnleradeonsi: make si_shader_selector_reference globally...
2017-08-22 Nicolai Hähnleradeonsi: add reference count to si_compute
2017-08-22 Nicolai Hähnleradeonsi: implement pipe_context::set_log_context
2017-08-22 Nicolai Hähnleamd/common: split out ac_parse_ib_chunk from ac_parse_ib
2017-08-22 Nicolai Hähnleddebug: add driver log to record dumps
2017-08-22 Nicolai Hähnlegallium: add pipe_context::set_log_context
2017-08-22 Nicolai HÃ... util/log: add auto logger facility
2017-08-22 Nicolai Hähnleutil: add chunk logging module
2017-08-22 Ian Romanickglsl/linker: Make several functions not static
2017-08-22 Jason Ekstrandi965/clear: Quantize the depth clear value based on...
2017-08-22 Timothy Arcerimesa/st: simplify some UBO index logic
2017-08-22 Timothy Arcerii965: enable STD430 packing by default on IVB+
2017-08-22 Timothy Arceriglsl: pass UseSTD430AsDefaultPacking to where it will...
2017-08-22 Timothy Arceriglsl: add get_internal_ifc_packing() type helper
2017-08-22 Timothy Arcerimesa: add UseSTD430AsDefaultPacking constant
2017-08-22 Aaron Watryclover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2017-08-22 Brian Paulmesa: optimize _mesa_attr_zero_aliases_vertex()
2017-08-22 Brian Paulvbo: use new _is_vertex_position() helper in vbo_attrib...
2017-08-22 Brian Paulvbo: make vbo_bind_arrays() static
2017-08-22 Brian Paulsvga: replace gotos with conditionals in array drawing...
2017-08-22 Brian Paulllvmpipe: add some whitespace between functions in...
2017-08-22 Brian Paulmesa: formatting clean-up in syncobj.c
2017-08-22 Brian Paulsvga: whitespace clean-up in svga_draw_private.h
2017-08-22 Timothy Arceridocs: remove link to MissingFunctionality wiki page
2017-08-22 Timothy Arceridocs: remove MSVC testing/building from help wanted
2017-08-22 Timothy Arceridocs: remove automatic testing from help wanted
2017-08-22 Timothy Arceridocs: rename TODOs to Legacy Driver TODOs
2017-08-22 Timothy Arceridocs: remove link to i915g TODOs
2017-08-22 Timothy Arceridocs: remove link to radeonsi TODO wiki page
2017-08-22 Timothy Arcerigallium/docs: remove old llvmpipe TODO
2017-08-22 Timothy Arcerimesa: fix ES only draw if we have vertex positions
2017-08-21 Matt Turnerglsl: Add prototype for udivmod64()
2017-08-21 Matt Turnerglsl: Mark functions static
2017-08-21 Matt Turneri965: Mark functions static
2017-08-21 Matt Turneri965/vec4: Use 'class' src_reg, rather than 'struct...
2017-08-21 Matt Turneri965/vec4: Return float from spill_cost_for_type()
2017-08-21 Matt Turneranv: Move clamp_int64() inside the IVB check
2017-08-21 Matt Turnerglsl: Remove unused private fields
2017-08-21 Matt Turnermesa: Don't compare unsigned for < 0
2017-08-21 Matt Turneregl: Fix inclusion of egl.h+mesa_glinterop.h
2017-08-21 Marek Olšákradeonsi: don't prefetch VBO descriptors if vertex...
2017-08-21 Marek Olšákr600g: don't set up and don't call the fetch shader...
2017-08-21 Matt Turneri965: Optimize reading the destination type
2017-08-21 Matt Turneri965: Mark brw_hw_type_to_reg_type() as a pure function
2017-08-21 Matt Turneri965: Hide the register type hardware encodings
2017-08-21 Matt Turneri965: Stop using hardware register types directly
2017-08-21 Matt Turneri965: Add brw_hw_reg_type_to_letters() and use it in...
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
2017-08-21 Matt Turneri965: Switch to using the logical register types
2017-08-21 Matt Turneri965: Add functions to abstract access to register...
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Index brw_hw_reg_type_to_size()'s table by logica...
2017-08-21 Matt Turneri965: Add a brw_hw_type_to_reg_type() function
2017-08-21 Matt Turneri965: Use a common table to translate logical to hardwa...
2017-08-21 Matt Turneri965: Extract functions dealing with register types...
2017-08-21 Matt Turneri965: Reverse file/type arguments to register type...
2017-08-21 Matt Turneri965: Add support for disassembling 64-bit integer...
2017-08-21 Matt Turneri965: Use separate enums for register vs immediate...
2017-08-21 Matt Turneri965: Reorder brw_reg_type enum values
2017-08-21 Matt Turneri965: Validate destination restrictions with vector...
2017-08-21 Matt Turneri965: Don't let raw-move check be tricked by immediate...
2017-08-21 Matt Turneri965: Only change type of 0.0f to VF if destination...
2017-08-21 Matt Turneri965: Remove CONT/BREAK from instruction compaction...
2017-08-21 Matt Turneri965: Test instruction compaction on all supported...
2017-08-21 Matt Turneri965: Silence signed/unsigned comparison warning
2017-08-21 Matt Turneri965: Move compaction "prepass" into brw_eu_compact.c
2017-08-21 Matt Turneri965: Mark src inst pointer const in compaction code
2017-08-21 Dave Airlievulkan: import 1.0.59 headers and xml.
2017-08-21 Rob HerringAndroid: Fix LLVM duplicated symbols linking for N...
2017-08-21 Andres Gomezdocs: update calendar, add news item and link release...
2017-08-21 Andres Gomezdocs: add sha256 checksums for 17.1.7
2017-08-21 Andres Gomezdocs: add release notes for 17.1.7
2017-08-21 Leo Liust/va: add MJPEG for config
2017-08-21 Leo Liust/va: reallocate surface with YUYV stream
2017-08-21 Leo Liust/va: detect MJPEG format from bitstream
2017-08-21 Leo Liuradeon/uvd: add YUYV format support for target buffer
2017-08-21 Leo Liust/va: reallocate surface when interlaced
2017-08-21 Leo Liuradeon/video: MJPEG not support stacked video buffers
2017-08-21 Leo Liust/va: make surface allocate functions more usefully
2017-08-21 Leo Liuradeon/uvd: reconstruct MJPEG bitstream
2017-08-21 Leo Liust/va: add slice parameter handling for MJPEG
2017-08-21 Leo Liust/va: add huffman table handling for MJPEG
2017-08-21 Leo Liust/va: add iq matrix handling for MJPEG
2017-08-21 Leo Liust/va: add picture parameter handling for MJPEG
2017-08-21 Leo Liust/va: add handles for MJPEG Buffers
2017-08-21 Leo Liust/va: create decoder for MJPEG format
2017-08-21 Leo Liust/va: add MJPEG picture to context
2017-08-21 Leo Liuradeon/video: add MJPEG support
next