i965: Add driver hook for TextureView
[mesa.git] / src / mesa /
2014-04-10 Chris Forbesi965: Add driver hook for TextureView
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 Forbesmesa: Adjust _MaxLevel computation to account for views
2014-04-10 Chris Forbesmesa: Prefer non-swizzled formats for most sized intern...
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-10 Chris Forbesswrast: Add support for fetching from MESA_FORMAT_R10G1...
2014-04-10 Chris Forbesmesa: fix packing of float texels to GL_SHORT/GL_BYTE
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 Brian Paulmesa: move declaration before code in etc2_unpack_rgb8()
2014-04-08 Kenneth Graunkei965: Delete "fast color clear unsupported" performance...
2014-04-08 Courtney Goeltzenl... mesa: add bounds checking to eliminate buffer overrun
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-07 Brian Paulswrast: reindent s_texfetch_temp.h, remove trailing...
2014-04-07 Brian Paulswrast: remove out of date comments in s_texfetch_tmp.h
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 7)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 6)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 5)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 4)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 3)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 2)
2014-04-07 Brian Paulswrast: rename texture fetch functions (pt. 1)
2014-04-07 Brian Paulmesa: rename stencil/Z functions in format_unpack.c
2014-04-07 Dave Airliest/mesa: add support for ARB_texture_query_lod
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-04 Christian Königst/mesa: improve sampler view handling
2014-04-02 Juha-Pekka Heikkilamesa: remove redundant running of check_symbol_table()
2014-04-02 Juha-Pekka Heikkilamesa: Add missing null check in _mesa_parse_arb_program()
2014-04-02 Juha-Pekka Heikkilamesa: Prevent negative indexing on noise2, noise3 and...
2014-04-02 Tapani Pällii965/vec4: do not trim dead channels on gen6 for math
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-04-01 Iago Toral Quirogamesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with...
2014-04-01 Chia-I Wuglsl: remove UBO fields from _mesa_glsl_parse_state
2014-04-01 Ilia Mirkinmesa/st: Accelerate ARB_clear_buffer_object with clear_...
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-31 Chris Forbesmesa: Fix format matching checks for GL_INTENSITY*...
2014-03-31 Chris Forbesst: fix st_choose_matching_format to ignore intensity
2014-03-31 Chris Forbesmesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGB
2014-03-29 Kenneth Graunkei965: Add Cherryview support.
2014-03-28 Ian Romanickmesa: Clean up "unused parameter" warnings
2014-03-28 Ian Romanickmesa/program: Constify find_variable_storage
2014-03-28 Iago Toral Quirogai965: Make sure we always compute valid index bounds...
2014-03-27 Brian Paulmesa: fix glMultiDrawArrays inside a display list
2014-03-27 Brian Paulst/mesa: overhaul texture / sample swizzle code
2014-03-27 Brian Paulst/mesa: simplify apply_depthmode()
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-26 Brian Paulst/mesa: add null pointer checking in query object...
2014-03-26 Brian Paulmesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT...
2014-03-26 Brian Paulmesa: fix indentation, formatting, etc in fbobject.c
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
2014-03-26 Brian Paulmesa: rename format_(un)pack.c functions to match forma...
next