mesa.git
2016-02-09 Ilia Mirkinmesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results
2016-02-09 Ilia Mirkinst/mesa: make use of the occlusion predicate query
2016-02-09 Ilia Mirkinnv50: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Ilia Mirkinnv30: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Ilia Mirkinilo: add PIPE_QUERY_OCCLUSION_PREDICATE support
2016-02-09 Nicolai Hähnledraw: use util_pstipple_* function for stipple pattern...
2016-02-09 Nicolai Hähnledraw: use util_pstipple_create_fragment_shader
2016-02-09 Marek Olšákwinsys/radeon: fix a wrong NUM_TILE_PIPES value from...
2016-02-09 Timothy Arcerinir: remove unused nir_variable fields
2016-02-09 Timothy Arceriglsl: remove unrequired forward declaration
2016-02-09 Timothy Arceriglsl: clean up and fix bug in varying linking rules
2016-02-09 Timothy Arceriglsl: simplify ES Vertex/Fragment shader requirements
2016-02-09 Timothy Arceriglsl: simplify required stages for linking rules
2016-02-09 Timothy Arceriglsl: small tidy up now that link_shaders() exits early...
2016-02-09 Timothy Arceriglsl: don't attempt to link empty program
2016-02-09 Matt Turnernir: Recognize open-coded bitfield_reverse.
2016-02-09 Matt Turnernir: Handle large unsigned values in opt_algebraic.
2016-02-09 Matt Turnernir: Do opt_algebraic in reverse order.
2016-02-09 Matt Turnernir: Recognize product of open-coded pow()s.
2016-02-09 Matt Turnernir: Add opt_algebraic rules for xor with zero.
2016-02-09 Timothy Arceriglsl: validate arrays of arrays on empty type delclarations
2016-02-09 Kenneth Graunkei965: Use nir_lower_load_const_to_scalar().
2016-02-09 Timothy Arcerimesa: remove now unused sampler index handing code
2016-02-09 Timothy Arcerimesa: compute sampler index in ir_to_mesa rather than...
2016-02-09 Kenneth Graunkei965: Don't add barrier deps for FB write messages.
2016-02-09 Dave Airliest/mesa: enable AoA for gallium drivers reporting GLSL...
2016-02-09 Dave Airliest/mesa: add atomic AoA support
2016-02-09 Dave Airliemesa: drop unused nonconst sampler functions.
2016-02-09 Dave Airliest/mesa: handle indirect samplers in arrays/structs...
2016-02-09 Dave Airlieglsl/ir: add param index to variable.
2016-02-08 Francisco Jerezi965: Rename define for the PIPE_CONTROL DC flush bit.
2016-02-08 Francisco Jerezi965: Invalidate state cache before L3 partitioning...
2016-02-08 Francisco Jerezi965: Fix cache pollution race during L3 partitioning...
2016-02-08 Francisco Jerezi965/fs: Don't emit unnecessary SEL instruction from...
2016-02-08 Matt Turneri965/vec4: Update vec4 unit tests for commit 01dacc83ff.
2016-02-08 Brian Pauldri/common: include debug_output.h to silence warning
2016-02-08 Brian Paultgsi: minor whitespace fixes in tgsi_scan.c
2016-02-08 Brian Paultgsi: s/true/TRUE/ in tgsi_scan.c
2016-02-08 Brian Paultgsi: use switches instead of big if/else ifs
2016-02-08 Brian Paultgsi: break gigantic tgsi_scan_shader() function into...
2016-02-08 Brian Paulst/mesa: minor formatting fixes in st_cb_bitmap.c
2016-02-08 Brian Paulmesa: move GL_ARB_debug_output code into new debug_outp...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug_s...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_staging...
2016-02-08 Brian Paulgallium/util: switch over to new u_debug_image.[ch...
2016-02-08 Brian Paulgallium/util: put image dumping functions into separate...
2016-02-08 Brian Paulgallium/util: whitespace, formatting fixes in u_debug.c
2016-02-07 Samuel Pitoisettrace: add missing pipe_context::clear_texture()
2016-02-07 Samuel Pitoisettrace: remove useless MALLOC() in trace_context_draw_vbo()
2016-02-07 Vinson Leemesa/extensions: Fix NVX_gpu_memory_info lexicographica...
2016-02-07 Ilia Mirkinglsl: return cloned signature, not the builtin one
2016-02-07 Ilia Mirkinglsl: make sure builtins are initialized before getting...
2016-02-06 Samuel Pitoisettgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding...
2016-02-06 Timothy Arceriglsl: don't generate transform feedback candidate when...
2016-02-06 Timothy Arceriglsl: replace unreachable code with an assert()
2016-02-06 Jan Veselyr600, compute: Do not overwrite pipe_resource.screen
2016-02-05 Jan Veselyr600g: Ignore format for PIPE_BUFFER targets
2016-02-05 Marek Olšákmesa/get: fix a breakage after rebase
2016-02-05 Matt Turneri965/vec4: don't copy ATTR into 3src instructions with...
2016-02-05 Marek Olšákdocs/relnotes: document memory info extensions
2016-02-05 Marek Olšákgallium/radeon: implement query_memory_info (v2)
2016-02-05 Marek Olšákst/mesa: implement and enable memory info extensions...
2016-02-05 Marek Olšákmesa: implement GL_ATI_meminfo (v2)
2016-02-05 Marek Olšákmesa: implement GL_NVX_gpu_memory_info (v2)
2016-02-05 Marek Olšákgallium: add interface for querying memory usage and...
2016-02-05 Marek Olšákgallium/radeon: remove radeon_info::r600_tiling_config
2016-02-05 Marek Olšákgallium/radeon: get pipe_interleave_bytes AKA group_byt...
2016-02-05 Marek Olšákgallium/radeon: set num_banks in the winsys
2016-02-05 Marek Olšákgallium/radeon: just get num_tile_pipes from the winsys
2016-02-05 Marek Olšákwinsys/amdgpu: add an assertion to cik_get_num_tile_pip...
2016-02-05 Marek Olšákwinsys/amdgpu: remove an r600-only setting
2016-02-05 Marek Olšákgallium/radeon: rename & reorder members of radeon_info
2016-02-05 Steinar H.... mesa: Fix locking of GLsync objects.
2016-02-05 Nicolai Hähnleradeonsi: add placeholder MC and SRBM performance count...
2016-02-05 Nicolai Hähnleradeonsi: re-order the SQ_xx performance counter blocks
2016-02-05 Nicolai Hähnleradeonsi: re-order the perfcounter hardware blocks
2016-02-05 Nicolai Hähnlegallium/radeon: add GPIN driver query group
2016-02-05 Nicolai Hähnleradeonsi: Allow dumping LLVM IR before optimization...
2016-02-05 Nicolai Hähnlegallium/radeon: emit LLVM `ret void` before radeon_llvm...
2016-02-05 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when constan...
2016-02-05 Nicolai Hähnlest/mesa: bail out of try_pbo_upload_common when vertex...
2016-02-05 Nicolai Hähnlest/mesa: reduce the scope of sampler_view in try_pbo_up...
2016-02-05 Nicolai Hähnlest/mesa: do uploads earlier in try_pbo_upload_common
2016-02-05 Neil Robertsmain: Use a derived value for the default sample count
2016-02-05 Neil Robertsprogram: Use _mesa_geometric_samples to calculate gl_Nu...
2016-02-05 Neil Robertsmain: Use _mesa_geometric_samples to calculate GL_SAMPL...
2016-02-05 Neil Robertsmain: Use _mesa_geometric_samples to calculate the...
2016-02-05 Ilia Mirkinnvc0: avoid negatives in PUSH_SPACE argument
2016-02-05 Ilia Mirkinnvc0: add some missing PUSH_SPACE's
2016-02-05 Ilia Mirkinnvc0/ir: fix converting between predicate and gpr
2016-02-05 Ilia Mirkinnvc0: add support for ARB_query_buffer_object
2016-02-05 Ilia Mirkinst/mesa: add query buffer support
2016-02-05 Ilia Mirkingallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
2016-02-05 Ilia Mirkingallium: add a way to store query result into buffer
2016-02-05 Ilia Mirkinmesa: add core implementation of ARB_query_buffer_object
2016-02-05 Ilia Mirkinmesa: add driver interface for writing query results...
2016-02-05 Rafal Mielniczukmesa: Handle QUERY_BUFFER_BINDING in GetIntegerv
2016-02-05 Rafal Mielniczukmesa: Add QueryBuffer to context
2016-02-05 Rafal Mielniczukmesa: Add ARB_query_buffer_object extension flag
2016-02-05 Rafal Mielniczukglapi: Add xml infrastructure for ARB_query_buffer_object
next