svga: return true for the PIPE_CAP_SM3 query
[mesa.git] / src / mesa / drivers /
2013-11-07 Matt Turneri965: Add an implementation of intel_miptree_map using...
2013-11-07 Anuj Phogati965: Fix 'SIMD16 only' dispatch of fragment shader...
2013-11-07 Chris Forbesi965: Enable ARB_vertex_type_10f_11f_11f_rev on Gen6+.
2013-11-07 Chris Forbesi965: add support for UNSIGNED_INT_10F_11F_11F_REV...
2013-11-07 Eric Anholti965: Avoid flushing the batch for every blorp op.
2013-11-07 Kenneth Graunkei965: Use has_surface_tile_offset in depth/stencil...
2013-11-06 Paul Berryi965/gen6: Don't allow SIMD16 dispatch in 4x PERPIXEL...
2013-11-06 Matt Turneri965: Use unreachable() to silence a compiler warning.
2013-11-06 Chris Forbesi965/fs: Gen4-5: Implement alpha test in shader for MRT
2013-11-06 Chris Forbesi965/fs: Gen4-5: Setup discard masks for MRT alpha...
2013-11-06 Chris Forbesi965: Gen4-5: Include alpha func/ref in program key
2013-11-06 Chris Forbesi965: Gen4-5: Don't enable hardware alpha test with MRT
2013-11-06 Kenneth Graunkei965: Combine {brw,gen7}_update_texture_buffer_surface...
2013-11-06 Kenneth Graunkei965: Unvirtualize brw_create_constant_surface; delete...
2013-11-06 Kenneth Graunkei965: Use the new emit_buffer_surface_state() vtable...
2013-11-06 Kenneth Graunkei965: Virtualize emit_buffer_surface_state().
2013-11-06 Courtney Goeltzenl... i965: Fix compiler warning.
2013-11-05 Eric Anholti965: Tell the unit states how many binding table entri...
2013-11-05 Eric Anholti965: Fix context initialization after 2f896627175384fd5
2013-11-05 Ian Romanicknouveau: Use _NEW_SCISSOR instead of hooking through...
2013-11-05 Ian Romanicknouveau: Use _NEW_VIEWPORT instead of hooking through...
2013-11-05 Ian Romanickradeon / r200: Don't pass unused parameters to radeon_v...
2013-11-05 Ian Romanicki915: Bring sanity to the Viewport function
2013-11-05 Ian Romanicki965: Eliminate the saved_viewport wrapper
2013-11-05 Kenneth Graunkei965: Expose brw_reg_from_fs_reg() to other files.
2013-11-05 Kenneth Graunkei965: Combine gen6_clip_state.c and gen7_clip_state.c.
2013-11-04 Francisco Jerezdri/nouveau: Fix nouveau_init_screen2 breakage.
2013-11-04 Francisco Jerezi965/gen7: Add instruction latency estimates for untype...
2013-11-04 Francisco Jerezi965/gen7: Handle atomic instructions from the VEC4...
2013-11-04 Francisco Jerezi965/gen7: Handle atomic instructions from the FS back...
2013-11-04 Francisco Jerezi965: Add a 'has_side_effects' back-end instruction...
2013-11-03 Chad Versacei965: Add driconf option clamp_max_samples
2013-11-03 Vinson Leei965: Fix logic_op check.
2013-11-03 Vinson Leei915: Fix logic_op check.
2013-11-03 Vinson Leei965: Initialize vec4_visitor member variables.
2013-11-01 Anuj Phogati965: Enable ARB_sample_shading on intel hardware ...
2013-11-01 Anuj Phogati965/gen7: Enable the features required for GL_ARB_samp...
2013-11-01 Anuj Phogati965/gen6: Enable the features required for GL_ARB_samp...
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleMask[]
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SampleID
2013-11-01 Anuj Phogati965: Add FS backend for builtin gl_SamplePosition
2013-11-01 Anuj Phogati965: Don't do vector splitting for ir_var_system_value
2013-11-01 Matt Turneri965/fs: Optimize saturating SEL.G(E) with imm val...
2013-11-01 Matt Turneri965/fs: Optimize saturating SEL.L(E) with imm val...
2013-11-01 Matt Turneri965/fs: Optimize OR with identical sources into a...
2013-11-01 Eric Anholti965/vec4: Don't overwrite op[1] when doing a UBO load.
2013-10-31 Kenneth Graunkei965: Fix brw_store_register_mem64 to stay within a...
2013-10-31 Kenneth Graunkei965: Enable the ARB_transform_feedback_instanced exten...
2013-10-31 Kenneth Graunkei965: Enable the ARB_transform_feedback3 extension...
2013-10-31 Kenneth Graunkei965: Add support for gl_SkipComponents[1234].
2013-10-31 Kenneth Graunkei965: Explicitly maintain a count of SO_DECL structures...
2013-10-31 Kenneth Graunkei965: Create a temporary for transform feedback output...
2013-10-31 Kenneth Graunkei965: Enable ARB_transform_feedback2 on Gen7+ if regist...
2013-10-31 Kenneth Graunkei965: Initialize batchbuffer and state modules before...
2013-10-31 Kenneth Graunkei965: Implement glDrawTransformFeedback().
2013-10-31 Kenneth Graunkei965: Mark brw_draw_prims tfb_vertcount parameter as...
2013-10-31 Kenneth Graunkemesa: Add a new GetTransformFeedbackVertexCount() drive...
2013-10-31 Kenneth Graunkei965: Implement Pause/ResumeTransformfeedback driver...
2013-10-31 Kenneth Graunkei965: Create a new brw_transform_feedback_object subclass.
2013-10-31 Brian Paulmeta: fix assorted MSVC int/float conversion warnings
2013-10-31 Matt Turneri965/fs: Perform CSE on CMP(N) instructions.
2013-10-31 Matt Turneri965/fs: Don't emit null MOVs in CSE.
2013-10-31 Matt Turneri965/fs: Use reads_flag and writes_flag methods in...
2013-10-31 Matt Turneri965/fs: Add reads_flag() and writes_flag() to fs_inst.
2013-10-31 Matt Turneri965/fs: Add is_null() method to fs_reg.
2013-10-31 Eric Anholti965/fs: Use the gen7 scratch read opcode when possible.
2013-10-31 Eric Anholti965: Merge together opcodes for SHADER_OPCODE_GEN4_SCR...
2013-10-31 Eric Anholti965/fs: Fix register unspills from a reg_offset.
2013-10-31 Eric Anholti965/fs: Fix register spilling for 16-wide.
2013-10-31 Eric Anholti965/fs: Exit the compile if spilling would overwrite...
2013-10-31 Eric Anholti965/fs: Fix broken register spilling debug code.
2013-10-31 Eric Anholti965/fs: Split "find what MRFs were used" to a helper...
2013-10-31 Eric Anholti965/fs: Update an ancient, wrong comment about reg_offset.
2013-10-30 Eric Anholti965/fs: Prefer more-critical instructions of the same...
2013-10-30 Eric Anholti965: Compute the node's delay time for scheduling.
2013-10-29 Emil Velikovautomake: properly handle non-default expat installation
2013-10-29 Eric Anholti965/fs: Drop our dead push constants before overflowin...
2013-10-29 Francisco Jerezi965: Simplify the shader time code by using atomic...
2013-10-29 Francisco Jerezi965: Add brw_reg constructors taking a dynamically...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped surfac...
2013-10-29 Francisco Jerezi965/gen7: Implement code generation for untyped atomic...
2013-10-29 Francisco Jerezi965: Implement ABO surface state emission.
2013-10-29 Francisco Jerezi965: Define vtbl method that initializes an untyped...
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-29 Francisco Jerezi965: Handle deallocation of some private ralloc contex...
2013-10-29 Eric Anholti965/vec4: Reduce working set size of live variables...
2013-10-28 Kenneth Graunkei965: Also emit HiZ and Stencil packets when disabling...
2013-10-28 Kenneth Graunkei965: Also emit HIER_DEPTH and STENCIL packets when...
2013-10-28 Kenneth Graunkei965: Move post-sync non-zero flush for 3DSTATE_MULTISA...
2013-10-28 Kenneth Graunkei965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush...
2013-10-28 Kenneth Graunkei965: Emit post-sync non-zero flush before 3DSTATE_DRAW...
2013-10-28 Kenneth Graunkei965: Emit post-sync non-zero flush before 3DSTATE_GS_S...
2013-10-28 Daniel Vetteri965: CS writes/reads should use I915_GEM_INSTRUCTION
2013-10-28 Anuj Phogati965: Do not set bilinear_filter flag in case of multis...
2013-10-27 Paul Berryi965: Make fs gl_PrimitiveID input work even when there...
2013-10-26 Chris Forbesi965: Remove ir_txf coord+offset special case in visitors
2013-10-26 Chris Forbesi965: Generalize coord+offset lowering pass for ir_txf
2013-10-26 Chris Forbesi965: Add lowering pass to fold offset into unnormalize...
2013-10-26 Chris Forbesi965: Add lowering pass for splitting textureGatherOffsets
2013-10-26 Chris Forbesi965: Add asserts to ensure that ir_tg4 offset arrays...
next