i965: Handle TCS inputs and TES outputs.
[mesa.git] / src / mesa / drivers /
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Partially convert _mesa_meta_DrawTex to DSA
2015-11-24 Ian Romanickmeta: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanickmeta: Use internal functions for buffer object and...
2015-11-24 Ian Romanickmeta: Use DSA functions for VBOs in _mesa_meta_setup_ve...
2015-11-24 Ian Romanickmeta: Track VBO using gl_buffer_object instead of GL...
2015-11-24 Ian Romanickmeta: Don't leave the VBO bound after _mesa_meta_setup_...
2015-11-24 Ian Romanicki965: Use _mesa_NamedBufferSubData for users of _mesa_m...
2015-11-24 Ian Romanickmeta: Use _mesa_NamedBufferData and _mesa_NamedBufferSu...
2015-11-24 Ian Romanickmeta: Use DSA functions for PBO in create_texture_for_pbo
2015-11-24 Ian Romanicki965: Don't pollute the buffer object namespace in...
2015-11-24 Ian Romanicki965: Use internal functions for buffer object access
2015-11-24 Ian Romanicki965: Use DSA functions for VBOs in brw_meta_fast_clear
2015-11-24 Ian Romanicki965: Pass brw_context instead of gl_context to brw_dra...
2015-11-24 Kenneth GraunkeRevert "i965: Combine assembly annotations if possible."
2015-11-24 Matt Turneri965: Clean up #includes in the compiler.
2015-11-24 Matt Turneri965: Move brw_new_shader and brw_link_shader prototype...
2015-11-24 Matt Turneri965: Compile brw_cs_fill_local_id_payload() as C.
2015-11-24 Matt Turneri965: Move MRF macros from brw_inst.h to brw_eu.h.
2015-11-24 Matt Turneri965: Drop #include of main/glheader.h.
2015-11-24 Matt Turneri965: Push down inclusion of brw_program.h.
2015-11-24 Matt Turneri965: Mark functions called from C as extern "C".
2015-11-24 Matt Turneri965: Push down inclusion of vbo/vbo.h.
2015-11-24 Matt Turneri965: Remove duplicate #includes.
2015-11-24 Matt Turneri965: Remove unneeded forward declarations.
2015-11-24 Matt Turneri965: Mark count_trailing_one_bits() static.
2015-11-24 Matt Turneri965: Remove useless gen6_blorp.h/gen7_blorp.h headers.
2015-11-24 Matt Turneri965: Prevent implicit upcasts to brw_reg.
2015-11-24 Matt Turneri965: Use scope operator to ensure brw_reg is interpret...
2015-11-24 Matt Turneri965: Use implicit backend_reg copy-constructor.
2015-11-24 Matt Turneri965: Add and use backend_reg::equals().
2015-11-24 Rob Clarkutil: move brw_env_var_as_boolean() to util
2015-11-23 Jason Ekstrandi965: Use NIR for lowering texture swizzle
2015-11-23 Jason Ekstrandi965: Use nir_lower_tex for texture coordinate lowering
2015-11-23 Jason Ekstrandi965/fs: Stomp the texture return type to UINT32 for...
2015-11-23 Jason Ekstrandnir/lower_tex: Report progress
2015-11-23 Jason Ekstrandi965: Move postprocess_nir to codegen time
2015-11-23 Jason Ekstrandi965/nir: Split shader optimization and lowering into...
2015-11-23 Jason Ekstrandi965: Use ull immediates in brw_inst_bits
2015-11-23 Neil Robertsi965: Handle lum, intensity and missing components...
2015-11-23 Jason Ekstrandnir: s/nir_type_unsigned/nir_type_uint
2015-11-23 Connor Abbotti965/fs: add stride restrictions for copy propagation
2015-11-23 Connor Abbotti965/fs: don't propagate cmod when the exec sizes differ
2015-11-23 Connor Abbotti965/fs: respect force_sechalf/force_writemask_all...
2015-11-23 Connor Abbotti965: fix 64-bit immediates in brw_inst(_set)_bits
2015-11-23 Connor Abbotti965/fs: print non-1 strides when dumping instructions
2015-11-22 Kenneth Graunkei965: Fix num_uniforms count for scalar GS.
2015-11-21 Matt Turneri965: Test that nonrepresentable floats cannot be conve...
2015-11-21 Matt Turneri965: Use ldexpf() in VF float test set up.
2015-11-21 Matt Turneri965/vec4: Initialize nir_inputs with src_reg().
2015-11-21 Matt Turneri965/fs: Add support for gl_HelperInvocation system...
2015-11-21 Matt Turneri965: Add brw_imm_uv().
2015-11-21 Matt Turneri965: Don't bother setting regioning on immediates.
2015-11-20 Ben Widawskyi965/gen9: Support fast clears for 32b float
2015-11-20 Ben WidawskyRevert "i965/gen9: Enable rep clears on gen9"
2015-11-20 Ben WidawskyRevert "i965/gen9: Disable MCS for 1x color surfaces"
2015-11-20 Ben Widawskyi965/meta/gen9: Individually fast clear color attachments
2015-11-20 Ben Widawskyi965/skl: skip fast clears for certain surface formats
2015-11-20 Ben Widawskyi965: Add lossless compression to surface format table
2015-11-20 Ben Widawskyi965/skl: Add fast color clear infrastructure
2015-11-20 François Tigeotxmlconfig: Add support for DragonFly
2015-11-20 Ian Romanicki965: Enable EXT_shader_samples_identical
2015-11-20 Ian Romanicki965/vec4: Handle nir_tex_src_ms_index more like the...
2015-11-20 Ian Romanicknir: Add nir_texop_samples_identical opcode
2015-11-20 Rob Clarknir: add nir_var_all enum
2015-11-19 Matt Turneri965: Drop IMM fs_reg/src_reg -> brw_reg conversions.
2015-11-19 Matt Turneri965/vec4: Replace src_reg(imm) constructors with brw_i...
2015-11-19 Matt Turneri965/fs: Use brw_imm_uw().
2015-11-19 Matt Turneri965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
2015-11-19 Matt Turneri965: Make brw_imm_vf4() take 8-bit restricted floats.
2015-11-18 Kenneth Graunkei965: Allow indirect GS input indexing in the scalar...
2015-11-18 Jason Ekstrandi965/nir: Add hooks for testing nir_shader_clone
2015-11-18 Kenneth Graunkei965/nir: Validate that NIR passes call nir_metadata_pr...
2015-11-18 Kenneth Graunkei965/nir: Add OPT() and OPT_V() macros for invoking...
2015-11-18 Kenneth Graunkei965: Add enums for 3DSTATE_TE field values.
2015-11-18 Ian Romanickmeta/generate_mipmap: Don't leak the framebuffer object
2015-11-18 Neil Robertsi965: Prevent fast clears for MSRTs on SKL
2015-11-18 Kenneth Graunkei965: Fix PIPE_CONTOL typo.
2015-11-17 Ben Widawskyi965: Add assertion for src_stencil payload size
2015-11-17 Kenneth Graunkei965: Implement ARB_pipeline_statistics_query tessellat...
2015-11-17 Kenneth Graunkei965: Add INTEL_DEBUG=shader_time support for tessellat...
2015-11-17 Kenneth Graunkei965: Add INTEL_DEBUG=tcs,tes and hs,ds flags for tesse...
2015-11-17 Kenneth Graunkei965: Add more MAX_*_URB_ENTRY_SIZE_BYTES #defines.
2015-11-17 Kenneth Graunkei965: Add missing stdio.h include to brw_compiler.h.
2015-11-17 Eduardo Lima Mitevi965: Return the correct value type from brw_compile_gs()
2015-11-17 Kenneth Graunkei965: Set MaxCombinedUniformBlocks properly.
2015-11-17 Kenneth Graunkei965: Clean up context constant initialization code.
2015-11-17 Kenneth Graunkei965: Convert scalar_* flags to a scalar_stage array.
2015-11-17 Roland Scheideggerr200: fix bgrx8/xrgb8 blits
2015-11-17 Roland Scheideggerradeon: fix bgrx8/xrgb8 blits
2015-11-16 Ian Romanickmeta/generate_mipmap: Only modify the draw framebuffer...
2015-11-15 Kenneth Graunkei965: Introduce a MOV_INDIRECT opcode.
2015-11-14 Kenneth Graunkei965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.
2015-11-14 Kenneth Graunkei965: Print input/output VUE maps on INTEL_DEBUG=vs...
2015-11-13 Kenneth Graunkei965: Make convert_attr_sources_to_hw_regs handle strid...
2015-11-13 Ian Romanicki965: Silence unused parameter warnings in get_buffer_rect
2015-11-13 Ian Romanickmeta/generate_mipmap: Don't leak the sampler object
2015-11-13 Matt Turneri965: Remove unneeded #includes.
2015-11-13 Matt Turneri965: Silence warning.
2015-11-13 Juha-Pekka Heikkilai965: Don't write beyond allocated memory.
next