i965: Remove #define name from PCI ID table.
[mesa.git] / src / mesa /
2013-10-13 Kenneth Graunkei965: Remove #define name from PCI ID table.
2013-10-13 Kenneth Graunkei965: Pull most driconf option handling into a centrali...
2013-10-13 Kenneth Graunkei965: Move a bunch of code from intelInitContext to...
2013-10-13 Kenneth Graunkei965: Update the comment about viewport hacks.
2013-10-13 Kenneth Graunkei965: Pull out INTEL_DEBUG handling into new intel_debu...
2013-10-13 Kenneth Graunkei965: Rename brwCreateContext's error parameter to...
2013-10-13 Eric Anholtdri: Move i965-specific context flag logic to dri common.
2013-10-12 Paul Berrymesa: Remove warning that geometry shader support is...
2013-10-12 Paul Berryi965: Turn on GLSL 1.50 and GL 3.2 support for i965...
2013-10-12 Vinson Leemesa: Do not use newlocale on NetBSD.
2013-10-11 Brian Paulmesa: add comment to clarify ctx->Driver.MapBufferRange...
2013-10-11 Brian Paulst/mesa: whitespace fixes in st_cb_bufferobjects.c
2013-10-11 Brian Paulvbo: assorted minor clean-ups
2013-10-11 Topi Pohjolainenmesa: Allow external textures to use fallback (0, 0...
2013-10-11 Frank Henigmani965: extend fast texture upload
2013-10-10 Eric Anholtdri: Reference the global driver vtable once at screen...
2013-10-10 Eric Anholti965: Clean up error handling for context creation.
2013-10-10 Eric Anholtintel: Remove silly check for !bufmgr.
2013-10-10 Eric Anholtdri: Move API version validation into dri/common.
2013-10-10 Eric Anholtdri: Merge drisw_util.c into dri_util.c
2013-10-10 Eric Anholtdri: Add an explanatory comment for an important driver...
2013-10-10 Eric Anholtdri: Remove dead comment.
2013-10-10 Eric Anholti965/fs: Convert gen7 to using GRFs for texture messages.
2013-10-10 Eric Anholti965/fs: Allocate more register classes on gen7.
2013-10-10 Eric Anholti965/fs: Use per-channel interference for register_coal...
2013-10-10 Eric Anholti965/fs: Use the new per-channel live ranges for dead...
2013-10-10 Eric Anholti965/fs: Keep a copy of the live variables class around.
2013-10-10 Kenneth Graunkei965/fs: Invalidate live intervals when compacting...
2013-10-10 Kenneth Graunkei965/fs: Remove start/end aliases in compute_live_inter...
2013-10-10 Eric Anholti965/fs: Track live variable ranges on a per-channel...
2013-10-10 Eric Anholti965/fs: Factor def[]/use[] setup out to a separate...
2013-10-10 Kenneth Graunkei965/fs: Create a helper function for invalidating...
2013-10-10 Eric Anholti965/fs: Do live variables dataflow analysis on a per...
2013-10-10 Kenneth Graunkei965/fs: Rename num_vars to num_vgrfs in live interval...
2013-10-10 Kenneth Graunkei965/fs: Short-circuit a loop in live variable analysis.
2013-10-09 Kenneth Graunkei965/blorp: Allow format conversions for CopyTexSubImage.
2013-10-09 Kenneth Graunkei965/blorp: Rework sRGB override behavior.
2013-10-09 Kenneth Graunkei965/blorp: Explain why Z24 can't use a sensible format.
2013-10-09 Kenneth Graunkei965/blorp: Use R32_FLOAT for Z32F surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Use R16_UNORM for Z16 surfaces.
2013-10-09 Kenneth Graunkei965/blorp: Add support for non-render-target formats.
2013-10-09 Kenneth Graunkei965/blorp: Add an is_render_target parameter to surfac...
2013-10-09 Eric Anholti965/blorp: Fix the register types on blorp's push...
2013-10-09 Eric Anholti965: Fix 3D texture layout by more literally copying...
2013-10-09 Eric Anholtmesa: Fix compiler warnings when ALIGN's alignment...
2013-10-09 Eric Anholti965: Don't forget the cube map padding on gen5+.
2013-10-09 Chia-I Wui965: keep SecHalf flag after register coalescing
2013-10-09 Chia-I Wui965: allow SIMD8 sampler messages in SIMD16 mode
2013-10-09 Chia-I Wui965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLE
2013-10-09 Vinson Leei965: Initialize brw_blorp_const_color_program::prog_data.
2013-10-08 Eric Anholti965: Fix a compiler warning about conservative depth...
2013-10-08 Paul Berryi965/gs: Fixup gl_PointSize on entry to geometry shaders.
2013-10-08 Marek Olšákst/mesa: improve format selection for GLES
2013-10-07 Chad Versacegen7: Use logical, not physical, dims in 3DSTATE_DEPTH_...
2013-10-07 Matt Turneri965: Remove the "ARF" register file.
2013-10-07 Matt Turneri965: Fixup for don't dead-code eliminate instructions...
2013-10-07 Matt Turneri965: Generate code for ir_binop_imul_high.
2013-10-07 Matt Turneri965: Use the multiplication result's type for the...
2013-10-07 Matt Turneri965/fs: Disable CSE on instructions writing to HW_REG.
2013-10-07 Matt Turnerglsl: Implement [iu]mulExtended() built-ins for ARB_gpu...
2013-10-07 Matt Turneri965: Add Gen assertion checks for newer instructions.
2013-10-07 Matt Turneri965: Don't dead-code eliminate instructions that write...
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-10-07 Matt Turneri965: Add UD null register helpers.
2013-10-07 Matt Turnerglsl: Add ir_binop_carry and ir_binop_borrow.
2013-10-07 Brian Paulst/mesa: silence warning about unhandled ir_query_level...
2013-10-06 Ilia Mirkindri/nouveau: add AllocTextureImageBuffer implementation
2013-10-05 Chris Forbesi965/ivb: Flag RG32F quirk for texture gather regardles...
2013-10-05 Chris Forbesi965/vs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965/fs: Add support for textureGather(.., comp)
2013-10-05 Chris Forbesi965: Enable ARB_conservative_depth for Gen7+.
2013-10-05 Chris Forbesi965/wm: Program correct conservative depth modes
2013-10-05 Chris Forbesi965/vs: add missing break between ir_query_levels...
2013-10-05 Chris Forbesi965: enable ARB_texture_query_levels on Gen6+
2013-10-05 Chris Forbesi965/vs: implement ir_query_levels
2013-10-05 Chris Forbesi965/fs: implement ir_query_levels
2013-10-05 Chris Forbesi965: ignore all texturing opcodes without a coordinate...
2013-10-05 Chris Forbesglsl: add plumbing for GL_ARB_texture_query_levels
2013-10-05 Chris Forbesmesa: add plumbing for GL_ARB_texture_query_levels
2013-10-04 Ian Romanickmesa: Don't return any data for GL_SHADER_BINARY_FORMATS
2013-10-03 Paul Berryi965/fs: Improve accuracy of dFdy() to match dFdx().
2013-10-03 Brian Paulst/mesa: silence warning about unhandled enum in switch...
2013-10-03 Chris Forbesmesa: fix make check for ARB_texture_gather
2013-10-02 Chris Forbesi965/hsw: Apply gather4 RG32F w/a using SCS instead...
2013-10-02 Chris Forbesi965: Enable ARB_texture_gather on Gen7
2013-10-02 Chris Forbesi965: use gather slots in the binding table for gather4.
2013-10-02 Chris Forbesi965: Emit a second set of SURFACE_STATE for gather4...
2013-10-02 Chris Forbesi965: make room in the binding table for a full alterna...
2013-10-02 Chris Forbesi965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required...
2013-10-02 Chris Forbesi965: w/a for gather4 green RG32F
2013-10-02 Chris Forbesglsl: flag shaders which use gather4 at all
2013-10-02 Chris Forbesi965/vs: Add support for ir_tg4
2013-10-02 Chris Forbesi965/fs: Add support for ir_tg4
2013-10-02 Chris Forbesi965: add SHADER_OPCODE_TG4
2013-10-02 Maxence Le Doreglsl: add texture gather changes
2013-10-02 Maxence Le Doremesa: add texture gather changes
2013-10-02 Chris Forbesi965: fix bogus swizzle in brw_cubemap_normalize
2013-10-02 Chia-I Wui965: compute DDX in a subspan based only on top row
2013-10-02 Chris Forbesi965/blorp: Use passed in framebuffer rather than ctx...
2013-10-02 Francisco Jerezst/mesa: Switch glsl_to_tgsi_instruction to the non...
next