i915: Fix wrong sizeof argument in i915_update_tex_unit.
[mesa.git] / src / mesa / drivers / dri / i965 /
2012-11-20 Eric Anholti965/fs: Add helper functions for IF and CMP and use...
2012-11-20 Eric Anholti965/fs: Add helper functions for generating ALU ops...
2012-11-20 Eric Anholti965/gen4: Fix crash with fragment programs and texture...
2012-11-20 Eric Anholti965: Disable the GB clip test when a limited viewport...
2012-11-20 Eric Anholti965: Use fewer temporary variables in clip setup.
2012-11-20 Eric AnholtRevert "i965/fs: Fix conversions float->bool, int-...
2012-11-20 Eric Anholti965/fs: Fix the gen6-specific if handling for 80ecb8f1...
2012-11-19 Eric Anholti965: Use the separate stencil buffer's offsets for...
2012-11-19 Eric Anholti965: Move all the depth/stencil/hiz offset logic into...
2012-11-19 Eric Anholti965: When rebasing depth or stencil, update x/y before...
2012-11-19 Eric Anholtintel: Push face/level -> slice handling to the caller...
2012-11-19 Kenneth Graunkei965/vs: Don't lose attribute type when converting...
2012-11-19 Chad Versacei965: Validate requested GLES context version in brwCre...
2012-11-17 Kenneth Graunkei965/fs: Properly patch special values during VGRF...
2012-11-17 Eric Anholti965/gen4: Respect the VERTEX_PROGRAM_TWO_SIDE vertex...
2012-11-17 Eric Anholti965/fs: Unify the param pointer allocation for FP...
2012-11-15 Kenneth Graunkei965/fs: Don't calculate_live_intervals() in opt_algebr...
2012-11-15 Kenneth Graunkei965: Remove duplicate brw_opcodes table in favor of...
2012-11-15 Kenneth Graunkei965/vs: Remove dead vec4_visitor::src_reg_for_float...
2012-11-15 Kenneth Graunkei965/fs: Remove bblock field of fs_visitor.
2012-11-15 Kenneth Graunkei965: Remove brw_instruction_info::is_arith().
2012-11-15 Kenneth Graunkei965: Remove some dead code optimization passes.
2012-11-15 Kenneth Graunkei965: Remove unused BRW_PACKCOLOR8888 macro.
2012-11-15 Kenneth Graunkei965: Remove brw_shader_program wrapper struct.
2012-11-15 Kenneth Graunkei965: Remove unused struct brw_vs_ouput_sizes.
2012-11-13 Kenneth Graunkei965/vs: Fix user clip plane setup on Gen4-5.
2012-11-13 Kenneth Graunkei965/vs: Simplify the Gen6-7 part of setup_uniform_clip...
2012-11-13 Kenneth Graunkei965/vs: Split setup_uniform_clipplane_values() into...
2012-11-12 Eric Anholtautomake: Merge per-type *_FILES variables in intel...
2012-11-12 Kenneth Graunkei965: Add comments for each of the surface state table...
2012-11-10 Kenneth Graunkei965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
2012-11-08 Eric Anholti965: Fix slow leak of brw->wm.compile_data->store
2012-11-08 Eric Anholti965/fs: Add support for global copy propagation.
2012-11-08 Vinson Leei965: Fix assertion in brw_alu3.
2012-11-04 Vandrus Zoltáni965: Fix oversized initial allocation of the state...
2012-11-04 Eric Anholti965: Force border color A to 1 when it's not present...
2012-11-04 Eric Anholti965: Fix uploading user vertex arrays with basevertex...
2012-11-04 Eric Anholti965: Set dirty state for brw_draw_upload.c when num_in...
2012-11-04 Eric Anholti965: Remove the vbo_rebase_prims() path.
2012-11-04 Eric Anholti965/fs: Fix a comment in copy propagation.
2012-11-04 Eric Anholti965/fs: Allow copy-propagation on pull constant load...
2012-11-04 Eric Anholti965/fs: Do dead code elimination just after copy propa...
2012-11-04 Kenneth Graunkei965/fs: Compact the virtual GRF arrays.
2012-11-01 Kenneth Graunkei965: Remove unused variables after removing the old...
2012-11-01 Kenneth Graunkei965: Remove unnecessary walk through Mesa IR in Progra...
2012-11-01 Kenneth Graunkei965: Remove VS constant buffer read support from brw_e...
2012-11-01 Kenneth Graunkei965: Update comment about clipper constants.
2012-11-01 Kenneth Graunkei965/vs: Remove brw_vs_compile::constant_map.
2012-11-01 Kenneth Graunkei965/vs: Remove support for the old parameter layout.
2012-11-01 Kenneth Graunkei965/vs: Delete the old vertex shader backend.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-11-01 Kenneth Graunkei965/vs: Refactor min/max handling to share code.
2012-11-01 Kenneth Graunkei965/vs: Add support for emitting DPH opcodes.
2012-11-01 Kenneth Graunkei965/vs: Only do INTEL_DEBUG=perf when there's a GLSL...
2012-11-01 Eric Anholti965/gen4: Fix assertion failures in depthstencil pigli...
2012-11-01 Kenneth Graunkei965: Add "alpha to coverage" to performance debug...
2012-11-01 Kenneth Graunkei965: Don't replicate data for zero-stride arrays when...
2012-11-01 Kenneth Graunkei965: Don't bother trying to extend the current vertex...
2012-10-26 Eric Anholti965: Merge brw_prepare_query_begin() and brw_emit_quer...
2012-10-26 Eric Anholti965: Rename misleading "active" field of brw->query.
2012-10-25 Kenneth Graunkei965/vs: Preserve the type when copy propagating into...
2012-10-25 Kenneth Graunkei965/vs: Don't lose the MRF writemask when doing comput...
2012-10-25 Kenneth Graunkei965/vs: Fix debug dumping of VS push constants.
2012-10-23 Eric Anholti965: Actually add support for GL_ANY_SAMPLES_PASSED...
2012-10-19 Eric Anholti965: Stop flushing the batch on timestamp queries...
2012-10-19 Eric Anholti965: Don't flush the batch immediately on EndQuery.
2012-10-19 Eric Anholti965/fs: Fix typo in refactor of brw_fs_reg_allocate...
2012-10-19 Tapani Pällii965/vs: include format argument in debug printf
2012-10-17 Eric Anholti965/fs: Statically allocate the reg_sets at context...
2012-10-17 Eric Anholti965/fs: Allocate registers in the unused parts of...
2012-10-17 Eric Anholti965/fs: Reduce the interference between payload regs...
2012-10-17 Eric Anholti965/fs: Expose the payload registers to the register...
2012-10-17 Eric Anholti965/fs: Remove extra allocation for classes[].
2012-10-17 Eric Anholti965/fs: Make the register allocation class_sizes[...
2012-10-17 Eric Anholti965/vs: Improve live interval calculation.
2012-10-17 Eric Anholti965/vs: Fix the mlen of scratch read/write messages.
2012-10-17 Eric Anholti965: Make the cfg reusable from the VS.
2012-10-17 Eric Anholti965: Share the predicate field between FS and VS.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.
2012-10-17 Eric Anholti965: Make the FS and VS share a few visitor/instructio...
2012-10-17 Eric Anholti965/vs: Trim the swizzle of the scratch write temporary.
2012-10-17 Eric Anholti965/vs: Do the temporary allocation in emit_scratch_wr...
2012-10-17 Eric Anholti965/vs: Simplify emit_scratch_write() prototype.
2012-10-17 Eric Anholti965/vs: Add a little bit of IR-level debug ability.
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-10-16 Eric Anholti965: Share the draw x/y offset masking code between...
2012-10-16 Eric Anholti965: Make a helper function for the renderbuffer tempo...
2012-10-16 Eric Anholti965: Warn on a couple of workarounds in blending.
2012-10-16 Kenneth Graunkei965/fs: Fix segfault when using INTEL_DEBUG=perf with...
2012-10-16 Kenneth Graunkemesa: Remove PROGRAM_WRITE_ONLY register type.
2012-10-16 Kenneth Graunkemesa: Remove support for named parameters.
2012-10-16 Kenneth Graunkemesa: Remove the EmitNVTempInitialization shader compil...
2012-10-15 Eric Anholtintel: Remove NV_vertex_program support.
2012-10-15 Eric Anholti965/vp: Remove more code for unused opcodes.
2012-10-10 Eric Anholti965/vs: Add support for splitting virtual GRFs.
2012-10-10 Eric Anholti965/vs: Try again when we've successfully spilled...
2012-10-10 Kenneth Graunkei965/vs: Implement register spilling.
2012-10-10 Kenneth Graunkei965/vs: Fix unit mismatch in scratch base_offset param...
2012-10-09 Kenneth Graunkei965: Delete some dead code from brw_eu_emit.c.
next