i965/fs: Set stride correctly for immediates in fs_reg(brw_reg).
[mesa.git] / src / mesa /
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 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 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-10-31 Connor Abbotti965/sched: don't calculate live intervals for post...
2015-10-30 Ian Romanicki965: Do legacy userclipping in OpenGL ES 1.x contexts.
2015-10-30 Emil Velikovi965: enable ARB_shader_clock on gen7+
2015-10-30 Emil Velikovi965: Implement nir_intrinsic_shader_clock
2015-10-30 Emil Velikovi965/fs: move the fs_reg::smear() from get_timestamp...
2015-10-30 Emil Velikovmesa: add infra for ARB_shader_clock
2015-10-30 Samuel Iglesias... main: fix basename match's check if it's an array or...
2015-10-30 Kristian Høgsbergi965: Fix invalid memory accesses after resizing brw_co...
2015-10-30 Connor Abbotti965/sched: use liveness analysis for computing registe...
2015-10-30 Connor Abbotti965/fs: split out calculation of payload live ranges
2015-10-30 Connor Abbotti965: dump scheduling cycle estimates
2015-10-30 Connor Abbotti965: always run the post-RA scheduler
2015-10-30 Connor Abbotti965/sched: write-after-read dependencies are free
2015-10-30 Connor Abbotti965: fix cycle estimates when there's a pipeline stall
2015-10-30 Matt Turneri965: Add INTEL_DEBUG=nocompact to disable instruction...
2015-10-30 Matt Turneri965: Add INTEL_DEBUG=hex to print the hex with the...
2015-10-30 Matt Turneri965: Print the type and writemask on null destinations.
2015-10-30 Matt Turneri965: Test fixed_hw_reg.file against BRW_IMMEDIATE_VALU...
2015-10-30 Matt Turneri965/vec4: Test against BRW_IMMEDIATE_VALUE, not IMM.
2015-10-30 Matt Turneri965/fs: Use group(4, 0) to emit an exec-size 4 MOV.
2015-10-30 Matt Turneri965/cfg: Handle no-idom case in cfg_t::dump_domtree().
2015-10-30 Matt Turneri965/disasm: Remove unused _addr_mode argument from...
2015-10-30 Matt Turneri965: Set correct field for indirect align16 addrimm.
2015-10-30 Matt Turneri965/vec4: Drop brw_set_default_* before popping insn...
2015-10-30 Matt Turneri965/vec4: Remove unnecessary #includes from the generator.
2015-10-29 Kenneth Graunkei965/vec4: Eliminate the vec4_generator class altogether.
2015-10-29 Kenneth Graunkei965/vec4: Move vec4_generator class definition into...
2015-10-29 Kenneth Graunkei965/vec4: Wrap vec4_generator in a C function.
2015-10-29 Kenneth Graunkei965/vec4: Convert src_reg/dst_reg to brw_reg at the...
2015-10-29 Nicolai Hähnlest/mesa: fix mipmap generation for immutable textures...
2015-10-29 Nanley Cherymesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FOR...
2015-10-29 Nanley Cherymesa/texcompress: Restrict FXT1 format to desktop GL...
2015-10-29 Ilia Mirkinst/mesa: create temporary textures with the same nr_sam...
2015-10-29 Tapani Pällimesa: add fragdata_arrays list to gl_shader
2015-10-29 Kenneth Graunkei965: Implement ARB_fragment_layer_viewport.
2015-10-29 Kenneth Graunkei965: Make calculate_attr_overrides return the URB...
2015-10-29 Kenneth Graunkei965/fs: Properly check for PAD in fragment shaders...
2015-10-29 Kenneth Graunkei965: Update stale comment about unused VUE map slots.
2015-10-29 Kenneth Graunkei965: Fix missing BRW_NEW_*_PROG_DATA flagging caused...
2015-10-28 Brian Paulvbo: replace assertion with conditional in vbo_compute_...
2015-10-28 Brian Paulmesa: minor formatting fix in get_tex_rgba_compressed()
2015-10-28 Marek Olšákst/mesa: implement ARB_copy_image
2015-10-28 Marek Olšákmesa: set TargetIndex in VDPAURegister*SurfaceNV (v2)
2015-10-28 Emil Velikovi965: remove unneeded src_reg copy in emit_shader_time_...
2015-10-28 Emil Velikovi965: remove cache_aux_free_func array
2015-10-28 Samuel Iglesias... main: fix GL_MAX_NUM_ACTIVE_VARIABLES value for shader...
2015-10-27 Marta Lofstedtmesa: Draw indirect is not allowed if the default VAO...
2015-10-27 Marta Lofstedtmesa: Draw indirect is not allowed when xfb is active...
2015-10-27 Marta Lofstedtmesa: Draw Indirect return wrong error code on unalinged
2015-10-27 Samuel Iglesias... main: Remove interface block array index for doing...
2015-10-26 Ian Romanicki965: Add missing close-parenthesis in error messages
2015-10-26 Ian Romanicki965: Fix is-renderable check in intel_image_target_ren...
2015-10-26 Timothy Arceriglsl: keep track of intra-stage indices for atomics
2015-10-26 Tapani Pällimesa: add additional checks for uniform location query
2015-10-25 Kenneth Graunkei965: Make brw_varying_to_offset take a const pointer...
2015-10-24 Ben Widawskyi965: Remove unused devinfo revision
2015-10-23 Marek Olšákst/mesa: don't load state parameters if there are none
2015-10-23 Kristian Høgsberg... i965/fs: Allow copy propagating into new surface access...
2015-10-23 Kristian Høgsberg... i965/fs: Optimize ssbo stores
2015-10-23 Kristian Høgsberg... i965/fs: Drop offset_reg temporary in ssbo load
2015-10-23 Kristian Høgsberg... i965/fs: Avoid scalar destinations in emit_uniformize()
2015-10-23 Kristian Høgsberg... i965/fs: Don't uniformize surface index twice
2015-10-23 Kristian Høgsberg... i965/fs: Use unsigned immediate 0 when eliminating...
2015-10-23 Kristian Høgsberg... i965/fs: Read all components of a SSBO field with one...
2015-10-23 Kristian Høgsberg... i965: Don't use message headers for untyped reads
2015-10-23 Alejandro Piñeiroi965/vec4: check opcode on vec4_instruction::reads_flag...
2015-10-22 Brian Paulmesa: check for unchanged line width before error checking
2015-10-22 Brian Paulst/mesa: use _mesa_RasterPos() when possible
2015-10-22 Brian Paultnl: remove t_rasterpos.c
2015-10-22 Brian Pauldrivers/common: use _mesa_RasterPos instead of _tnl_Ras...
2015-10-22 Brian Paulmesa: copy rasterpos evaluation code into core Mesa
2015-10-22 Brian Paulvbo: optimize vertex copying when 'wrapping'
2015-10-22 Alejandro Piñeiroi965/vec4: print predicate control at brw_vec4 dump_ins...
2015-10-22 Alejandro Piñeiroi965/vec4: use an envvar to decide to print the assembl...
2015-10-22 Alejandro Piñeiroi965/vec4: Add unit tests for cmod propagation pass
2015-10-22 Alejandro Piñeiroi965/vec4: adding vec4_cmod_propagation optimization
2015-10-22 Alejandro Piñeiroi965/vec4: track and use independently each flag channel
2015-10-22 Alejandro Piñeiroi965/vec4: nir_emit_if doesn't need to predicate based...
2015-10-22 Matt Turneri965/vec4/gs: Fix signed/unsigned comparison warning.
2015-10-22 Matt Turneri965/fs: Emit a single ADD instruction for SET_SAMPLE_I...
2015-10-22 Matt Turneri965/fs: Drop unnecessary write-enable-all from SET_SAM...
2015-10-22 Matt Turneri965/fs: Trim unneeded channels in SampleID setup.
2015-10-22 Matt Turneri965/fs: Use type-W for immediate in SampleID setup.
2015-10-22 Matt Turneri965/vec4: Initialize LOD to 0.0f for textureQueryLevel...
2015-10-22 Matt Turneri965: Note that the UV immediate type is Gen6+.
2015-10-22 Jordan Justeni965/fs: Disable CSE optimization for untyped & typed...
2015-10-22 Ben Widawskyi965: Advertise ARB_shader_stencil_export (gen9+)
2015-10-22 Ben Widawskyi965: Implement ARB_shader_stencil_export (gen9+)
next