summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: new VS: Clarify comments about max_usable_mrf and add an assertion.Paul Berry2011-09-061-4/+8
* i965: new VS: use the VUE map to write out vertex attributes.Paul Berry2011-09-062-113/+55
* i965: new VS: move clip distance computation (GEN5+) to a separate function.Paul Berry2011-09-062-13/+23
* i965: new VS: Move PSIZ/flags computation to a separate function.Paul Berry2011-09-062-17/+23
* i965: new VS: move NDC computation (GEN4-5) to a separate function.Paul Berry2011-09-062-2/+9
* i965: new VS: Use output_reg[] to find NDC and HPOS registers.Paul Berry2011-09-062-8/+14
* i965: old VS: use the VUE map to compute the URB entry size.Paul Berry2011-09-062-25/+7
* i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...Paul Berry2011-09-062-111/+71
* i965: Add functions to compute offsets within the VUE map.Paul Berry2011-09-061-0/+18
* i965: Write code to compute a VUE map.Paul Berry2011-09-062-0/+168
* Refactor code that converts between gl_vert_result and gl_frag_attrib.Paul Berry2011-09-065-41/+52
* mesa/st: add support for 2101010 vertex format conversion.Dave Airlie2011-09-062-1/+61
* mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)Dave Airlie2011-09-061-7/+38
* mesa/vbo: add ARB_vertex_type_2_10_10_10_rev APIs.Dave Airlie2011-09-063-2/+490
* mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.Dave Airlie2011-09-062-0/+111
* glapi: regen API files for new extensionDave Airlie2011-09-063-5298/+6030
* mesa: add a UniformBooleanTrue optionBryan Cain2011-09-054-2/+14
* glsl_to_tgsi: fixes for native integers and integer booleansBryan Cain2011-09-041-52/+118
* intel: fix build errorYuanhan Liu2011-09-031-1/+1
* mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)Marek Olšák2011-09-022-25/+31
* glsl_to_tgsi: fix more potential shader reference leaksMarek Olšák2011-09-021-0/+10
* intel: Give an explanation why we are exiting for debugging.Eugeni Dodonov2011-09-021-0/+1
* i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.Kenneth Graunke2011-09-021-2/+2
* intel: Upload batchbuffer contents even if INTEL_NO_HW is set.Eric Anholt2011-09-021-8/+8
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-021-0/+3
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-022-2/+46
* swrast: get rid of needless do/whileBrian Paul2011-08-311-2/+2
* mesa: fix broken store_texel() functionsBrian Paul2011-08-312-39/+64
* intel: fix GLESv1 supportChia-I Wu2011-09-013-8/+58
* intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu2011-09-017-4/+4