summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-06st/mesa: remove unneeded #includeBrian Paul1-1/+0
2011-09-06mesa: whitespace fixes, just to be consistentBrian Paul1-2/+7
2011-09-06mesa: put _mesa_ prefix on vert_result_to_frag_attrib()Brian Paul5-9/+9
2011-09-06mesa: fix vert_result_to_frag_attrib() parameter typeBrian Paul1-2/+2
2011-09-06mesa: s/inline/INLINE/ to fix MSVC buildBrian Paul1-2/+2
2011-09-06Drop some Glide remnantsAdam Jackson5-407/+0
2011-09-06Remove an AmiWin leftoverAdam Jackson1-6/+0
2011-09-06rtasm,translate: Disable on Mingw-w64.José Fonseca2-2/+2
2011-09-06mesa: Remove support for unpacking from client memory to color-index pixelsIan Romanick1-40/+12
2011-09-06swrast: Use GL_STENCIL_INDEX for address calculationsIan Romanick1-1/+1
2011-09-06mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_existsIan Romanick1-2/+0
2011-09-06mesa: Remove GL_COLOR_INDEX from base format assertionsIan Romanick1-2/+0
2011-09-06swrast: Remove GL_COLOR_INDEX from assertionsIan Romanick1-4/+0
2011-09-06mesa: Remove unused struct gl_color_tableIan Romanick2-20/+0
2011-09-06mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}Ian Romanick2-270/+0
2011-09-06mesa: Remove all mention of GL_COLOR_INDEX*_EXTIan Romanick3-36/+2
2011-09-06mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...Ian Romanick4-103/+0
2011-09-06mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick13-817/+27
2011-09-06i965: Remove two_side_color from brw_compute_vue_map().Paul Berry12-22/+11
2011-09-06i965: For GEN6+, always make front/back colors adjacent in VUE.Paul Berry1-16/+12
2011-09-06i965: GS: Use the VUE map to compute URB size.Paul Berry2-17/+15
2011-09-06i965: clip: Remove no-longer-needed variables.Paul Berry2-33/+1
2011-09-06i965: clip: Remove assumption about VUE header from brw_clip_interp_vertex()Paul Berry1-5/+8
2011-09-06i965: clip: Change computation of nr_regs to use VUE map.Paul Berry1-5/+5
2011-09-06i965: clip: Convert computations to ..._to_offset() for clarity.Paul Berry3-19/+51
2011-09-06i965: clip: Add a function to determine whether a vert_result is in use.Paul Berry3-9/+22
2011-09-06i965: clip: Rework brw_clip_interp_vertex() to use the VUE map.Paul Berry1-5/+5
2011-09-06i965: clip: Modify brw_clip_interp_vertex() to use the VUE map.Paul Berry1-2/+2
2011-09-06i965: clip: Move header_regs into brw_clip_compile.Paul Berry2-5/+5
2011-09-06i965: clip: Modify brw_clip_tri_alloc_regs() to use the VUE map.Paul Berry1-2/+5
2011-09-06i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry6-17/+29
2011-09-06i965: clip: rename header_position_offset to the more correct ndc_offset.Paul Berry4-4/+4
2011-09-06i965: clip: Add VUE map computation to clip stage for Gen4-5.Paul Berry2-1/+7
2011-09-06i965: SF: Change gen{6,7}_sf_state.c to compute URB read length based on VUE ...Paul Berry2-8/+24
2011-09-06i965: SF: Move outputs_written to a local variable for clarity.Paul Berry2-4/+6
2011-09-06i965: SF: New implementation of get_attr_override using the VUE map.Paul Berry3-47/+78
2011-09-06i965: SF: Remove unnecessary variables.Paul Berry2-6/+2
2011-09-06i965: SF: Stop using nr_setup_attrs in compute_masks.Paul Berry1-1/+1
2011-09-06i965: SF: Remove attr_to_idx and idx_to_attr.Paul Berry2-13/+1
2011-09-06i965: SF: Change calculate_masks to use the VUE map.Paul Berry1-4/+4
2011-09-06i965: SF: Change the flags that refer to "attr" to be based on gl_vert_result.Paul Berry1-5/+6
2011-09-06i965: SF: change get_vert_attr to use the VUE map, and rename it.Paul Berry1-9/+14
2011-09-06i965: SF: Modify calculate_point_sprite_mask to use the VUE map.Paul Berry3-13/+32
2011-09-06i965: SF: Move the computation of urb_entry_read_offset.Paul Berry2-4/+17
2011-09-06i965: new VS: Compute urb entry size based on the VUE map.Paul Berry1-7/+2
2011-09-06i965: new VS: Clarify comments about max_usable_mrf and add an assertion.Paul Berry1-4/+8
2011-09-06i965: new VS: use the VUE map to write out vertex attributes.Paul Berry2-113/+55
2011-09-06i965: new VS: move clip distance computation (GEN5+) to a separate function.Paul Berry2-13/+23
2011-09-06i965: new VS: Move PSIZ/flags computation to a separate function.Paul Berry2-17/+23
2011-09-06i965: new VS: move NDC computation (GEN4-5) to a separate function.Paul Berry2-2/+9