i965/miptree: Break miptree -> ISL tiling conversion into a helper
[mesa.git] / src / mesa / drivers /
2016-10-27 Jason Ekstrandi965/miptree: Break miptree -> ISL tiling conversion...
2016-10-27 Jason Ekstrandi965/miptree: Remove the stencil_as_y_tiled parameter...
2016-10-27 Iago Toral Quirogai965/vec4: make offset() work in terms of a simd width...
2016-10-27 Iago Toral Quirogai965/vec4: use byte_offset() instead of offset()
2016-10-27 Iago Toral Quirogai965/vec4: add a byte_offset helper
2016-10-27 Tapani Pällii956: set RobustAccess true when is supported
2016-10-26 Timothy Arcerinir: stop adjusting driver location for varying packing
2016-10-26 Timothy Arcerir200/glsl/st/mesa: use common outputs written field
2016-10-26 Timothy Arcerir200/i915/st/mesa/compiler: use common inputs read...
2016-10-26 Timothy Arcerimeta: remove remaining tabs in meta.c
2016-10-26 Timothy Arcerii965: replace brw_compute_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_fragment_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_tess_{eval,ctrl}_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_geomerty_program with brw_program
2016-10-26 Timothy Arcerii965: replace brw_vertex_program with new generic brw_p...
2016-10-26 Timothy Arcerist/mesa/r200/i915/i965: eliminate gl_fragment_program
2016-10-26 Timothy Arcerii965/mesa/st/swrast: set fs shader_info directly and...
2016-10-26 Timothy Arcerii965: remove unused debug param
2016-10-26 Timothy Arcerii965: remove unused BRW_STATE_INTERPOLATION_MAP flag
2016-10-26 Timothy Arcerii965: rewrite brw_setup_vue_interpolation()
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_compute_program
2016-10-26 Timothy Arcerimesa/i965/i915/r200: eliminate gl_vertex_program
2016-10-26 Timothy Arcerii965: switch vs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_geometry_program
2016-10-26 Timothy Arcerii965: switch gs over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_eval_program
2016-10-26 Timothy Arcerii965: switch tes over to shared shader_info
2016-10-26 Timothy Arcerii965/mesa/st: eliminate gl_tess_ctrl_program
2016-10-26 Timothy Arcerii965: switch tcs over to shared shader_info
2016-10-26 Timothy Arceriglsl: add temporary copy_shader_info() function
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-26 Timothy Arcerinir: move nir_shader_info to a common compiler header
2016-10-26 Timothy Arcerimesa: modify _mesa_copy_linked_program_data() to take...
2016-10-25 Tapani Pällimesa: add missing formats to driGLFormatToImageFormat
2016-10-24 Kenneth Graunkei965: Drop nir_inputs from fs_visitor.
2016-10-24 Kenneth Graunkei965: Don't use nir_assign_var_locations for VS/TES...
2016-10-24 Kenneth Graunkei965: Make split_virtual_grfs() call compact_virtual_gr...
2016-10-24 Kenneth Graunkei965: Drop unnecessary switch statement in nir_setup_ou...
2016-10-24 Anuj Phogati965/gen8: Don't enable alpha test and alpha to coverag...
2016-10-24 Anuj Phogati965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_uplo...
2016-10-24 Anuj Phogati965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_uplo...
2016-10-19 Jordan Justeni965/cs: Don't use a thread channel ID for small local...
2016-10-19 Jordan Justeni965/cs: Use udiv/umod for local IDs
2016-10-19 Marek Olšákmesa: remove gl_shader_compiler_options::EmitNoNoise
2016-10-19 Iago Toral Quirogai965: fix subnr overflow in suboffset()
2016-10-18 Kenneth Graunkei965: Fix gl_InvocationID in dual object GS where invoc...
2016-10-17 Ian Romanicki965: Silence unused parameter warnings
2016-10-15 Kenneth Graunkei965: Enable OpenGL 4.5.
2016-10-14 Jason Ekstrandintel/blorp: Add a flag to make blorp not re-emit dept...
2016-10-14 Emil Velikovi915: workaround multiple intelFenceExtension definitions
2016-10-14 Ian Romanicki965: Sort some extension names
2016-10-14 Mauro Rossii915: store reference to the context within struct...
2016-10-14 Mauro Rossii915/sync: Implement DRI2_Fence extension
2016-10-14 Mauro Rossii915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
2016-10-13 Brian Paulmesa: replace gl_framebuffer::_IntegerColor wih _Intege...
2016-10-13 Brian Paulmesa: remove 'params' parameter from ctx->Driver.TexPar...
2016-10-11 Xu,Randyi965: solve cubemap negative x/y/z faces buffer offset...
2016-10-06 Timothy Arcerii965: remove remaining tabs in brw_draw.c
2016-10-06 Timothy Arcerii965: get inputs read from nir info
2016-10-06 Timothy Arcerii965: get outputs written from nir info
2016-10-06 Timothy Arcerii965: get outputs read from nir info
2016-10-06 Timothy Arcerii965: remove remaining tabs in brw_wm.c
2016-10-06 Timothy Arcerii965: get uses discard from nir info
2016-10-06 Timothy Arcerii965: get uses texture gather from nir info
2016-10-06 Kenneth Graunkei965: Eliminate brw->cs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->gs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->tes.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->tcs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Eliminate brw->vs.prog_data pointer.
2016-10-06 Kenneth Graunkei965: Introduce downcast helpers for prog_data structures.
2016-10-06 Chad Versacei965/sync: Rename awkward variable
2016-10-06 Chad Versacei965/sync: Rename intel_syncobj.c -> brw_sync.c
2016-10-06 Chad Versacei965/sync: Replace 'intel' prefix with 'brw'
2016-10-06 Chad Versacei965/sync: Fix uninitalized usage and leak of mutex
2016-10-05 Lionel Landwerlini965: use L3 data cache for SSBOs
2016-10-05 Kenneth Graunkei965: Drop _NEW_TRANSFORM from 3DSTATE_VS atom on Gen7.
2016-10-05 Kenneth Graunkei965: Fix brw_clear_cache to clean up TCS/TES shaders.
2016-10-05 Kenneth Graunkei965: Add missing BRW_CS_PROG_DATA to CS work group...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_CS_PROG_DATA to compute const...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_FS_PROG_DATA to render target...
2016-10-05 Kenneth Graunkei965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS...
2016-10-05 Kenneth Graunkei965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
2016-10-05 Kenneth Graunkei965: Fix missing _NEW_TRANSFORM in Gen8+ 3DSTATE_DS...
2016-10-04 Ian Romanicki965: Enable ARB_shader_atomic_counter_ops
2016-10-04 Ian Romanicki965: Refactor emission of atomic counter operations
2016-10-04 Timothy Arcerii965: fix unused variable warning in brw_emit_gpgpu_wal...
2016-10-04 Timothy Arcerii965: add MAYBE_UNUSED to assert param
2016-10-04 Timothy Arcerii965: wrap unused function in #ifndef NDEBUG
2016-10-04 Timothy Arcerii965: fix unused variable warning in gen7_block_read_sc...
2016-10-04 Timothy Arcerii965: add MAYBE_UNUSED to assert param
2016-10-04 Anuj Phogatanv/gen7: Make use of local variable prog_data
2016-10-04 Anuj Phogati965/gen8+: Enable GL_OES_viewport_array
2016-10-04 Kenneth Graunkei965: Only emit 1 viewport when possible.
2016-10-03 Timothy Arcerii965: rename max_ds_* variable to max_tes_*
2016-10-03 Timothy Arcerii965: rename max_hs_* variables to max_tcs_*
2016-10-02 Kenneth Graunkei965: Drop pointless stage == MESA_SHADER_FRAGMENT...
2016-09-30 Timothy Arcerii915/i965: remove commented out warning
2016-09-28 Ben Widawskyi965: Remove useless (harmful) assertion
2016-09-28 Timothy Arceriglsl: don't crash when dumping shaders if some come...
next