i965: GS: Use the VUE map to compute URB size.
[mesa.git] / src / mesa / drivers / dri / i965 /
2011-09-06 Paul Berryi965: GS: Use the VUE map to compute URB size.
2011-09-06 Paul Berryi965: clip: Remove no-longer-needed variables.
2011-09-06 Paul Berryi965: clip: Remove assumption about VUE header from...
2011-09-06 Paul Berryi965: clip: Change computation of nr_regs to use VUE...
2011-09-06 Paul Berryi965: clip: Convert computations to ..._to_offset(...
2011-09-06 Paul Berryi965: clip: Add a function to determine whether a vert_...
2011-09-06 Paul Berryi965: clip: Rework brw_clip_interp_vertex() to use...
2011-09-06 Paul Berryi965: clip: Modify brw_clip_interp_vertex() to use...
2011-09-06 Paul Berryi965: clip: Move header_regs into brw_clip_compile.
2011-09-06 Paul Berryi965: clip: Modify brw_clip_tri_alloc_regs() to use...
2011-09-06 Paul Berryi965: clip: Move hpos_offest and ndc_offset into local...
2011-09-06 Paul Berryi965: clip: rename header_position_offset to the more...
2011-09-06 Paul Berryi965: clip: Add VUE map computation to clip stage for...
2011-09-06 Paul Berryi965: SF: Change gen{6,7}_sf_state.c to compute URB...
2011-09-06 Paul Berryi965: SF: Move outputs_written to a local variable...
2011-09-06 Paul Berryi965: SF: New implementation of get_attr_override using...
2011-09-06 Paul Berryi965: SF: Remove unnecessary variables.
2011-09-06 Paul Berryi965: SF: Stop using nr_setup_attrs in compute_masks.
2011-09-06 Paul Berryi965: SF: Remove attr_to_idx and idx_to_attr.
2011-09-06 Paul Berryi965: SF: Change calculate_masks to use the VUE map.
2011-09-06 Paul Berryi965: SF: Change the flags that refer to "attr" to...
2011-09-06 Paul Berryi965: SF: change get_vert_attr to use the VUE map,...
2011-09-06 Paul Berryi965: SF: Modify calculate_point_sprite_mask to use...
2011-09-06 Paul Berryi965: SF: Move the computation of urb_entry_read_offset.
2011-09-06 Paul Berryi965: new VS: Compute urb entry size based on the VUE...
2011-09-06 Paul Berryi965: new VS: Clarify comments about max_usable_mrf...
2011-09-06 Paul Berryi965: new VS: use the VUE map to write out vertex attri...
2011-09-06 Paul Berryi965: new VS: move clip distance computation (GEN5...
2011-09-06 Paul Berryi965: new VS: Move PSIZ/flags computation to a separate...
2011-09-06 Paul Berryi965: new VS: move NDC computation (GEN4-5) to a separa...
2011-09-06 Paul Berryi965: new VS: Use output_reg[] to find NDC and HPOS...
2011-09-06 Paul Berryi965: old VS: use the VUE map to compute the URB entry...
2011-09-06 Paul Berryi965: old VS: Use brw_vue_map instead of implicit assum...
2011-09-06 Paul Berryi965: Add functions to compute offsets within the VUE...
2011-09-06 Paul Berryi965: Write code to compute a VUE map.
2011-09-06 Paul BerryRefactor code that converts between gl_vert_result...
2011-09-06 Bryan Cainmesa: add a UniformBooleanTrue option
2011-09-02 Kenneth Graunkei965/vs: Fix NULL pointer dereference in pre-Gen6 push...
2011-09-01 Chia-I Wuintel: rename intel_extensions_es2.c to intel_extension...
2011-09-01 Chia-I Wui965: fix Android build
2011-08-31 Bryan Cainglsl: Use a separate div_to_mul_rcp lowering flag for...
2011-08-31 Eric Anholti965/vs: Avoid the emit(), remove(), insert_before...
2011-08-31 Eric Anholti965/vs: Move logic for weird CMP type handling to...
2011-08-31 Eric Anholti965/vs: Convert emit() calls to the new instruction...
2011-08-31 Eric Anholti965/vs: Convert gen6 userclip handling to new generators.
2011-08-31 Eric Anholti965/vs: Create instruction generators outside of the...
2011-08-30 Eric Anholti965/vs: Fix GL_FIXED setup when a writemask is present.
2011-08-30 Eric Anholti965/vs: Pack live uniform vectors together in the...
2011-08-30 Eric Anholti965/vs: Track uniforms as separate vectors once we...
2011-08-30 Eric Anholti965/vs: Don't lower uniform array indexing.
2011-08-30 Eric Anholti965/vs: Add support for pull constant loads for unifor...
2011-08-30 Eric Anholti965/vs: Restructure emit() functions around a vec4_ins...
2011-08-30 Eric Anholti965: Make the old VS backend record pull constant...
2011-08-30 Eric Anholti965: Use native integer uniforms when the new VS backe...
2011-08-30 Eric Anholti965/vs: Move the flag for whether to use the new backe...
2011-08-30 Chad Versacei965: Build i965_dri.so for Android
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-29 Kenneth Graunkei965: Avoid generating MOVs for most ir_assignment...
2011-08-29 Kenneth Graunkei965/fs: Revert "Avoid generating MOVs for assignments...
2011-08-27 Chad Versacei965: Factor our source lists into Makefile.sources
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Ian Romanicki965: Remove all bits of NRM3 and NRM4 code
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Ian Romanicki965: Only map the necessary buffer range in brw_prepar...
2011-08-23 Ian Romanickmesa: Eliminate dd_function_table::MapBuffer
2011-08-23 Ian Romanickmesa: Fix incorrect access parameter passed to MapBuffer
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Eric Anholti965: Fix typo in 2b224d66a01f3ce867fb05558b25749705bbfe7a
2011-08-23 Eric Anholti965/gen6+: Use non-normalized coordinates for GL_TEXTU...
2011-08-23 Kenneth Graunkei965: Implement textureSize (TXS) on Gen4.
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-23 Kenneth Graunkei965/fs: Rudimentary support for non-floating point...
2011-08-23 Kenneth Graunkeglsl: Add a new ir_txs (textureSize) opcode to ir_texture.
2011-08-20 Kenneth Graunkei965/gen7: Use align1 mode to set URB_WRITE_HWORD chann...
2011-08-20 Kenneth Graunkei965/fs: Don't double-convert integer/boolean uniforms.
2011-08-20 Kenneth Graunkei965/fs: Change incorrect use of 'struct fs_reg' to...
2011-08-20 Eric Anholti965/vs: Implement proper register allocation instead...
2011-08-20 Eric Anholti965/vs: Add simple dead code elimination.
2011-08-19 Eric Anholti965/vs: Copy the live intervals calculation over from...
2011-08-19 Eric Anholti965/vs: Remove stale comment about compressed instruct...
2011-08-17 Eric Anholti965/fs: Fix 32-bit integer multiplication.
2011-08-16 Eric Anholti965/vs: Fix multiplies to actually do 32-bit multiplies.
2011-08-16 Eric Anholti965/vs: Add support for conversion of FIXED_HW_REG...
2011-08-16 Eric Anholti965/vs: Fix memory leak of ralloc context for the...
2011-08-16 Eric Anholti965/vs: Fix condition code for scalar expression all_e...
2011-08-16 Eric Anholti965/vs: Don't assertion fail on vertex texturing.
2011-08-16 Eric Anholti965/gen6: Force WHILE exec size to 8.
2011-08-16 Eric Anholti965/vs: Remove remaining use of foreach_iter.
2011-08-16 Eric Anholti965/vs: Fix abs/negate handling on attributes.
2011-08-16 Eric Anholti965/vs: Avoid generating a MOV for most ir_assignment...
2011-08-16 Eric Anholti965/vs: Run the shader backend at link time and return...
2011-08-16 Eric Anholti965: Fix assertion failure on a loop consisting of...
2011-08-16 Eric Anholti965/vs: Fix the trivial register allocator's failure...
2011-08-16 Eric Anholti965/vs: Add support for if(any(bvec)) on gen6.
2011-08-16 Eric Anholti965/vs: Add support for GL_FIXED attributes.
2011-08-16 Eric Anholti965/vs: Clamp vertex color outputs when required by...
2011-08-16 Eric Anholti965/vs: Fix access of attribute arrays.
2011-08-16 Eric Anholti965/vs: Fix builtin uniform setup.
2011-08-16 Eric Anholti965/vs: Add support for loops.
next