23815 Commits (838bfe0c46969c359be8f5d02e2b41bb7ff044e1)

Author SHA1 Message Date
  Eric Anholt 838bfe0c46 i965/vs: Fix setup of scratch space pointer on pre-gen6. 14 years ago
  Eric Anholt ddf8e602a7 i965/vs: Fix message setup for array read/writes on pre-gen6. 14 years ago
  Eric Anholt 88612e2c1b i965/vs: Fix constant-indexed array read/write addresses on pre-gen6. 14 years ago
  Eric Anholt bba910373f i965/vs: Add support for vector comparison ops resulting in bool cond codes. 14 years ago
  Eric Anholt 9f84288607 i965/vs: Make pre-gen6 math operate in vector mode instead of scalar. 14 years ago
  Eric Anholt 87be0ac96c i965/vs: Fix copy-and-paste disaster in pre-gen6 POW support. 14 years ago
  Eric Anholt 2ffc5ac1da i965/vs: Fix gen4 comparisons used for predication. 14 years ago
  Eric Anholt 8adcad213e i965/vs: Fix GPU hangs in shaders with large virtual GRFs pre-gen6. 14 years ago
  Brian Paul 23eec54bb0 i965: add casts to silence int/enum conversion warnings 14 years ago
  Brian Paul a4adc88a2d st/mesa: remove unneeded #include 14 years ago
  Brian Paul 1a65d098ce mesa: whitespace fixes, just to be consistent 14 years ago
  Brian Paul 51e7b05875 mesa: put _mesa_ prefix on vert_result_to_frag_attrib() 14 years ago
  Brian Paul a794ad3709 mesa: fix vert_result_to_frag_attrib() parameter type 14 years ago
  Brian Paul 37afceeee9 mesa: s/inline/INLINE/ to fix MSVC build 14 years ago
  Adam Jackson 7826067bd1 Drop some Glide remnants 14 years ago
  Adam Jackson 7f379df401 Remove an AmiWin leftover 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