i965: Compact acc_wr_control only on Gen6+.
[mesa.git] / src / mesa / drivers /
2015-10-21 Matt Turneri965: Compact acc_wr_control only on Gen6+.
2015-10-21 Matt Turneri965: Add devinfo parameter to brw_compact_inst_* funcs.
2015-10-21 Matt Turneri965/vec4: Don't emit MOVs for unused URB slots.
2015-10-21 Neil Robertsi965/fs: Disable opt_sampler_eot for more message types
2015-10-21 Neil Robertsi965: Remove block arg from foreach_inst_in_block_...
2015-10-20 Anuj Phogati965/gen9: Remove temporary variable 'bpp' in tr_mode_...
2015-10-20 Anuj Phogati965/gen9: Remove temporary variable 'align_yf' in...
2015-10-20 Anuj Phogati965/gen9: Remove parameter 'brw' from tr_mode_..._text...
2015-10-20 Anuj Phogati965/gen9: Reuse YF alignment tables in tr_mode_.....
2015-10-20 Emil Velikovi965: silence incompatible pointer type warning
2015-10-20 Marek Olšákmesa: replace UsesClipDistance with ClipDistanceArraySize
2015-10-19 Anuj Phogati965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets...
2015-10-19 Matt Turneri965/fs: Localize variables' scopes.
2015-10-19 Matt Turneri965/fs: Consider type mismatches in saturate propagation.
2015-10-19 Matt Turneri965: Extract can_change_source_types() functions.
2015-10-19 Jason Ekstrandi965/vs: Move URB entry_size and read_length calculatio...
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-10-19 Jason Ekstrandi965: Rename brw_foo_emit to brw_compile_foo
2015-10-19 Jason Ekstrandi965/fs: Move some of the prog_data setup into brw_wm_emit
2015-10-19 Jason Ekstrandi965/cs: Rework cs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/gs: Rework gs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/vs: Rework vs_emit to take a nir_shader and a...
2015-10-19 Jason Ekstrandi965/fs: Rework wm_fs_emit to take a nir_shader and...
2015-10-19 Jason Ekstrandi965: Use a const nir_shader in backend_shader
2015-10-19 Jason Ekstrandi965/vec4: Remove gl_program and gl_shader_program...
2015-10-19 Jason Ekstrandi965/fs: Remove the gl_program from the generator
2015-10-19 Jason Ekstrandi965/asm: Explicitly use a nir_instr for IR annotations
2015-10-19 Jose Fonsecascons: Build nir/glsl_types.cpp once.
2015-10-19 Iago Toral Quirogai965: Do not use NumBufferInterfaceBlocks
2015-10-18 Kenneth Graunkei965/vs: Drop hack that created NIR for fixed function...
2015-10-18 Kenneth Graunkei965/nir: Switch on shader stage in nir_lower_outputs().
2015-10-17 Rob Clarkbuild: fix out-of-tree build after b9b40ef
2015-10-16 Rob Clarknir: remove dependency on glsl
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-10-16 Iago Toral Quirogai965/vec4: Use the right number of UBOs
2015-10-16 Iago Toral Quirogai965/fs: use the right number of UBOs
2015-10-15 Mauro Rossii965: android: add the i965_compile_FILES sources to...
2015-10-15 Emil Velikovprogram: convert _mesa_init_gl_program() to take struct...
2015-10-15 Timothy Arcerii965: add arrays of arrays support for varyings
2015-10-14 Kenneth Graunkei965: Don't hardcode FS in "validation failed!" message.
2015-10-14 Jordan Justeni965/fs: Ignore compute shaders in brw_nir_lower_inputs
2015-10-14 Jordan Justeni965/fs: Simplify FS in brw_nir_lower_inputs to only...
2015-10-14 Iago Toral Quirogai965: Adapt SSBOs to work with their own separate index...
2015-10-14 Iago Toral Quirogamesa: Rename {Num}UniformBlocks to {Num}BufferInterface...
2015-10-14 Iago Toral Quiroganir: split SSBO min/max atomic instrinsics into signed...
2015-10-14 Iago Toral Quirogai965/vec4: fix indentation in vec4_visitor::calculate_l...
2015-10-14 Iago Toral Quirogai965/fs: Fix indentation in fs_live_variables::compute_...
2015-10-12 Kenneth Graunkei965/vs: Simplify fs_visitor's ATTR file.
2015-10-12 Iago Toral Quirogai965: Fix unsafe pointer when dumping VS/FS IR
2015-10-11 Matt Turneri965/vec4: Implement b2f and b2i using negation.
2015-10-10 Kenneth Graunkei965/gs: Make MAX_GS_INPUT_VERTICES a #define in brw_co...
2015-10-10 Kenneth Graunkei965/vs: Map scalar VS input locations properly; avoid...
2015-10-10 Kenneth Graunkei965/vs: Fix a subtlety in the nr_attributes == 0 worka...
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 Brian Paulmesa,meta: move gl_texture_object::TargetIndex initiali...
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 Turnermeta: Update comment about unsupported texture types.
2015-10-05 Matt Turneri965: Generalize predicated break pass for use in vec4...
next