i965: Add helper function to find out the signedness of a register type.
[mesa.git] / src / mesa / drivers / dri /
2014-02-19 Francisco Jerezi965: Add helper function to find out the signedness...
2014-02-19 Francisco Jerezi965/vec4: Use swizzle() in the ARB_vertex_program...
2014-02-19 Francisco Jerezi965/fs: Use offset() in the ARB_fragment_program code.
2014-02-19 Francisco Jerezi965/fs: Remove fs_reg::retype.
2014-02-19 Francisco Jerezi965/vec4: Trivial improvements to the with_writemask...
2014-02-19 Francisco Jerezi965: Make sure that backend_reg::type and brw_reg...
2014-02-19 Francisco Jerezi965/vec4: Add non-mutating helper functions to modify...
2014-02-19 Francisco Jerezi965: Add non-mutating helper functions to modify the...
2014-02-19 Francisco Jerezi965/vec4: Fix off-by-one register class overallocation.
2014-02-19 Francisco Jerezi965: Unify fs_generator:: and vec4_generator::mark_sur...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-19 Francisco Jerezi965/vec4: Add constructor of src_reg from a fixed...
2014-02-19 Kenneth Graunkei965: Enable fast depth clears.
2014-02-19 Kenneth Graunkei965: Enable HiZ on Broadwell.
2014-02-19 Kenneth Graunkei965: Implement HiZ resolves on Broadwell.
2014-02-19 Kenneth Graunkei965: Refactor Gen8 depth packet emission.
2014-02-19 Kenneth Graunkei965: Add #defines for the 3DSTATE_WM_HZ_OP packet...
2014-02-19 Kenneth Graunkei965: Bump generation check in code to disable HiZ...
2014-02-19 Kenneth Graunkei965: Program 3DSTATE_HIER_DEPTH_BUFFER properly on...
2014-02-19 Kenneth Graunkei965: Pull format conversion logic out of brw_depthbuff...
2014-02-19 Kenneth Graunkei965: Bump MaxTexMbytes from 1GB to 1.5GB.
2014-02-19 Kenneth Graunkei965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.
2014-02-19 Kenneth Graunkei965: Bump MAX_3D_TEXTURE_SIZE to 2048.
2014-02-18 Eric Anholti965/fs: Use conditional sends to do FB writes on HSW+.
2014-02-18 Eric Anholti965/fs: Drop dead comment about the old proj_attrib_ma...
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-02-18 Eric Anholti965: Move singlesample_mt to the renderbuffer.
2014-02-18 Eric Anholti965: Drop some duplicated code in DRI winsys BO updates.
2014-02-18 Eric Anholti965: Simplify intel_miptree_updownsample.
2014-02-18 Eric Anholti965: Don't try to use the ctx->ReadBuffer when asked...
2014-02-18 Eric Anholti965: Make the mt->target of multisample renderbuffers...
2014-02-13 Ilia Mirkinnouveau: fix chipset checks for nv1a by using the oclas...
2014-02-13 Eric Anholti965: Add a driver hook for binding renderbuffers to...
2014-02-12 Francisco Jerezi965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZL...
2014-02-12 Francisco Jerezi965/fs: Remove fs_reg::sechalf.
2014-02-12 Francisco Jerezi965/fs: Remove fs_reg::smear.
2014-02-12 Francisco Jerezi965/fs: Add support for specifying register horizontal...
2014-02-12 Francisco Jerezi965/fs: Add support for sub-register byte offsets...
2014-02-12 Francisco Jerezglsl: Add image type to the GLSL IR.
2014-02-11 Kenneth Graunkei965: Fix General and Indirect Base Addresses on Broadwell.
2014-02-11 Kenneth Graunkei965: Drop VECTOR_MASK_ENABLE in Broadwell's 3DSTATE_VS...
2014-02-11 Kenneth Graunkei965/gs: Fix EndPrimitive on Broadwell.
2014-02-11 Kenneth Graunkei965/vec4: Support arbitrarily large sampler indices...
2014-02-11 Kenneth Graunkei965/fs: Support arbitrarily large sampler indices...
2014-02-11 Kenneth Graunkei965/fs: Fix Broadwell texture header setup to be uncom...
2014-02-11 Ian Romanickmesa: GL_ARB_half_float_pixel is not optional
2014-02-11 Emil Velikovdri/nouveau: Pass the API into _mesa_initialize_context
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 Brian Paulmesa: allocate gl_debug_state on demand
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-02 Brian Paulmesa: remove target param from ctx->Driver.TexParameter()
2014-02-02 Brian Paulswrast: use _mesa_get_current_tex_object() in swrastSet...
2014-02-02 Brian Paulradeon: use _mesa_get_current_tex_object() in radeonSet...
2014-02-02 Brian Paulr200: use _mesa_get_current_tex_object() in r200SetTexB...
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.
next