glsl: Change link_functions to use a set
[mesa.git] / src /
2016-08-30 Ian Romanickglsl: Generate code for some constant binary expression...
2016-08-30 Ian Romanickglsl: Generate code for constant unary expression that...
2016-08-30 Ian Romanickglsl: Generate code for constant expressions that have...
2016-08-30 Ian Romanickglsl: Generate code for constant binary expressions...
2016-08-30 Ian Romanickglsl: Generate code for constant binary expressions...
2016-08-30 Ian Romanickglsl: Generate code for constant unary expression that...
2016-08-30 Ian Romanickglsl: Generate code for constant unary expression that...
2016-08-30 Ian Romanickglsl: Begin generating code for the most basic constant...
2016-08-30 Ian Romanickglsl: Convert tuple into a class
2016-08-30 Ian Romanickglsl: Compact a bunch of things onto one line
2016-08-30 Ian Romanickglsl: Sort constant expression handling by IR operand...
2016-08-30 Ian Romanickglsl: Trivial whitespace and punctuation changes
2016-08-30 Ian Romanickglsl: Sort GLSL type enums in switch-statements in...
2016-08-30 Ian Romanickglsl: Always use correct float types in constant expres...
2016-08-30 Ian Romanickglsl: Extract ir_quadop_bitfield_insert implementation...
2016-08-30 Ian Romanickglsl: Extract ir_triop_bitfield_extract implementation...
2016-08-30 Ian Romanickglsl: Extract ir_binop_ldexp implementation to a separa...
2016-08-30 Ian Romanickglsl: Use find_msb_uint to implement ir_unop_find_lsb
2016-08-30 Ian Romanickglsl: Extract ir_unop_find_msb implementation to a...
2016-08-30 Ian Romanickglsl: Extract ir_unop_bitfield_reverse implementation...
2016-08-30 Ian Romanickglsl: Use _mesa_bitcount to implement constant ir_unop_...
2016-08-30 Ian Romanickglsl: Delete spurious comment about mod not taking...
2016-08-30 Ian Romanickglsl: Delete spurious comment about updating ir_express...
2016-08-30 Ian Romanickglsl: Do not generate comments or extra whitespace...
2016-08-30 Ian Romanickglsl: Just access the ir_expression_operation strings...
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation_strings.h from...
2016-08-30 Ian Romanickglsl: Pull operator_strs out to its own file
2016-08-30 Ian Romanickglsl: Generate the ir_last_* values
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation.h from Python
2016-08-30 Jason Ekstrandanv: Rework pipeline caching
2016-08-30 Jason Ekstrandanv: Add a struct for storing a compiled shader
2016-08-30 Jason Ekstrandanv: Add pipeline_has_stage guards a few places
2016-08-30 Jason Ekstrandanv: Remove unused fields from anv_pipeline_bind_map
2016-08-30 Jason Ekstrandanv/pipeline: Properly handle OOM during shader compilation
2016-08-30 Jason Ekstrandanv/allocator: Correctly set the number of buckets
2016-08-30 Jason Ekstrandanv/pipeline: Fix bind maps for fragment output arrays
2016-08-30 Jason Ekstrandanv/descriptor_set: memset anv_descriptor_set_layout
2016-08-30 Eric Engestromanv/wayland: fix assert typo
2016-08-30 Eric Engestromanv/meta: fix unreachable() typo
2016-08-30 Eric Engestromst/nine: fix unreachable() typo
2016-08-30 Eric Engestromglsl: fix unreachable() typo
2016-08-30 Kenneth Graunkeglsl: Initialize outputs[] array in lower_blend_equatio...
2016-08-30 Samuel Pitoisetnvc0: fix indentation in nvc0_screen_init()
2016-08-30 Samuel Pitoisetnvc0: check return value of nvc0_screen_resize_tls_area()
2016-08-30 Samuel Pitoisetnvc0: make use of FAIL_SCREEN_INIT in nvc0_screen_create()
2016-08-30 Samuel Pitoisetnv50/ir: always emit the NDV bit for OP_QUADOP
2016-08-30 Jason Ekstrandintel/blorp: Inline get_vs_entry_size into emit_urb_config
2016-08-30 Tim Rowleyswr: [rasterizer] add archrast instrumentation
2016-08-30 Emil Velikovi915: Check return value of screen->image.loader->getBu...
2016-08-30 Emil Velikovegl/android: remove config post-processing
2016-08-30 Emil Velikovegl/dri2: check if the EGL API is valid before adding...
2016-08-30 Emil Velikovegl/android: annotate static const data as such
2016-08-30 Emil Velikovegl: treat EGL_OPENGL_API as invalid on Android
2016-08-30 Ilia Mirkinnouveau: make color/depth bpp match for pre-nv10 chips
2016-08-30 Ilia Mirkinnouveau: always enable at least one RC
2016-08-30 Ilia Mirkinnouveau: allow NV3x's to be used with nouveau_vieux
2016-08-30 Ilia Mirkinnvc0: undo overzealous enum usage
2016-08-29 Brian Paulsvga: fix a texture readback bug
2016-08-29 Brian Paulsvga: move surface propagation code into new function
2016-08-29 Brian Paulmesa: fix format conversion bug in get_tex_rgba_uncompr...
2016-08-29 Dave Airlieradeonsi: add support for cull distances. (v1.1)
2016-08-29 Timothy Arcerispirv: replace assert with unreachable
2016-08-29 Jason Ekstrandisl/state: Add some asserts about format capabilities
2016-08-29 Jason Ekstrandintel/blorp: Add a format parameter to blorp_fast_clear
2016-08-29 Jason Ekstrandi965: Move blorp into src/intel/blorp
2016-08-29 Jason Ekstrandi965/blorp: Remove the remaining brw prefixes from...
2016-08-29 Jason Ekstrandi965/blorp: Use isl_format_get_depth_format for setting...
2016-08-29 Jason Ekstrandi965: Move the type_size function declartaions to brw_nir.h
2016-08-29 Jason Ekstrandi965: Move get_fast_clear_rect to blorp_clear.c
2016-08-29 Jason Ekstrandi965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve
2016-08-29 Jason Ekstrandi965/blorp: Get rid of most brw and mesa includes
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-29 Jason Ekstrandi965/blorp: Add a fast_clear_op enum
2016-08-29 Jason Ekstrandi965/blorp: Make blorp_addres::buffer a void*
2016-08-29 Jason Ekstrandi965/blorp: Get rid of brw_context
2016-08-29 Jason Ekstrandi965/blorp: Take a blorp_context in compile_nir_shader
2016-08-29 Jason Ekstrandi965/meta_util: Take an isl_device in get_fast_clear_rect
2016-08-29 Jason Ekstrandi965/blorp: Add an "exec" function pointer to blorp_context
2016-08-29 Jason Ekstrandi965/blorp: Remove some i965-isms from genX_blorp_exec.h
2016-08-29 Jason Ekstrandi965/blorp: Move the guts of brw_blorp_exec into genX_b...
2016-08-29 Jason Ekstrandi965/blorp: Pull the guts of blorp_exec into a driver...
2016-08-29 Jason Ekstrandi965/blorp/exec: Refactor to use a new blorp_batch...
2016-08-29 Jason Ekstrandi965/blorp: Add a helper for allocating binding tables...
2016-08-29 Jason Ekstrandi965/blorp: Use BT_INDEX enums for setting up the bindi...
2016-08-29 Jason Ekstrandi965/blorp: Shorten binding table index enum names
2016-08-29 Jason Ekstrandi965/blorp/genX: Add a blorp_surface_reloc helper
2016-08-29 Jason Ekstrandi965/blorp: Use blorp_address in brw_blorp_surface...
2016-08-29 Jason Ekstrandi965/blorp: Pull emit_surface_state into genX_blorp_exec.c
2016-08-29 Jason Ekstrandi965/blorp: Add driver mocs settings to the context
2016-08-29 Jason Ekstrandi965/blorp/genX: Move emit_urb_config into another...
2016-08-29 Jason Ekstrandi965/blorp: Use gen6_upload_urb
2016-08-29 Jason Ekstrandi965/gen6: Refactor gen6_upload_urb
2016-08-29 Jason Ekstrandi965/blorp/genX: Pull emit_3dstate_multisample into...
2016-08-29 Jason Ekstrandi965/blorp/genX: Add helpers for allocating various...
2016-08-29 Jason Ekstrandi965/blorp: Expose the shader cache through function...
2016-08-29 Jason Ekstrandi965/blorp: Add a blorp_context struct and init/finish...
2016-08-29 Mauro Rossiandroid: intel: Flatten the makefile structure
2016-08-29 Jan Veselyclover: Use device cap to query pointer size instead...
2016-08-29 Jan Veselygallium: add cap to export device pointer size
2016-08-29 Brian Paulsvga: s/unsigned/enum pipe_shader_type/
next