summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Duplicate state_tracker/dri/sw/dri_drawable.cStéphane Marchesin2011-09-061-1/+269
* Enable GLX_EXT_texture_from_pixmap in software.nobled2011-09-061-2/+81
* st/mesa: remove unneeded #includeBrian Paul2011-09-061-1/+0
* mesa: whitespace fixes, just to be consistentBrian Paul2011-09-061-2/+7
* mesa: put _mesa_ prefix on vert_result_to_frag_attrib()Brian Paul2011-09-065-9/+9
* mesa: fix vert_result_to_frag_attrib() parameter typeBrian Paul2011-09-061-2/+2
* mesa: s/inline/INLINE/ to fix MSVC buildBrian Paul2011-09-061-2/+2
* Drop some Glide remnantsAdam Jackson2011-09-065-407/+0
* Remove an AmiWin leftoverAdam Jackson2011-09-061-6/+0
* Remove dead glfbdev.hAdam Jackson2011-09-061-152/+0
* Drop documentation references for deleted backendsAdam Jackson2011-09-0610-1686/+0
* rtasm,translate: Disable on Mingw-w64.José Fonseca2011-09-062-2/+2
* docs: skeleton file for 7.12 release notesIan Romanick2011-09-062-0/+65
* mesa: Remove support for unpacking from client memory to color-index pixelsIan Romanick2011-09-061-40/+12
* swrast: Use GL_STENCIL_INDEX for address calculationsIan Romanick2011-09-061-1/+1
* mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_existsIan Romanick2011-09-061-2/+0
* mesa: Remove GL_COLOR_INDEX from base format assertionsIan Romanick2011-09-061-2/+0
* swrast: Remove GL_COLOR_INDEX from assertionsIan Romanick2011-09-061-4/+0
* mesa: Remove unused struct gl_color_tableIan Romanick2011-09-062-20/+0
* mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}Ian Romanick2011-09-062-270/+0
* mesa: Remove all mention of GL_COLOR_INDEX*_EXTIan Romanick2011-09-063-36/+2
* mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...Ian Romanick2011-09-064-103/+0
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-0613-817/+27
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-0612-22/+11
* i965: For GEN6+, always make front/back colors adjacent in VUE.Paul Berry2011-09-061-16/+12
* i965: GS: Use the VUE map to compute URB size.Paul Berry2011-09-062-17/+15
* i965: clip: Remove no-longer-needed variables.Paul Berry2011-09-062-33/+1
* i965: clip: Remove assumption about VUE header from brw_clip_interp_vertex()Paul Berry2011-09-061-5/+8
* i965: clip: Change computation of nr_regs to use VUE map.Paul Berry2011-09-061-5/+5
* i965: clip: Convert computations to ..._to_offset() for clarity.Paul Berry2011-09-063-19/+51
* i965: clip: Add a function to determine whether a vert_result is in use.Paul Berry2011-09-063-9/+22
* i965: clip: Rework brw_clip_interp_vertex() to use the VUE map.Paul Berry2011-09-061-5/+5
* i965: clip: Modify brw_clip_interp_vertex() to use the VUE map.Paul Berry2011-09-061-2/+2
* i965: clip: Move header_regs into brw_clip_compile.Paul Berry2011-09-062-5/+5
* i965: clip: Modify brw_clip_tri_alloc_regs() to use the VUE map.Paul Berry2011-09-061-2/+5
* i965: clip: Move hpos_offest and ndc_offset into local functions.Paul Berry2011-09-066-17/+29
* i965: clip: rename header_position_offset to the more correct ndc_offset.Paul Berry2011-09-064-4/+4
* i965: clip: Add VUE map computation to clip stage for Gen4-5.Paul Berry2011-09-062-1/+7
* i965: SF: Change gen{6,7}_sf_state.c to compute URB read length based on VUE ...Paul Berry2011-09-062-8/+24
* i965: SF: Move outputs_written to a local variable for clarity.Paul Berry2011-09-062-4/+6
* i965: SF: New implementation of get_attr_override using the VUE map.Paul Berry2011-09-063-47/+78
* i965: SF: Remove unnecessary variables.Paul Berry2011-09-062-6/+2
* i965: SF: Stop using nr_setup_attrs in compute_masks.Paul Berry2011-09-061-1/+1
* i965: SF: Remove attr_to_idx and idx_to_attr.Paul Berry2011-09-062-13/+1
* i965: SF: Change calculate_masks to use the VUE map.Paul Berry2011-09-061-4/+4
* i965: SF: Change the flags that refer to "attr" to be based on gl_vert_result.Paul Berry2011-09-061-5/+6
* i965: SF: change get_vert_attr to use the VUE map, and rename it.Paul Berry2011-09-061-9/+14
* i965: SF: Modify calculate_point_sprite_mask to use the VUE map.Paul Berry2011-09-063-13/+32
* i965: SF: Move the computation of urb_entry_read_offset.Paul Berry2011-09-062-4/+17
* i965: new VS: Compute urb entry size based on the VUE map.Paul Berry2011-09-061-7/+2