46215 Commits (7826067bd195bd1e7f69565b83d2161638e5a230)
 

Author SHA1 Message Date
  Adam Jackson 7826067bd1 Drop some Glide remnants 14 years ago
  Adam Jackson 7f379df401 Remove an AmiWin leftover 14 years ago
  Adam Jackson c7cc61fea9 Remove dead glfbdev.h 14 years ago
  Adam Jackson f6f2f59818 Drop documentation references for deleted backends 14 years ago
  José Fonseca f4dd099171 rtasm,translate: Disable on Mingw-w64. 14 years ago
  Ian Romanick 5812b24845 docs: skeleton file for 7.12 release notes 14 years ago
  Ian Romanick 3602fbb201 mesa: Remove support for unpacking from client memory to color-index pixels 14 years ago
  Ian Romanick d7cb905a5a swrast: Use GL_STENCIL_INDEX for address calculations 14 years ago
  Ian Romanick e174b5d483 mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_exists 14 years ago
  Ian Romanick 559241d48c mesa: Remove GL_COLOR_INDEX from base format assertions 14 years ago
  Ian Romanick ede7d9fff5 swrast: Remove GL_COLOR_INDEX from assertions 14 years ago
  Ian Romanick 960f37a57a mesa: Remove unused struct gl_color_table 14 years ago
  Ian Romanick 81a6cf9ddf mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte} 14 years ago
  Ian Romanick 0b6dd75058 mesa: Remove all mention of GL_COLOR_INDEX*_EXT 14 years ago
  Ian Romanick eb805a5182 mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::UpdateTexturePalette 14 years ago
  Ian Romanick eba527bf9f mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_palette 14 years ago
  Paul Berry becd54eedb i965: Remove two_side_color from brw_compute_vue_map(). 14 years ago
  Paul Berry f2b09257ba i965: For GEN6+, always make front/back colors adjacent in VUE. 14 years ago
  Paul Berry 18dcda2dcf i965: GS: Use the VUE map to compute URB size. 14 years ago
  Paul Berry 78be5bcb22 i965: clip: Remove no-longer-needed variables. 14 years ago
  Paul Berry 4efb32c642 i965: clip: Remove assumption about VUE header from brw_clip_interp_vertex() 14 years ago
  Paul Berry 71cb82f63a i965: clip: Change computation of nr_regs to use VUE map. 14 years ago
  Paul Berry 2ef1fa6b3c i965: clip: Convert computations to ..._to_offset() for clarity. 14 years ago
  Paul Berry 54a62f8806 i965: clip: Add a function to determine whether a vert_result is in use. 14 years ago
  Paul Berry 620f06b126 i965: clip: Rework brw_clip_interp_vertex() to use the VUE map. 14 years ago
  Paul Berry c46be4273c i965: clip: Modify brw_clip_interp_vertex() to use the VUE map. 14 years ago
  Paul Berry 5a93019a87 i965: clip: Move header_regs into brw_clip_compile. 14 years ago
  Paul Berry 2bc421845e i965: clip: Modify brw_clip_tri_alloc_regs() to use the VUE map. 14 years ago
  Paul Berry 62b0c8561e i965: clip: Move hpos_offest and ndc_offset into local functions. 14 years ago
  Paul Berry eae5b5c44e i965: clip: rename header_position_offset to the more correct ndc_offset. 14 years ago
  Paul Berry 514eeca32c i965: clip: Add VUE map computation to clip stage for Gen4-5. 14 years ago
  Paul Berry 9660e3b788 i965: SF: Change gen{6,7}_sf_state.c to compute URB read length based on VUE map. 14 years ago
  Paul Berry fc60a07d88 i965: SF: Move outputs_written to a local variable for clarity. 14 years ago
  Paul Berry 2d909f431c i965: SF: New implementation of get_attr_override using the VUE map. 14 years ago
  Paul Berry bbc53d6285 i965: SF: Remove unnecessary variables. 14 years ago
  Paul Berry 58d9c95b3c i965: SF: Stop using nr_setup_attrs in compute_masks. 14 years ago
  Paul Berry 08f030baec i965: SF: Remove attr_to_idx and idx_to_attr. 14 years ago
  Paul Berry 84e7d04e1d i965: SF: Change calculate_masks to use the VUE map. 14 years ago
  Paul Berry aafe2cdf86 i965: SF: Change the flags that refer to "attr" to be based on gl_vert_result. 14 years ago
  Paul Berry 8b362477d9 i965: SF: change get_vert_attr to use the VUE map, and rename it. 14 years ago
  Paul Berry 4a1fb81902 i965: SF: Modify calculate_point_sprite_mask to use the VUE map. 14 years ago
  Paul Berry 39fc725b0c i965: SF: Move the computation of urb_entry_read_offset. 14 years ago
  Paul Berry f3ecc90730 i965: new VS: Compute urb entry size based on the VUE map. 14 years ago
  Paul Berry ee3195a5ff i965: new VS: Clarify comments about max_usable_mrf and add an assertion. 14 years ago
  Paul Berry e604f98f58 i965: new VS: use the VUE map to write out vertex attributes. 14 years ago
  Paul Berry d1435a49e9 i965: new VS: move clip distance computation (GEN5+) to a separate function. 14 years ago
  Paul Berry d9eca0b279 i965: new VS: Move PSIZ/flags computation to a separate function. 14 years ago
  Paul Berry f86d1976f8 i965: new VS: move NDC computation (GEN4-5) to a separate function. 14 years ago
  Paul Berry 34fbab2125 i965: new VS: Use output_reg[] to find NDC and HPOS registers. 14 years ago
  Paul Berry 85e57eb9ca i965: old VS: use the VUE map to compute the URB entry size. 14 years ago