mesa: add scaffolding for OES/EXT_primitive_bounding_box
[mesa.git] / src /
2016-08-31 Ilia Mirkinmesa: add scaffolding for OES/EXT_primitive_bounding_box
2016-08-31 Timothy Arceriaubinator: fix if indentation and add brackets to multi...
2016-08-30 Francisco Jerezi965/fs: Assert that the number of color targets is...
2016-08-30 Francisco Jerezglsl: Fix gl_program::OutputsWritten computation for...
2016-08-30 Francisco Jerezglsl: Fix incorrect hard-coded location of the gl_Secon...
2016-08-30 Francisco Jerezst/glsl_to_tgsi: Use SecondaryOutputsWritten to determi...
2016-08-30 Francisco Jerezglsl: Calculate bitset of secondary outputs written...
2016-08-30 Ian Romanickglsl: Fix typo in comment
2016-08-30 Ian Romanickglsl: Replace most assertions with unreachable()
2016-08-30 Ian Romanickglsl: Refactor handling of horizontal operations
2016-08-30 Ian Romanickglsl: Use constant_template_horizontal instead of const...
2016-08-30 Ian Romanickglsl: Eliminate constant_template2
2016-08-30 Ian Romanickglsl: Eliminate constant_template5
2016-08-30 Ian Romanickglsl: Eliminate constant_template0
2016-08-30 Ian Romanickglsl: Eliminate one of the templates for simpler operations
2016-08-30 Ian Romanickglsl: Use the generated constant expression code
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_csel expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_lrp expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_quadop_vector expre...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_quadop_bitfield_ins...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_vector_insert...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_vector_extrac...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_mul expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_triop_fma and ir_tr...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_dot expressions
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_lshift and...
2016-08-30 Ian Romanickglsl: Generate code for constant ir_binop_ldexp expressions
2016-08-30 Ian Romanickglsl: Generate code for constant unary expressions...
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
next