mesa.git
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-09-01 Eric Anholtvc4: Add missing break statement.
2016-08-31 Brian Paulgallium/docs: clarify render_condition_enabled paramete...
2016-08-31 Jason Ekstrandmesa: Add some more .gitignore
2016-08-31 Matt Turneri965: Pass start_offset to brw_set_uip_jip().
2016-08-31 Kenneth Graunkei965: Merge gen7_clip_state atom into gen6_clip_state...
2016-08-31 Kenneth Graunkei965: Use gs_prog_data in is_drawing_points/lines().
2016-08-31 Kenneth Graunkei965: Fix missing dirty bits related to is_drawing_poin...
2016-08-31 Samuel Pitoisetnvc0: remove an attempt at uploading all IMMD into...
2016-08-31 Samuel Pitoisetnv50: remove unused nv50_program::immd_size field
2016-08-31 Ilia Mirkinnv30: set usage to staging so that the buffer is alloca...
2016-08-31 Frank Binnsegl/x11_dri3: provide an authentication function
2016-08-31 Frank Binnsegl/x11_dri3: disable WL_bind_wayland_display for devic...
2016-08-31 Jose Fonsecascons: Fix MinGW cross compilation.
2016-08-31 Ilia Mirkinnv30: only bail on color/depth bpp mismatch when surfac...
2016-08-31 Kenneth Graunkeglsl: Handle patch qualifier on interface blocks.
2016-08-31 Ilia Mirkini965: enable OES_primitive_bounding_box with the no...
2016-08-31 Ilia Mirkinst/mesa: provide the null implementation of bounding...
2016-08-31 Ilia Mirkinglsl: add gl_BoundingBox and associated varying slots
2016-08-31 Ilia Mirkinmesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage...
2016-08-31 Ilia Mirkinmesa: add scaffolding for OES/EXT_primitive_bounding_box
2016-08-31 Ilia Mirkindocs: add GL_OES_viewport_array to features
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 Engestromdocs/helpwanted: fix GL3.txt/features.txt link
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 Eric Engestromget_reviewer.pl: fix mesa check
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...
next