i965: Don't call abort() on an unknown device.
[mesa.git] / src / mesa / drivers / dri / i965 /
2014-02-11 Kenneth Graunkei965: Don't call abort() on an unknown device.
2014-02-11 Kenneth Graunkei965/fs: Simplify FS_OPCODE_SET_OMASK stride mashing...
2014-02-11 Kenneth Graunkei965/fs: Simplify FS_OPCODE_SET_SAMPLE_ID stride mashin...
2014-02-10 Kenneth Graunkei965: Program 2x MSAA sample positions.
2014-02-10 Kenneth Graunkei965: Store 4x MSAA sample positions in a scalar value...
2014-02-10 Kenneth Graunkei965: Duplicate less code in GetSamplePositions driver...
2014-02-10 Kenneth Graunkemesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT...
2014-02-08 Kenneth Graunkei965: Label JIP and UIP in Broadwell shader disassembly.
2014-02-08 Kenneth Graunkei965: Don't disassemble UIP field for Broadwell WHILE...
2014-02-08 Kenneth Graunkei965: Don't print source registers for Broadwell flow...
2014-02-08 Kenneth Graunkei965: Fix fast depth clear values on Broadwell.
2014-02-07 Chris Forbesi965: Enable ARB_texture_gather for one component on...
2014-02-07 Chris Forbesi965/vec4: Emit shader w/a for Gen6 gather
2014-02-07 Chris Forbesi965/fs: Emit shader w/a for Gen6 gather
2014-02-07 Chris Forbesi965: Add surface format overrides for Gen6 gather
2014-02-07 Chris Forbesi965: Add Gen6 gather wa to sampler key
2014-02-07 Eric Anholti965: Add some informative debug when the X Server...
2014-02-07 Eric Anholti965: Remove redundant check in blitter-based glBlitFra...
2014-02-07 Kenneth Graunkei965: Fix Gen8+ disassembly of half float subregister...
2014-02-07 Kenneth Graunkei965: Use the new brw_load_register_mem helper for...
2014-02-07 Kenneth Graunkei965: Implement a brw_load_register_mem helper function.
2014-02-07 Kenneth Graunkei965: Fix INTEL_DEBUG=vs for fixed-function/ARB programs.
2014-02-07 Juha-Pekka Heikkilai965: Add missing null check in fs_visitor::dead_code_e...
2014-02-06 Chris Forbesi965/vs: Fix typo in brw_compute_vue_map
2014-02-06 Kenneth Graunkei965: Fix register types in dump_instructions().
2014-02-05 Chris Forbesi965/fs: Assume FBO rendering in precompile if MRT.
2014-02-05 Chris Forbesi965/fs: Guess nr_color_regions better in precompile
2014-02-05 Kristian Høgsbergi965: Move intel_prepare_render() above first buffer...
2014-02-05 Paul Berryi965/cs: Allow ARB_compute_shader to be enabled via...
2014-02-05 Paul Berryi965/cs: Create the brw_compute_program struct, and...
2014-02-04 Topi Pohjolaineni965/blorp: do not use unnecessary hw-blending support
2014-02-04 Kenneth Graunkei965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw().
2014-02-04 Kenneth Graunkei965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy().
2014-02-04 Kenneth Graunkei965: Create drm_intel_bo_map wrappers with performance...
2014-02-01 Kenneth Graunkei965: Silence unused variable 'ctx' warning.
2014-02-01 Kenneth Graunkei965: Fix math instruction hstride assertions on Broadwell.
2014-02-01 Kenneth Graunkei965: Disable 3DSTATE_WM_HZ_OP fields.
2014-02-01 Kenneth Graunkei965: Update GS state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update multisampling state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and...
2014-02-01 Kenneth Graunkei965: Update BLEND_STATE for Broadwell.
2014-02-01 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT for Broadwell.
2014-02-01 Kenneth Graunkei965: Rework SURFACE_STATE entries for Broadwell.
2014-02-01 Kenneth Graunkei965: Update SOL state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update the code that disables unused shader stage...
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_CLIP for Broadwell.
2014-02-01 Kenneth Graunkei965: Rework vertex uploads for Broadwell.
2014-02-01 Kenneth Graunkei965: Update STATE_BASE_ADDRESS for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS...
2014-02-01 Kenneth Graunkei965: Rework 3DSTATE_VS for Broadwell.
2014-02-01 Kenneth Graunkei965: Add the new 3DSTATE_PS_BLEND state packet.
2014-02-01 Kenneth Graunkei965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_W...
2014-02-01 Kenneth Graunkei965: Update SF, SBE, and RASTER state for Broadwell.
2014-02-01 Kenneth Graunkei965: Bump generation assertions on workaround flushes.
2014-02-01 Kenneth Graunkei965: Duplicate gen7_atoms to gen8_atoms.
2014-01-31 Keith Packarddri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888
2014-01-29 Matt Turneri965/fs: Add a saturation propagation optimization...
2014-01-29 Matt Turneri965: Add can_do_saturate() method to backend_instruction.
2014-01-28 Anuj Phogati965: Ignore 'centroid' interpolation qualifier in...
2014-01-27 Mark Muellermesa: Fix Type A _INT formats to MESA_FORMAT naming...
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names containg SIGNED
2014-01-27 Mark Muellermesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and...
2014-01-27 Mark Muellermesa: Change many Type P MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2014-01-27 Mark Muellermesa: change gl_format to mesa_format
2014-01-27 Ian Romanickmesa: GL_EXT_framebuffer_blit is not optional
2014-01-26 Kenneth Graunkei965: Don't store qpitch / 4 as mt->qpitch for compress...
2014-01-23 Paul Berryi965/gen7: Use to the correct program when uploading...
2014-01-23 Paul Berryi965: Remove *_generator::shader field; use prog field...
2014-01-23 Topi Pohjolaineni965/blorp: switch eu-emitter to use FS IR and fs_generator
2014-01-23 Topi Pohjolaineni965/fs: add support for BRW_OPCODE_AVG in fs_generator
2014-01-23 Topi Pohjolaineni965/fs: introduce blorp specific rt-write for fs_generator
2014-01-23 Topi Pohjolaineni965/fs: allow unit tests to dump the final patched...
2014-01-23 Topi Pohjolaineni965/blorp: wrap brw_IF/ELSE/ENDIF() into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: wrap RNDD (/brw_RNDD(&func, /emit_rndd(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap FRC (/brw_FRC(&func, /emit_frc(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap MUL (/brw_MUL(&func, /emit_mul(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap OR (/brw_OR(&func, /emit_or(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap SHL (/brw_SHL(&func, /emit_shl(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap SHR (/brw_SHR(&func, /emit_shr(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap ADD (/brw_ADD(&func, /emit_add(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap AND (/brw_AND(&func, /emit_and(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap MOV (/brw_MOV(&func, /emit_mov(/)
2014-01-23 Topi Pohjolaineni965/blorp: wrap emission of if-equal-assignment
2014-01-23 Topi Pohjolaineni965/blorp: wrap emission of conditional assignment
2014-01-23 Topi Pohjolaineni965/blorp: move emission of sample combining into...
2014-01-23 Topi Pohjolaineni965/blorp: move emission of rt-write into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: move emission of texture lookup into eu...
2014-01-23 Topi Pohjolaineni965/fs: introduce non-compressed equivalent of tex_cms
2014-01-23 Topi Pohjolaineni965: rename tex_ms to tex_cms
2014-01-23 Topi Pohjolaineni965/blorp: move emission of pixel kill into eu-emitter
2014-01-23 Topi Pohjolaineni965/blorp: introduce separate eu-emitter for blit...
2014-01-23 Kenneth Graunkei965: Support 32 texture image units on Haswell+.
2014-01-23 Kenneth Graunkei965/fs: Switch from BRW_MAX_TEX_UNIT to the actual...
2014-01-23 Kenneth Graunkei965/vec4: Support arbitrarily large sampler state...
2014-01-23 Kenneth Graunkei965/vec4: Refactor sampler message setup.
2014-01-23 Kenneth Graunkei965/vec4: Don't set header_present if texel offsets...
2014-01-23 Kenneth Graunkei965/fs: Support arbitrarily large sampler state indice...
2014-01-23 Kenneth Graunkei965/fs: Plumb sampler index into emit_texture_gen7.
next