i965/fs: Handle fixed HW GRF subnr in reg_offset().
[mesa.git] / src / mesa /
2016-09-14 Francisco Jerezi965/fs: Handle fixed HW GRF subnr in reg_offset().
2016-09-14 Francisco Jerezi965/fs: Handle arbitrary offsets in brw_reg_from_fs_re...
2016-09-14 Francisco Jerezi965/fs: Return more accurate read size for LINTERP...
2016-09-14 Francisco Jerezi965/fs: Return more accurate read size from fs_inst...
2016-09-14 Francisco Jerezi965/vec4: Replace vec4_instruction::regs_read with...
2016-09-14 Francisco Jerezi965/fs: Replace fs_inst::regs_read with ::size_read...
2016-09-14 Francisco Jerezi965/ir: Drop backend_instruction::regs_written field.
2016-09-14 Francisco Jerezi965/vec4: Replace vec4_instruction::regs_written with...
2016-09-14 Francisco Jerezi965/fs: Replace fs_inst::regs_written with ::size_writ...
2016-09-14 Francisco Jerezi965/vec4: Add wrapper functions for vec4_instruction...
2016-09-14 Francisco Jerezi965/fs: Add wrapper functions for fs_inst::regs_read...
2016-09-14 Francisco Jerezi965/fs: Replace fs_reg::subreg_offset with fs_reg...
2016-09-14 Francisco Jerezi965/ir: Remove backend_reg::reg_offset.
2016-09-14 Francisco Jerezi965/vec4: Replace dst/src_reg::reg_offset with dst...
2016-09-14 Francisco Jerezi965/fs: Replace fs_reg::reg_offset with fs_reg::offset...
2016-09-14 Kenneth Graunkei965: Enable ANDROID_extension_pack_es31a on Gen9+.
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_phis_to_scalar.
2016-09-14 Kenneth Graunkenir: Report progress from nir_lower_alu_to_scalar.
2016-09-14 Ilia Mirkinglsl: add core plumbing for GL_ANDROID_extension_pack_es31a
2016-09-14 Ilia Mirkinmesa: introduce glPrimitiveBoundingBoxARB entrypoint
2016-09-14 Ilia Mirkinmesa: add a GLES3.2 enums section, and expose new MS...
2016-09-13 Jason Ekstrandintel/blorp: Rework alloc_binding_table
2016-09-13 Jason Ekstrandi965: Use blorp_copy for all copy_image operations...
2016-09-13 Jason Ekstrandi965/blorp: Add a copy_miptrees helper
2016-09-13 Jason Ekstrandintel/blorp: Work in terms of logical array layers
2016-09-13 Jason Ekstrandintel/blorp: Add a swizzle parameter to blorp_clear
2016-09-13 Jason Ekstrandintel/blorp: Take a destination swizzle in blorp_blit
2016-09-13 Jason Ekstrandintel/blorp: Take an isl_swizzle instead of a SWIZZLE
2016-09-13 Jason Ekstrandintel/isl: Add an isl_swizzle structure and use it...
2016-09-13 Ilia Mirkinst/mesa: fix is_scissor_enabled when X/Y are negative
2016-09-12 Jason EkstrandRevert "i965: Drop the maximum 3D texture size to 512...
2016-09-12 Kenneth Graunkemesa: Enable OES/EXT_tessellation_shader for ES 3.1...
2016-09-12 Alejandro Piñeiroi965: check for GL_TEXTURE_EXTERNAL_OES at miptree_crea...
2016-09-12 Topi Pohjolaineni965/rbc: Clarify rational given for shader image resolves
2016-09-12 Topi Pohjolaineni965/blorp: Use hw generetad primitive copies for layer...
2016-09-12 Topi Pohjolaineni965/blorp: Sanity check all layers before actual clear
2016-09-12 Topi Pohjolainenintel/blorp: Add plumbing for setting color clear layer...
2016-09-12 Topi Pohjolaineni965/rbc: Allocate mcs directly
2016-09-12 Topi Pohjolaineni965: Add sanity check for non-compressible texture...
2016-09-12 Topi Pohjolaineni965/rbc: Consult rb settings for texture surface setup
2016-09-12 Topi Pohjolaineni965: Track non-compressible sampling of renderbuffers
2016-09-12 Topi Pohjolaineni965: Replace boolean rb surface state setup argument...
2016-09-12 Topi Pohjolaineni965/rbc: Allow integer formats as advertised in isl_fo...
2016-09-12 Alejandro Piñeiroi965: remove unused variable at intel_miptree_create_fo...
2016-09-12 Thomas Hellandmesa/glsl: Move string_to_uint_map into the util folder
2016-09-12 Thomas Hellandmesa: Convert symbol table to the util hash table
2016-09-12 Thomas Hellandmesa: Convert string_to_uint_map to the util hash table
2016-09-12 Thomas Hellandutil: Move hash_table_call_foreach to util hash table
2016-09-12 Thomas Hellandmesa: Remove prog_hash_table.c
2016-09-12 Thomas Hellandmesa: Remove unused hash table includes
2016-09-10 Antia Puentesi965: Fix calculation of the image height at start...
2016-09-09 Tapani Pälliandroid: depend on libmesa_genxml from i965 Android...
2016-09-09 Tapani Pällii965: release GLSL IR in LinkShader after it's not...
2016-09-09 Jason Ekstrandi965/fs: Fail the shader compile instead of asserting...
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-09-07 Ilia Mirkinmesa/formatquery: limit ES target support, fix core...
2016-09-07 Ilia Mirkinmain: GL_RGB10_A2UI does not come with GL 3.0/EXT_textu...
2016-09-06 Tim Rowleyvbo: increase VBO_SAVE_BUFFER_SIZE from 8k to 256k...
2016-09-06 Rob HerringAndroid: glsl: add rules to generate ir_expression...
2016-09-06 Kenneth Graunkemesa: Fix types in _mesa_get_color_read_format().
2016-09-03 Jason Ekstrandintel: Pull the guts of gen7_l3_state.c into a shared...
2016-09-03 Jason Ekstrandintel: Rename brw_get_device_name/info to gen_get_devic...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-09-03 Jason Ekstrandintel: Add a new "common" library for more code sharing
2016-09-03 Ilia Mirkinmain: add KHR_robustness to ES 3.2 extension requirements
2016-09-01 Jordan Justeni965: fix noop_scissor range issue on width/height
2016-09-01 Ilia Mirkinst/mesa: expose OES_geometry_shader and OES_texture_cub...
2016-09-01 Eric EngestromIntroduce .editorconfig
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 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-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 Jerezst/glsl_to_tgsi: Use SecondaryOutputsWritten to determi...
2016-08-30 Francisco Jerezglsl: Calculate bitset of secondary outputs written...
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation.h from Python
2016-08-30 Emil Velikovi915: Check return value of screen->image.loader->getBu...
2016-08-30 Ilia Mirkinnouveau: make color/depth bpp match for pre-nv10 chips
2016-08-30 Ilia Mirkinnouveau: always enable at least one RC
2016-08-30 Ilia Mirkinnouveau: allow NV3x's to be used with nouveau_vieux
2016-08-29 Brian Paulmesa: fix format conversion bug in get_tex_rgba_uncompr...
2016-08-29 Jason Ekstrandintel/blorp: Add a format parameter to blorp_fast_clear
2016-08-29 Jason Ekstrandi965: Move blorp into src/intel/blorp
2016-08-29 Jason Ekstrandi965/blorp: Remove the remaining brw prefixes from...
2016-08-29 Jason Ekstrandi965/blorp: Use isl_format_get_depth_format for setting...
2016-08-29 Jason Ekstrandi965: Move the type_size function declartaions to brw_nir.h
2016-08-29 Jason Ekstrandi965: Move get_fast_clear_rect to blorp_clear.c
2016-08-29 Jason Ekstrandi965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve
2016-08-29 Jason Ekstrandi965/blorp: Get rid of most brw and mesa includes
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-29 Jason Ekstrandi965/blorp: Add a fast_clear_op enum
2016-08-29 Jason Ekstrandi965/blorp: Make blorp_addres::buffer a void*
2016-08-29 Jason Ekstrandi965/blorp: Get rid of brw_context
2016-08-29 Jason Ekstrandi965/blorp: Take a blorp_context in compile_nir_shader
next