mesa.git
2015-11-14 Jason Ekstrandnir/spirv: Refactor vtn_block_load
2015-11-14 Jason Ekstrandnir/spirv: Add support for image_load_store
2015-11-14 Jason Ekstrandnir/builder: Add a nir_ssa_undef helper
2015-11-14 Jason Ekstrandnir/spirv: Add support for creating image variables
2015-11-14 Jason Ekstrandnir/spirv: Add support for image types
2015-11-14 Jason Ekstrandnir/types: Add image type helpers
2015-11-14 Jason Ekstrandglsl/types: Add a get_image_instance helper
2015-11-13 Chad Versaceisl: Embed brw_device_info in isl_device
2015-11-13 Chad Versaceanv: Use enum isl_tiling everywhere
2015-11-13 Chad Versaceanv/device: Embed isl_device
2015-11-13 Chad Versaceisl: Add enum isl_tiling and a query func
2015-11-13 Chad Versaceisl: Add structs isl_extent2d, isl_extent3d
2015-11-13 Chad Versaceisl: Add struct isl_device
2015-11-13 Chad Versaceanv: Strip trailing whitespace from anv_device.c
2015-11-12 Chad Versaceanv: Strip trailing space in anv_private.h
2015-11-12 Chad Versaceanv: Remove redundant fields anv_format::bs,bw,bh,bd
2015-11-12 Chad Versaceanv/formats: Re-indent the fmt() macro
2015-11-12 Chad Versaceanv: Use enum isl_format in anv_format
2015-11-12 Chad Versaceisl: Generate isl_format_layout.c
2015-11-12 Chad Versaceisl: Add CSV of format layouts
2015-11-12 Chad Versaceisl: Add enum isl_format
2015-11-11 Jason Ekstrandanv/gen7: Implement the VS state depth-stall workaround
2015-11-11 Jason Ekstrandanv/gen7: Properly handle a GS with zero invocations
2015-11-10 Jason Ekstrandanv/gen7: Add push constant support
2015-11-10 Jason Ekstrandanv/device: Use an actual int64_t in WaitForFences
2015-11-10 Jason Ekstrandanv/meta: Create a sampler in meta_emit_blit
2015-11-10 Jason Ekstrandanv/gen7: Properly handle VS with VertexID but no vertices
2015-11-10 Jason Ekstrandanv/device: Work around the i915 kernel driver timeout bug
2015-11-10 Jason Ekstrandanv/nir: Fix codegen in lower_push_constants
2015-11-10 Jason Ekstrandanv/gen7: Fix the length of 3DSTATE_SF
2015-11-10 Jason Ekstrandanv/gen7: Properly handle missing color-blend state
2015-11-10 Jason Ekstrandanv/device: Add a newline to the end of a comment
2015-11-09 Nanley Cheryanv/formats: Define ETC2 formats
2015-11-09 Nanley Cheryanv/image: Determine the alignment units for compressed...
2015-11-09 Nanley Cheryanv/image: Handle compressed format qpitch and padding
2015-11-09 Nanley Cheryanv/image: Handle compressed format stride and size
2015-11-09 Nanley Cheryanv/formats: Add fields for block dimensions
2015-11-09 Nanley Cheryanv/formats: Add surface_format initializer
2015-11-09 Nanley Cheryanv: Rename cpp variable to "bs"
2015-11-07 Jason Ekstrandnir/spirv: Give both block and buffer_block types an...
2015-11-07 Jason Ekstrandnir/spirv: Increment num_ubos/ssbos when creating variables
2015-11-07 Jason Ekstrandanv/apply_dynamic_offsets: Use the right sized immediat...
2015-11-06 Jason Ekstrandanv/pipeline: Set the right SSBO binding table start...
2015-11-06 Jason Ekstrandanv/cmd_buffer: Rework the way we emit UBO surface...
2015-11-06 Jason Ekstrandanv/pipeline: Expose is_scalar_shader_stage
2015-11-06 Jason Ekstrandnir/spirv: Add a helper for determining if a block...
2015-11-06 Jason Ekstrandanv: Use VkDescriptorType instead of anv_descriptor_type
2015-11-06 Jason Ekstrandanv: Do range-checking in the shader for dynamic buffers
2015-11-06 Jason Ekstrandanv/device: Increase the block size for instructions
2015-11-06 Jason Ekstrandanv: Remove all support for BufferViews
2015-11-06 Jason Ekstrandanv/device: Only support binding UBOs through BufferInfo
2015-11-06 Jason Ekstrandanv: Rework UpdateDescriptorSets
2015-11-06 Jason Ekstrandanv: Add a descriptor_index to anv_descriptor_set_bindi...
2015-11-06 Jason Ekstrandanv: Add a layout to anv_descriptor_set
2015-11-05 Chad Versaceanv/meta: Finish load clears for stencil attachments
2015-11-05 Jason Ekstrandanv/cmd_buffer: Fix SURFACE_STATE for non-view buffer...
2015-11-05 Jason Ekstrandanv/cmd_buffer: Don't use an anv_state pointer in emit_...
2015-11-04 Chad Versaceanv: Remove unused anv_render_pass members
2015-11-04 Chad Versaceanv/meta: Rewrite clear code
2015-11-04 Chad Versaceanv/meta: Clear color attribute is always flat
2015-11-04 Chad Versaceanv/meta: Use consistent naming for dynamic state mask
2015-11-04 Chad Versaceanv/meta: Rename anv_cmd_buffer_save/restore
2015-11-04 Chad Versaceanv: Move meta clear code to new file anv_meta_clear.c
2015-11-04 Chad Versaceanv: Move struct anv_vue_header to anv_private.h
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-03 Jason Ekstrandnir: remove sampler_set from nir_tex_instr
2015-11-03 Ben Widawskyi965/gen8+: Extract color clear surface state
2015-11-03 Ben Widawskyi965/gen8+: Remove redundant zeroing of surface state
2015-11-03 Chad Versaceanv: Drop stale comment in anv_cmd_buffer_emit_binding_...
2015-11-03 Samuel Pitoisetnvc0: add missing compute parameters required by clover
2015-11-03 Samuel Pitoisetnvc0: handle NULL pointer in nvc0_get_compute_param()
2015-11-03 Ben Widawskyi965/skl: PCI ID cleanup and brand strings
2015-11-03 Ben Widawskyi965/skl: Add GT4 PCI IDs
2015-11-02 Jordan Justenmesa: Add spec citations for DispatchCompute*
2015-11-02 Jordan Justenmesa: Update DispatchComputeIndirect errors for indirec...
2015-11-02 Jason Ekstrandanv: Report 0 physical devices when not on Broadwell...
2015-11-02 Matt Turneri965/fs: Clean up FBH code.
2015-11-02 Matt Turneri965/vec4: Clean up FBH code.
2015-11-02 Matt Turneri965: Replace default case with list of enum values.
2015-11-02 Matt Turneri965/vec4: Don't disable channels in any/all comparisons.
2015-11-02 Tapani Pällimesa: fix uniforms calculation in glGetProgramiv
2015-11-02 Tapani Pällimesa: fix program resource queries for atomic counter...
2015-11-02 Juha-Pekka... glsl: join calculate_array_size() and calculate_array_s...
2015-11-02 Ryan Houdekmesa: expose support for OES/EXT_draw_elements_base_ver...
2015-11-02 Ilia Mirkinnouveau: set MaxDrawBuffers to the same value as MaxCol...
2015-11-01 Samuel Pitoisetnv50: use correct heaps for FP and GP code segments
2015-11-01 Jordan Justenmesa/sso: Add compute shader support
2015-11-01 Jordan Justenmesa/sso: Add MESA_VERBOSE=api trace support
2015-11-01 Jordan Justeni965: Setup pull constant state for compute programs
2015-11-01 Jordan Justenmain/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
2015-11-01 Jordan Justenglsl: OpenGLES GLSL 3.1 precision qualifiers ordering...
2015-11-01 Jordan Justenglsl: Add compute shader builtin variables for OpenGLES 3.1
2015-10-31 Ilia Mirkinnouveau: get rid of tabs
2015-10-31 Connor Abbotti965/sched: don't calculate live intervals for post...
2015-10-31 Dave Airlievirgl/vtest: fix extra malloc
2015-10-31 Dave Airlievirgl: free sampler view on failure path
2015-10-31 Dave Airliegallium/swrast: fixup build breakage and warnings
2015-10-31 Dave Airliegallium/swrast: fix front buffer blitting. (v2)
2015-10-30 Timothy Arceriglsl: set image access qualifiers for AoA
2015-10-30 Ian Romanicki965: Do legacy userclipping in OpenGL ES 1.x contexts.
next