i965: Ensure that texture validation is skipped for immutable textures.
[mesa.git] / src / mesa / drivers /
2014-04-10 Chris Forbesi965: Ensure that texture validation is skipped for...
2014-04-10 Chris Forbesi965: refactor format selection for unsupported ETC...
2014-04-10 Chris Forbesi965: refactor format munging for separate stencil
2014-04-10 Chris Forbesi965: Include #slices in miptree debug
2014-04-10 Chris Forbesi965: Render R8G8B8X8 as R8G8B8A8
2014-04-10 Chris Forbesi965: Pretend we don't support BRW_SURFACEFORMAT_R16G16...
2014-04-10 Chris Forbesi965: Enable R10G10B10A2_UNORM format
2014-04-10 Chris Forbesi965: Enable R8G8B8A8_UNORM_SRGB format
2014-04-09 Jon TURNEYPartially revert bba9c28 "configure: use LIB_EXT rather...
2014-04-09 Kenneth Graunkei965: Stop advertising GL_MESA_ycbcr_texture.
2014-04-08 Iago Toral Quirogatnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
2014-04-08 Topi Pohjolaineni965: Remove unused sampler key fields
2014-04-08 Kenneth Graunkei965: Delete "fast color clear unsupported" performance...
2014-04-08 Chia-I Wui965/vec4: fix record clearing in copy propagation
2014-04-08 Eric Anholti965/vec4: Add a test for copy propagation behavior.
2014-04-08 Eric Anholti965/fs: Track whether we're doing dual source in a...
2014-04-08 Eric Anholti965/fs: Add a couple more global special regs to special[]
2014-04-08 Eric Anholti965/fs: Handle arrays of special regs more cleanly.
2014-04-08 Eric Anholti965/fs: Fix dump_instructions() on uniforms.
2014-04-08 Eric Anholti965/fs: Fix vgrf0 live interval when no interpolation...
2014-04-08 Eric Anholti965: Drop pointless check for variable declarations...
2014-04-08 Eric Anholti965: Remove stale comment.
2014-04-08 Iago Toral Quirogai915: Fix build error.
2014-04-08 Kenneth Graunkeglsl: Pass ctx->Const.NativeIntegers to do_common_optim...
2014-04-08 Kenneth Graunkei965/fs: Skip emitting MACH/MOV for small integers.
2014-04-08 Kenneth Graunkeglsl: Make is_16bit_constant from i965 an ir_constant...
2014-04-08 Kenneth Graunkemesa: Move is_power_of_two() function from brw_context...
2014-04-08 Kenneth Graunkei965: Fix "SIMD16 unsupported" messages via KHR_debug.
2014-04-08 Kenneth Graunkei965: Fix missing dirty bits in the gen8_sbe_state...
2014-04-08 Kenneth Graunkei965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwe...
2014-04-08 Kenneth Graunkei965: Use the correct program when uploading Broadwell...
2014-04-07 Matt Turneri965/fs: Remove left-over 'removed' variable.
2014-04-07 Matt Turneri965/fs: Check for interference after finding all channels.
2014-04-07 Jordan Justeni965: initialize more device info fields for Cherryview
2014-04-05 Matt Turneri965/vec4: Allow constant propagation into dot product.
2014-04-05 Matt Turneri965/fs: Split out can_coalesce_vars() function.
2014-04-05 Matt Turneri965/fs: Split out is_coalesce_candidate() function.
2014-04-05 Matt Turneri965/fs: Split fs_visitor::register_coalesce() into...
2014-04-05 Matt Turneri965/fs: Mark appropriate fs_inst members as const.
2014-04-05 Matt Turneri965: Mark is_tex() and friends as const.
2014-04-05 Matt Turneri965/fs: Don't propagate saturation modifiers if there...
2014-04-05 Matt Turneri965/fs: Don't propagate saturate modifiers into partia...
2014-04-05 Matt Turneri965/fs: Fix off-by-one in saturate propagation.
2014-04-05 Matt Turneri965/vec4: Consider sources of non-GRF-dst instructions...
2014-04-05 Matt Turneri965/fs: Name temporary ralloc contexts something other...
2014-04-05 Matt Turneri965/fs: Recalculate live intervals in calculate_regist...
2014-04-05 Jonathan Grayautomake: don't enable -Wl,--no-undefined on OpenBSD
2014-04-05 Jonathan Graymegadriver_stub.c: don't use _GNU_SOURCE to gate the...
2014-04-04 Matt Turneri965: Mark SNB GT1 as a GT1.
2014-04-02 Tapani Pällii965/vec4: do not trim dead channels on gen6 for math
2014-03-31 Matt Turneri965/vec4: Don't trim writemasks of texture instructions.
2014-03-31 Emil Velikovautomake: ask the linker to do garbage collection
2014-03-31 Emil Velikovautomake: add -Wl,--no-undefined to all libraries
2014-03-31 Emil Velikovdri/i965: use CLOCK_LIBS over -lrt
2014-03-31 Emil Velikovdri/common: LIBDRM_LIBS is not a linker/libtool flag...
2014-03-31 Emil Velikovdrivers/x11: GL_LIB_DEPS is not a linker/libtool flag...
2014-03-29 Kenneth Graunkei965: Add Cherryview support.
2014-03-28 Iago Toral Quirogai965: Make sure we always compute valid index bounds...
2014-03-26 Eric Anholti965: Use intel_upload_space() for pull constant uploads.
2014-03-26 Eric Anholti965: Massively simplify the intel_upload implementation.
2014-03-25 Kevin Rogovini965: For fast color clears, only check the color of...
2014-03-25 Kenneth Graunkei965: Set Broadwell MOCS values everywhere it's possible.
2014-03-25 Gwenole Beauchesnei965: fix dma_buf import with non-zero offset.
2014-03-25 Gregory Hainautmesa/sso: Add gl_pipeline_object parameter to _mesa_use...
2014-03-25 Gregory Hainautmeta/sso: Update meta to save and restore SSO state.
2014-03-25 Gregory Hainautmesa/sso: rename Shader to the pointer _Shader
2014-03-24 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-24 Eric Anholti965: Fix compiler warning about signed/unsigned.
2014-03-24 Eric Anholti965/gen8: Change the winsys MSAA blits from blorp...
2014-03-24 Eric Anholti965: Skip reallocating the private MSAA miptree, unles...
2014-03-24 Eric Anholti965: Simplify the no-reopening-the-winsys-buffer tests.
2014-03-24 Eric Anholti965: Don't forget to free the old singlesample_mt.
2014-03-24 Eric Anholti965: Add an env var for forcing window system MSAA.
2014-03-24 Matt Turneri965/vec4: Eliminate dead writes to the flag register.
2014-03-24 Matt Turneri965/vec4: Eliminate writes that are never read.
2014-03-24 Matt Turneri965/vec4: Factor code out of DCE into a separate function.
2014-03-24 Matt Turneri965/vec4: Let dead code eliminate trim dead channels.
2014-03-24 Matt Turneri965/vec4: Track live ranges per-channel, not per vgrf.
2014-03-24 Matt Turneri965/vec4: Don't dead code eliminate instructions writi...
2014-03-24 Matt Turneri965/vec4: Preparatory clean up of dead_code_eliminate().
2014-03-24 Matt Turneri965/vec4: Add is_null() method to dst_reg.
2014-03-24 Matt Turneri965/vec4: Print the predicate in dump_instructions().
2014-03-24 Matt Turneri965/vec4: Rename depends_on_flags() to reads_flag().
2014-03-24 Matt Turneri965/vec4: Add and use vec4_instruction::writes_flag().
2014-03-24 Matt Turneri965/vec4: Add missing doxygen close brace.
2014-03-23 Kenneth Graunkei965: Report the type of color clear in INTEL_DEBUG...
2014-03-22 Kenneth GraunkeRevert "i965: For color clears, only disable writes...
2014-03-21 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-21 Kenneth Graunkei965: Print number of multisamples in INTEL_DEBUG=blorp...
2014-03-21 Kenneth Graunkei965: Drop BLT TexSubImage Y-tiling restriction on...
2014-03-21 Chris Forbesi965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4...
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-19 Ilia Mirkinnouveau: there may not have been a texture if the fbo...
2014-03-19 Ilia Mirkinnouveau: add forgotten GL_COMPRESSED_INTENSITY to textu...
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-03-18 Eric Anholti965: Drop special case for edgeflag thanks to Marek...
2014-03-18 Ian Romanicki965: Enable EWA anisotropic filtering algorithm
2014-03-18 Kenneth Graunkei965: Actually initialize simd16_unsupported and no16_msg.
2014-03-18 Kenneth Graunkei965/upload: Refactor open-coded ALIGN-like computations.
2014-03-18 Kenneth Graunkei965: Fix indentation in brw_upload_indices().
next