mesa.git
2016-08-23 Dave Airliei965: use new subroutine index uploader.
2016-08-23 Dave Airliemesa: add api to write subroutine indicies to the progr...
2016-08-23 Dave Airliemesa/subroutines: start adding per-context subroutine...
2016-08-22 Matt Turnervbo: Make #if 0'd debugging code compile.
2016-08-22 Timothy Arcerinir: avoid segfault when ssa src not found
2016-08-22 Eric Anholtvc4: Tell state_tracker that we would prefer NIR.
2016-08-22 Eric Anholtst/nir: Trim out unused VS input variables.
2016-08-22 Eric Anholtnir: Fix crash in nir_lower_drawpixels.
2016-08-22 Eric Anholtnir: Fix a comment typo in nir_lower_drawpixels.
2016-08-22 Eric Anholtvc4: Use proper type sizes for uniforms.
2016-08-22 Eric Anholtvc4: Add VARYING_SLOT_PNTC support.
2016-08-22 Eric Anholtvc4: Fix vc4_nir_lower_io for non-vec4 I/O.
2016-08-22 Eric Anholtnir: Define system values for vc4's blending-lowering...
2016-08-22 Lionel Landwerlinanv: GetDeviceImageFormatProperties: fix TRANSFER formats
2016-08-22 Marek Olšákgallium/hud: round max_value to print nicely rounded...
2016-08-22 Marek Olšákgallium/hud: generalize code for drawing numbers next...
2016-08-22 Marek Olšákgallium/hud: draw numbers with 3 decimal places if...
2016-08-22 Marek Olšákgallium/hud: use sRGB for nicer AA lines
2016-08-22 Marek Olšákgallium/hud: use AA lines for graphs
2016-08-22 Marek Olšákgallium/hud: don't enable blending for all objects
2016-08-22 Tapani Pälliutil: add assert that key cannot be NULL on insertion
2016-08-22 Tapani Pälliglsl: fix key used for hashing switch statement cases
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen{8,9} static
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen{7,75} stati...
2016-08-20 Mauro Rossiandroid: i965: add per-gen libmesa_i965_gen6 static...
2016-08-20 Kenneth Graunkeglsl: Rename link_fs_input_layout_qualifiers to "inout".
2016-08-20 Matt Turneri965/cfg: Factor common code out of switch statement.
2016-08-20 Jason Ekstrandanv: Give the installed intel_icd.json file an absolute...
2016-08-20 Daniel Scharrermesa: Fix fixed function spot lighting on newer hardwar...
2016-08-20 Matt Turneri965: Remove comment within a comment.
2016-08-20 Roland Scheideggerllvmpipe: fix issues with depth clamp
2016-08-20 Roland Scheideggerllvmpipe: fix depth clamping wrt reversed near/far...
2016-08-19 Matt Turneri965/sched: Simplify work done by add_barrier_deps().
2016-08-19 Matt Turneri965/vec4: Ignore swizzle of VGRF for use by var_range_...
2016-08-19 Matt Turneri965/vec4: Print spills:fills.
2016-08-19 Ilia Mirkina4xx: make sure to actually clamp depth as requested
2016-08-19 Ilia Mirkina4xx: only disable depth clipping, not all clipping...
2016-08-19 Eric Anholtvc4: Switch store_output to using nir_lower_io_to_scala...
2016-08-19 Eric Anholtvc4: Use the intrinsic's first_component for vattr...
2016-08-19 Eric Anholtvc4: Convert to using nir_lower_io_scalar for FS inputs.
2016-08-19 Eric Anholtvc4: Switch to using the intrinsic accessors.
2016-08-19 Eric Anholtnir: Add an IO scalarizing pass using the intrinsic...
2016-08-19 Eric Anholtnir: Add nir_builder support for individual system...
2016-08-19 Eric Anholtnir: Move the undef of nir_intrinsics.h macros to the .h.
2016-08-19 Eric Anholtttn: Use nir_load_front_face instead of the TGSI-style...
2016-08-19 Eric Anholtnir: Use the system-value front face for twoside lowering.
2016-08-19 Eric Anholtttn: Make FRAG_RESULT_DEPTH be a float variable to...
2016-08-19 Eric Anholtvc4: Dump the TGSI before trying to convert it to NIR.
2016-08-19 Boyuan Zhangradeon/vce: set flag based on dual instance enablement
2016-08-19 Boyuan Zhangst/va: enable dual instances encode by sync surface
2016-08-19 Jason Ekstrandi965/blorp: Remove no longer used state setup helpers
2016-08-19 Jason Ekstrandi965/blorp: Use genxml for gen8-9 state setup
2016-08-19 Jason Ekstrandi965/blorp: Use genxml for gen7 state setup
2016-08-19 Jason Ekstrandi965/blorp: Add genxml-based vertex setup helpers
2016-08-19 Jason Ekstrandi965/blorp: Add a helper for emitting surface states
2016-08-19 Jason Ekstrandi965/blorp: Add genxml-based sampler state emit function
2016-08-19 Jason Ekstrandi965/blorp: Add genxml-based dynamic state emit functions
2016-08-19 Jason Ekstrandi965: Move gen6_blorp.c to a file that gets recompiled...
2016-08-19 Jason Ekstrandi965/blorp/gen6: Use genxml packing structs for state...
2016-08-19 Jason Ekstrandi965/blorp: Stop setting point and line rasterization...
2016-08-19 Jason Ekstrandi965/blorp/gen8: Move viewport setup to after wm state
2016-08-19 Jason Ekstrandi965/blorp/gen6-7: Move multisample setup to right...
2016-08-19 Jason Ekstrandi965/blorp/gen6-7: Move surfaces and samplers closer...
2016-08-19 Jason Ekstrandi965/blorp/gen7-8: Emit depth stencil state with CC...
2016-08-19 Jason Ekstrandi965/blorp/gen6: Move constant disables higher up
2016-08-19 Jason Ekstrandi965/blorp: Don't clear an empty region
2016-08-19 Jason Ekstrandi965/blorp: Move the non-static blorp state setup helpe...
2016-08-19 Jason Ekstrandi965/blorp: Make gen6 VS and GS disable helpers static
2016-08-19 Jason Ekstrandi965: Roll intel_reg.h into brw_defines.h
2016-08-19 Jason Ekstrandi965: Stop including brw_defines.h in brw_state.h
2016-08-19 Jason Ekstrandi965/state: Move is_drawing_lines/points to gen6_clip_s...
2016-08-19 Jason Ekstrandgenxml/gen9: Make 3DSTATE_SBE::AttributeActiveComponent...
2016-08-19 Jason Ekstrandgenxml: Add a uint MOCS field to VERTEX_BUFFER_STATE
2016-08-19 Jason Ekstrandgenxml: Make a couple of VERTEX_BUFFER_STATE fields...
2016-08-19 Jason Ekstrandgenxml: Make VERTEX_ELEMENT_STATE::Valid a bool
2016-08-19 Jason Ekstrandgenxml/gen6: Make SAMPLER_STATE look a bit more like...
2016-08-19 Jason Ekstrandgenxml: Add a uint MOCS field to DEPTH_BUFFER packets
2016-08-19 Jason Ekstrandgenxml/gen6: Make "Depth Clear Value" a uint
2016-08-19 Jason Ekstrandgenxml/gen6: Add the 3D_Prim_Topo_Type enum
2016-08-19 Jason Ekstrandgenxml/gen6: Fix the length of 3DSTATE_WM
2016-08-19 Jason Ekstrandgenxml/gen6: Add a Surface Base Address field to HIER_D...
2016-08-19 Jason Ekstrandgenxml/gen6: Add uint MOCS fields for most things
2016-08-19 Kenneth Graunkenir: Rely on the fact that bcsel takes a well formed...
2016-08-19 Francisco Jerezi965/sched: Change the scheduling heuristics to favor...
2016-08-19 Francisco Jerezi965/sched: Assign a preferred exit node to each node...
2016-08-19 Francisco Jerezi965/sched: Calculate the critical path of scheduling...
2016-08-19 Francisco Jerezi965/fs: Switch to per-subspan discard jumps.
2016-08-19 Francisco Jerezi965/fs: Drop bogus writemasking disable bit from HALT...
2016-08-19 Ilia Mirkinmesa: avoid valgrind warning due to opaque only being...
2016-08-19 Ilia Mirkinvbo: remove unnecessary max_basevertex computation
2016-08-19 Ilia Mirkinvbo: add basevertex when looking up elements for vbo...
2016-08-18 Marek Olšákradeonsi: initialize and finalize the LLVM function...
2016-08-18 Emil Velikovisl: automake: use VISIBILITY_CFLAGS to restrict symbol...
2016-08-18 mil Velikovanv: remove dummy VK_DEBUG_MARKER_EXT entry points
2016-08-18 Emil Velikovanv: do not export the Vulkan API
2016-08-18 Emil Velikovanv: automake: build with -Bsymbolic
2016-08-18 Emil Velikovanv: automake: use VISIBILITY_CFLAGS to restrict symbol...
2016-08-18 Emil Velikovanv: remove internal 'validate' layer
2016-08-18 Kenneth Graunkenir/search: Extend 'a@bool' to handle a couple of syste...
2016-08-18 Kenneth Graunkenir/search: Fold src_is_bool()/alu_instr_is_bool()...
next