i965: Add remaining scratch space setup emit to unit states.
[mesa.git] / src / mesa / drivers /
2011-08-16 Eric Anholti965: Add remaining scratch space setup emit to unit...
2011-08-16 Eric Anholti965: Set up allocation of a VS scratch space if required.
2011-08-16 Eric Anholti965: Remove dead brw->wm.max_threads field.
2011-08-16 Eric Anholti965/vs: Add support for VUEs larger than a single...
2011-08-16 Eric Anholti965/vs: Avoid generating extra moves when setting...
2011-08-16 Eric Anholti965/vs: Fix types of varying outputs.
2011-08-16 Eric Anholti965/vs: Handle assignment of structures/arrays/matrice...
2011-08-16 Eric Anholti965/vs: Don't forget to set up assignment condition...
2011-08-16 Eric Anholti965/vs: Apply the gen6 math workaround for math1 instr...
2011-08-16 Eric Anholti965/vs: Add support for if(any_nequal()) and if(all_eq...
2011-08-16 Eric Anholti965/vs: Add support for dot product opcodes.
2011-08-16 Eric Anholti965/vs: Fix the types of array/struct dereferences.
2011-08-16 Eric Anholti965/vs: Drop the assertion about dst.reg_offset == 0.
2011-08-16 Eric Anholti965/vs: Use an appropriate swizzle on src regs from...
2011-08-16 Eric Anholti965/vs: Fix support for zero uniforms in use.
2011-08-16 Eric Anholti965/vs: Fix support for "IF" instructions by copying...
2011-08-16 Eric Anholti965/vs: Disable loops for now until rendering is gener...
2011-08-16 Eric Anholti965/vs: Fix ir_swizzle handling.
2011-08-16 Eric Anholti965/vs: Allocate storage for "auto" variables just...
2011-08-16 Eric Anholti965/vs: Allow scalar values in assignments, too.
2011-08-16 Eric Anholti965/vs: Don't emit an extra copy of the vertex position.
2011-08-16 Eric Anholti965/vs: Port the fix for clip plane writemasks from...
2011-08-16 Eric Anholti965/vs: Fix constant vector construction.
2011-08-16 Eric Anholti965/vs: Start adding support for uniforms
2011-08-16 Eric Anholti965: Start adding the VS visitor and codegen.
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-16 Eric Anholti965: Generate driver-specific IR for non-fragment...
2011-08-16 Eric Anholtradeon: Explain to the user what went wrong when built...
2011-08-11 Brian Paulmesa: fix initialization of GL_FOG_MODE in _mesa_init_d...
2011-08-11 Brian Paulmesa: fix ColorMask array index in _mesa_init_driver_st...
2011-08-10 Ben Widawskyintel: GetBuffer fix
2011-08-10 Carl Simonsoni830: Add missing vtable entry for i830 from the hiz...
2011-08-10 Eric Anholti965: Drop the reg/hw_reg distinction.
2011-08-10 Eric Anholti965/fs: Factor out the register allocator setup to...
2011-08-10 Eric Anholti965/fs: Simplify the register allocator using a map...
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-10 Eric Anholti965/fs: Use the new convenience interface for setting...
2011-08-05 Eric Anholtintel: Fix warnings from gl_constant_parameter changes.
2011-08-05 Eric Anholti965: Add dumping for gen6 WM constants too.
2011-08-05 Eric Anholti965/fs: Don't upload unused uniform components.
2011-08-05 Eric Anholti965/fs: Don't allocate the old backend's compile struc...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-02 Eric Anholtradeon: Remove some remaining set-but-unused variables.
2011-08-02 Eric Anholtradeon: Remove set-but-unused variables in radeon_lock.c
2011-08-02 Eric Anholtradeon: Remove set-but-unused variables in radeonSetTex...
2011-08-02 Eric Anholtradeon: Remove set-but-unused log2depth variable.
2011-08-02 Eric Anholtradeon: Remove set-but-unused color_mask variable.
2011-08-02 Eric Anholtintel: Fix unused variable warning.
2011-08-02 Ian Romanicki915: Only emit program errors when INTEL_DEBUG=wm...
2011-08-02 Ian Romanicki915: Fail without crashing if a Mesa IR program uses...
2011-08-02 Kenneth Graunkei965/gen5+: Fix incorrect miptree layout for non-power...
2011-08-01 Bryan Cainr200, r600c, i965: fix build
2011-07-29 Eric Anholti965/fs: Allow register coalescing where the source...
2011-07-29 Eric Anholti965/fs: Optimize a * 1.0 -> a.
2011-07-29 Eric Anholti965/fs: If we see a RCP of a constant, try to constant...
2011-07-29 Eric Anholti965/fs: Port texture projection avoidance optimization...
2011-07-29 Eric AnholtRevert "i965: Don't compute brw->wm.input_size_masks...
2011-07-29 Eric Anholti965/fs: Stop using the exec_list iterator.
2011-07-29 Eric Anholti965/fs: Respect ARB_color_buffer_float clamping.
2011-07-28 Brian Paulmesa: fix format selection for meta CopyTexSubImage()
2011-07-28 Kenneth Graunkei965: Remove the now unused intel_renderbuffer::draw_of...
2011-07-28 Kenneth Graunkei965: Check actual tile offsets in Gen4 miptree workaround.
2011-07-28 Kenneth Graunkei965/gen4: Fix message parameter loading for 1D TXD...
2011-07-26 Eric Anholti965/fs: Fix MRT drawing since the m0->m2 move for...
2011-07-25 Tobias Droster300/compiler: simplify code in peephole_add_presub_add
2011-07-25 Eric Anholti965: Fix many of the trivial WebGL demos that broke...
2011-07-25 Eric Anholti965: Use 3D clears on gen6+ to avoid inter-ring synchr...
2011-07-25 Eric Anholtmeta: Also save/restore clip planes for GLSL.
2011-07-25 Eric Anholti965: Emit texture cache flushes on gen6 along with...
2011-07-25 Paul Berryi965: vs optimization fix: Check val.{negate,abs} in...
2011-07-25 Kenneth Graunkei965/gen7: Fix shadow sampling in the old brw_wm_emit...
2011-07-25 Kenneth Graunkei965/fs: Clear result before visiting shadow comparitor...
2011-07-23 Ian Romanicki965: When emitting a src/dst read of an output, keep...
2011-07-23 Ian Romanicki965: When emitting a src/dst write of an output, keep...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Eric Anholti965: Apply a homebrew workaround for GPU hang in OGLC...
2011-07-20 Eric Anholti965: Enable the PIPE_CONTROL workaround workaround...
2011-07-20 Eric Anholti965: Avoid kernel BUG_ON if we happen to wait on the...
2011-07-20 Eric Anholtintel: Use the GLSL-based meta clear when available.
2011-07-20 Eric Anholtmeta: Add a GLSL-based _mesa_meta_Clear() variant.
2011-07-20 Brian Paulmeta: remove _mesa_meta_CopyTexImage1D/2D()
2011-07-20 Brian Paulradeon: remove radeonCopyTexImage2D()
2011-07-20 Brian Paulintel: remove intelCopyTexImage1D/2D()
2011-07-19 Chad Versaceintel: Fix stencil buffer to be W tiled
2011-07-19 Eric Anholti965: Fix regression in 29a911c50e4443dfebef0a2e32c39b6...
2011-07-18 Kenneth Graunkei965: Rename CMD_VF_STATISTICS_(965|GM45) to include...
2011-07-18 Kenneth Graunkei965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VER...
2011-07-18 Kenneth Graunkei965: Rename 3DSTATE_DRAWRECT_INFO_I965 to 3DSTATE_DRAW...
2011-07-18 Eric Anholti915: Simplify intel_wpos_* with a helper function.
2011-07-18 Eric Anholti915: Include gl_FragCoord.w data, not just xyz.
2011-07-18 Eric Anholti915: Add support for HW rendering with no color draw...
2011-07-18 Eric Anholti915: Fix incorrect depth scaling when enabling/disabli...
2011-07-18 Eric Anholti915: Make stencil test for no-stencil handling match...
2011-07-18 Eric Anholti915: Disable the depth test whenever we don't have...
2011-07-18 Eric Anholti915: Remove i965 paths from i915_update_drawbuffer...
2011-07-18 Eric Anholti965: Remove i915 paths from brw_update_draw_buffers().
2011-07-18 Eric Anholti965: Remove unused region calculations in brw_update_d...
2011-07-18 Eric Anholti965: Remove empty brw_set_draw_region.
next