swr/rast: support llvm 3.9 type declarations
[mesa.git] / src / mesa /
2018-01-25 Juan A. Suarez Romeromesa: add missing RGB9_E5 format in _mesa_base_fbo_format
2018-01-25 Jason Ekstrandi965: Stop disabling aux during texture preparation
2018-01-25 Jason Ekstrandi965/draw: Set NEW_AUX_STATE when draw aux changes
2018-01-25 Jason Ekstrandi965: Replace draw_aux_buffer_disabled with draw_aux_usage
2018-01-25 Jason Ekstrandi965/surface_state: Drop brw_aux_surface_disabled
2018-01-25 Jason Ekstrandi965/miptree: Add an aux_disabled parameter to render_a...
2018-01-25 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish_render
2018-01-25 Timothy Arcerist/glsl_to_nir: remove reallocation of sampler/image...
2018-01-24 Greg Vmeson: fix missing dependencies
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: remove now unneeded assert.
2018-01-24 Gert Wollnymesa/st/tests: Add tests for lifetime tracking with...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add tracking of indirect addressi...
2018-01-24 Gert Wollnymesa/st/tests: Add tests for improved tracking of tempo...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add tracking of ifelse writes...
2018-01-24 Gert Wollnymesa/st/tests: cleanup whitespace usage and correct...
2018-01-24 Gert Wollnymesa/st/tests: unify MockCodeLine* classes
2018-01-24 Gert Wollnymesa/st/tests: Fix zero-byte allocation leaks
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add some operators for glsl_to_tg...
2018-01-24 Gert Wollnymesa/program: Add missing file types to printout
2018-01-24 Brian Paulvbo: fix incorrect min/max_index values in display...
2018-01-24 Brian Paulvbo: whitespace/formatting fixes in vbo_split_inplace.c
2018-01-24 Brian Paulvbo: whitespace/formatting fixes in vbo.h
2018-01-24 Brian Paulvbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
2018-01-24 Brian Paulvbo: remove unused vbo_any_varyings_in_vbos() function
2018-01-24 Brian Paulvbo: remove unneeded #includes
2018-01-24 Brian Paulvbo: remove vbo_context.h and change includes to use...
2018-01-24 Brian Paulvbo: move remaining items from vbo_context.h to vbo.h
2018-01-24 Brian Paulvbo: move VBO-private types, prototypes, etc. into...
2018-01-24 Brian Paulmesa: use new _vbo_install_exec_vtxfmt() function
2018-01-24 Brian Paulnouveau: remove vbo_context() call
2018-01-24 Brian Pauli965: use vbo_set_[indirect]_draw_func()
2018-01-24 Brian Paulvbo: move vbo_sizeof_ib_type() into vbo_exec_array.c
2018-01-24 Brian Paulmesa: move vbo_count_tessellated_primitives() to api_va...
2018-01-24 Brian Paulmesa: update comment on gl_display_list
2018-01-24 Brian Paulmesa: whitespace clean-ups in mtypes.h
2018-01-24 Brian Paulmesa: remove unused MAT_INDEX_AMBIENT/DIFFUSE/SPECULAR...
2018-01-24 Brian Paulvbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save...
2018-01-24 Brian Paulvbo: replace assert(0) with unreachable()
2018-01-24 Brian Paulvbo: fix, add comment in vbo_save.h
2018-01-24 Brian Paulvbo: whitespace, formatting fixes in vbo_split.[ch]
2018-01-24 Topi Pohjolaineni965: Don't try to disable render aux buffers for compute
2018-01-23 Eric Engestromradeon: remove left over dead code
2018-01-22 Kenneth Graunkei965: Drop render_target_start from binding table struct.
2018-01-22 Emil Velikovi965: make brw_context::num_samples unsigned int
2018-01-22 Emil Velikovst/mesa: provide static inline st_init_vdpau_functions
2018-01-22 Chris Wilsoni965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
2018-01-22 Jason Ekstrandi965: Set tiling on BOs imported with modifiers
2018-01-22 Jason Ekstrandi965/bufmgr: Add a create_from_prime_tiled function
2018-01-22 Jason Ekstrandi965/miptree: Use the tiling from the modifier instead...
2018-01-22 Jason Ekstrandi965/miptree: Add an explicit tiling parameter to creat...
2018-01-21 Eric Anholtmesa: Only require independent blending for GLES 3.2.
2018-01-20 Kenneth Graunkei965: Delete completely bogus comment
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-19 Kenneth Graunkei965: Avoid problems from referencing orphaned BOs...
2018-01-19 Kenneth Graunkei965: Rename 'aux' to 'prog_data' in program cache.
2018-01-19 Gert Wollnymesa/program: Fix -Wunused-param warning
2018-01-19 Gert Wollnymesa/program/prog_execute.c: Silence -Wunused-param
2018-01-19 Gert Wollnymesa: Make numSamples an unsigned int
2018-01-18 Brian Paulvbo: fix VBO optimization regression
2018-01-18 Kenneth Graunkei965: Bind null render targets for shadow sampling...
2018-01-18 Mario Kleineri965/screen: Allow drirc to set 'allow_rgb10_configs...
2018-01-18 Rob Clarkmesa/st: translate SO info in glsl_to_nir() case
2018-01-17 Kenneth Graunkei965: Pass brw_growing_bo to grow_buffer().
2018-01-17 Kenneth Graunkei965: Make a helper for recreating growing buffers.
2018-01-17 Kenneth Graunkei965: Replace cpu_map pointers with a "use_shadow_copy...
2018-01-17 Marek Olšákst/mesa: assume that user constant buffers are always...
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákst/mesa: expose ARB_sync unconditionally
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2018-01-17 Brian Paulmesa: move gl_external_samplers() to program.[ch]
2018-01-17 Brian Paulst/mesa: include util/bitscan.h in st_glsl_to_tgsi_temp...
2018-01-17 Brian Paulmesa: remove unneeded #includes of main/compiler.h
2018-01-17 Brian Paulst/mesa: remove unneeded #includes of main/compiler.h
2018-01-17 Brian Paulst/mesa: include main/compiler.h in st_cb_queryobj.c
2018-01-17 Brian Paulmesa: include util/macros.h in format_fallback.c
2018-01-17 Brian Paulmesa/program: change validate_inputs() local var 'input...
2018-01-17 Brian Paulvbo: reindent vbo_attrib.h to use 3 spaces
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_exec_api.c
2018-01-17 Brian Paulvbo: add assertions, comments in vbo_exec_api.c
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_exec_draw.c
2018-01-17 Brian Paulvbo: use inputs_read var to simplify code
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_split_copy.c
2018-01-17 Brian Paulvbo: use a new local 'array' variable in bind_vertex_li...
2018-01-17 Brian Paulvbo: remove unneeded #includes in vbo_context.c
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_context.c
2018-01-17 Brian Paulvbo: change vbo_context attribute map arrays to GLubyte
2018-01-17 Brian Paulvbo: lift common code out of switch cases
2018-01-17 Brian Paulvbo: optimize some display list drawing (v2)
2018-01-17 Brian Paulvbo: rewrite some code in playback_copy_to_current()
2018-01-17 Brian Paulvbo: add some comments in vbo_save_api.c
2018-01-17 Brian Paulvbo: rename some functions in vbo_save_api.c
2018-01-17 Brian Paulvbo: rename some functions in vbo_save_draw.c
2018-01-17 Brian Paulvbo: add comment that vbo_save_vertex_list::buffer_offs...
2018-01-17 Brian Paulvbo: minor code simplification in _save_compile_vertex_...
2018-01-17 Brian Paulvbo: rename prim to prims
2018-01-17 Brian Paulvbo: removed unused ctx parameter for alloc_prim_store()
2018-01-17 Brian Paulvbo: rename vbo_save_context::buffer to buffer_map
2018-01-17 Brian Paulvbo: remove unused vbo_save_context::count field
2018-01-17 Brian Paulvbo: s/GLuint/GLbitfield/ for vbo_save_context::replay_...
2018-01-17 Brian Paulvbo: rename vbo_save_vertex_list::count to vertex_count
next