i965/vs: Unify URB entry size/read length calculations between backends.
[mesa.git] / src / mesa / drivers / dri /
2015-10-10 Kenneth Graunkei965/vs: Unify URB entry size/read length calculations...
2015-10-10 Kenneth Graunkei965/cfg: Fix cfg_t::dump() when a block has no immedia...
2015-10-09 Chad Versacei965/gen8: Remove gen<8 checks in gen8 code
2015-10-09 Chad Versacei965/gen9: Enable rep clears on gen9
2015-10-09 Chad Versacei965/gen9: Disable MCS for 1x color surfaces
2015-10-09 Marek Olšákprogram: remove _mesa_init_*_program wrappers
2015-10-09 Francisco Jerezi965: Use _mesa_is_image_unit_valid() instead of gl_ima...
2015-10-09 Francisco Jerezi965: Don't tell the hardware about our UAV access.
2015-10-09 Neil Robertsi965/fs: Handle non-const sample number in interpolateA...
2015-10-09 Neil Robertsi965: Add a second successor to BRW_OPCODE_WHILE
2015-10-08 Kristian Høgsberg... i965: Link compiler unit tests to libi965_compiler.la
2015-10-08 Kristian Høgsberg... i965: Break out backend compiler to its own library
2015-10-08 Kristian Høgsberg... i965/cs: Get max_cs_threads from brw_compiler devinfo
2015-10-08 Kristian Høgsberg... i965: Move brw_get_shader_time_index() call out of...
2015-10-08 Kristian Høgsberg... i965: Move brw_select_clip_planes() to brw_shader.cpp
2015-10-08 Kristian Høgsberg... i965: Use util_next_power_of_two() for brw_get_scratch_...
2015-10-08 Kristian Høgsberg... i965: Move brw_mark_surface_used() to brw_shader.cpp
2015-10-08 Kristian Høgsberg... i965/cs: Split out helper for building local id payload
2015-10-08 Kristian Høgsberg... i965: Move brw_link_shader() and friends to new file...
2015-10-08 Kristian Høgsberg... i965: Configure bufmgr debug options from intel_screen.c
2015-10-08 Kristian Høgsberg... util: Move DRI parse_debug_string() to util
2015-10-08 Kristian Høgsberg... i965: Move brw_dump_ir() out of brw_*_emit() functions
2015-10-08 Iago Toral Quirogai965/gs/gen6: Maximum allowed size of SEND messages...
2015-10-08 Iago Toral Quirogai965: Define FIRST_SPILL_MRF and FIRST_PULL_LOAD_MRF...
2015-10-08 Iago Toral Quirogai965: make pull constant loads in gen6 start at MRFs...
2015-10-08 Iago Toral Quirogai965: Fix remove_duplicate_mrf_writes so it can handle...
2015-10-06 Mark Janesradeon/r200: remove unneeded #include of colormac.h
2015-10-06 Mark Janesi965: remove unneeded #include of colormac.h
2015-10-06 Mark Janesi915: remove unneeded #include of colormac.h
2015-10-06 Ville Syrjäläi915: Drop broken front_buffer_reading/drawing optimization
2015-10-06 Ian Romanickmesa/i965: Refactor brw_is_front_buffer_{drawing,readin...
2015-10-06 Ian Romanickradeon: Don't override NewFramebuffer just to call...
2015-10-06 Ian Romanicki915: Don't override NewFramebuffer just to call _mesa_...
2015-10-06 Ian Romanicki965: Don't override NewFramebuffer just to call _mesa_...
2015-10-06 Ville Syrjäläi830: Fix culling with user fbos on gen2
2015-10-06 Ville Syrjäläi915: Adjust line size limits
2015-10-06 Ville Syrjäläi915: Enable intel_render path for points
2015-10-06 Ville Syrjäläi915: Use COPY_DWORDS for points
2015-10-06 Ville Syrjäläi915: Use _tnl_RenderClippedPolygon and _tnl_RenderClip...
2015-10-06 Ville Syrjäläi915: Handle provoking vertex in intelFastRenderClipped...
2015-10-06 Ian Romanickradeon: Use C99 initializers for primitive arrays
2015-10-06 Ian Romanicki965: Use C99 initializers for primitive arrays
2015-10-06 Ville Syrjäläi915: Use C99 initializers for primitive arrays
2015-10-05 Ilia Mirkini965: add EXT_polygon_offset_clamp support to gen4...
2015-10-05 Matt Turneri965: Generalize predicated break pass for use in vec4...
2015-10-05 Matt Turneri965/fs: Use backend_instruction in predicated break...
2015-10-05 Matt Turneri965/fs: Remove SNB embedded-comparison support from...
2015-10-05 Chad Versacei965: Fix intel_miptree_is_fast_clear_capable()
2015-10-05 Chad Versacei965/mt: Declare some functions as static
2015-10-05 Iago Toral Quirogai965: Make vec4_visitor's destructor virtual
2015-10-05 Iago Toral Quirogai965: Assert on the number of combined UBO and SSBO...
2015-10-05 Iago Toral Quirogai965: Reserve binding table space for SSBO surfaces
2015-10-05 Iago Toral Quirogai965: Define BRW_MAX_SSBO
2015-10-05 Iago Toral Quirogai965: Define BRW_MAX_UBO
2015-10-05 Matt Turneri965/vec4: Remove more dead visitor/vertex program...
2015-10-05 Matt Turneri965: Don't print line numbers with INTEL_DEBUG=optimizer.
2015-10-04 Timothy Arceriglsl: reduce memory footprint of uniform_storage struct
2015-10-04 Kenneth Graunkei965: Remove shader_prog from vec4_gs_visitor.
2015-10-04 Kenneth Graunkei965: Use nir->has_transform_feedback_varyings to avoid...
2015-10-04 Kenneth Graunkenir: Introduce new nir_intrinsic_load_per_vertex_input...
2015-10-03 Marek Olšákmesa: remove Driver.Hint
2015-10-03 Marek Olšákmesa: remove Driver.Accum
2015-10-03 Marek Olšákmesa: remove Driver.ResizeBuffers
2015-10-03 Jason Ekstrandi965/wm: Make compute_barycentric_interp_modes take...
2015-10-03 Jason Ekstrandi965: Use nir_foreach_variable
2015-10-03 Jason Ekstrandi965/nir: Remove the prog parameter from brw_nir_lower_...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the shader, prog, and shader_pr...
2015-10-02 Jason Ekstrandi965/fs,vec4: Get rid of the sanity_param_count
2015-10-02 Jason Ekstrandi965/vec4: Use nir info instead of pulling things out...
2015-10-02 Jason Ekstrandi965/fs: Use the nir info instead of pulling things...
2015-10-02 Jason Ekstrandi965/fs: Move sampler unit lookup into rescale_texcoord
2015-10-02 Jason Ekstrandi965/cs: Remove the prog argument from local_id_payload...
2015-10-02 Jason Ekstrandi965/backend_shader: Add a field to store the NIR shader
2015-10-02 Jason Ekstrandnir/glsl: Take a gl_shader_program and a stage rather...
2015-10-02 Jason Ekstrandi965: Move prog_data uniform setup to the codegen level
2015-10-02 Jason Ekstrandi965: Move binding table setup to codegen time.
2015-10-02 Jason Ekstrandi965/shader: Pull assign_common_binding_table_offsets...
2015-10-02 Jason Ekstrandi965/nir: Simplify uniform setup
2015-10-02 Jason Ekstrandi965/nir: Pull GLSL uniform handling into a common...
2015-10-02 Jason Ekstrandi965/nir: Pull common ARB program uniform handling...
2015-10-02 Jason Ekstrandi965/vec4: Use the uniform count from nir_assign_var_lo...
2015-10-02 Jason Ekstrandi965/shader: Get rid of the setup_vec4_uniform_value...
2015-10-02 Jason Ekstrandi965/shader: Pull setup_image_uniform_values out of...
2015-10-02 Jason Ekstrandi965/vec4: Get rid of the uniform_vector_size array
2015-10-02 Jason Ekstrandi965/vec4: Use the actual channels used in pack_uniform...
2015-10-02 Jason Ekstrandi965: Pull stage_prog_data.nr_params out of the NIR...
2015-10-02 Jason Ekstrandi965/vs: Move lazy NIR creation to codegen_vs_prog
2015-10-02 Jason Ekstrandi965/vec4: Delete the old vec4_vp code
2015-10-02 Jason Ekstrandi965/vec4: Delete the old ir_visitor code
2015-10-02 Jason Ekstrandi965/vec4: Always use NIR
2015-10-02 Ilia Mirkini965: don't forget to free image_param on prog_data...
2015-10-01 Kenneth Graunkei965/fs: Print reg and reg_offset separately for ATTR...
2015-10-01 Kenneth Graunkei965/nir: Refactor input/output lowering setup into...
2015-10-01 Kenneth Graunkenir: Allow nir_lower_io() to only lower one type of...
2015-09-30 Chad Versacei965/miptree: Add PRM references for most struct member...
2015-09-30 Chad Versacei965/miptree: Rename align_w,align_h -> halign,valign
2015-09-30 Chad Versacei965/miptree: Rename intel_miptree_map::mt -> ::linear_...
2015-09-30 Chad Versacei965/miptree: Fix comments for map mode
2015-09-30 Chad Versacei965/miptree: More comments for BRW_MAP_DIRECT_BIT...
2015-09-30 Kenneth Graunkei965: Remove duplicate copy of is_scalar_shader_stage().
next