aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.Eric Anholt2012-12-143-61/+128
* i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"Eric Anholt2012-12-143-9/+113
* i965/vs: Add a unit test for opt_compute_to_mrf().Eric Anholt2012-12-143-2/+133
* i965/fs: Drop an unnecessary _safe on a list walk.Eric Anholt2012-12-141-1/+1
* i965/fs: Add a note explaining a detail of register_coalesce_2().Eric Anholt2012-12-141-0/+21
* i965: Also consider HALTs a potential block end.Eric Anholt2012-12-141-0/+1
* i965: Jump to the end of the next outer conditional block on ENDIFs.Kenneth Graunke2012-12-141-0/+7
* i965: expose ARB_texture_cube_map_arrayChris Forbes2012-12-141-0/+1
* i965/fs: Fix setup for textureGrad(samplerCubeArray, coord, dPdx, dPdy)Eric Anholt2012-12-141-7/+12
* i965/fs: Move the failure for gen7 16-wide intdiv to emit_math().Eric Anholt2012-12-142-7/+4
* i965: fs: Add fixup for textureSize on Gen6/7Chris Forbes2012-12-141-0/+11
* i965: fs: fix gen6+ math operands in one placeChris Forbes2012-12-142-28/+33
* i965: vs: Add fixup for textureSize with cube array samplersChris Forbes2012-12-141-0/+13
* i965/vs: Fix gen6+ math operand quirks in one placeChris Forbes2012-12-142-34/+28
* i965: Add various plumbing for cubemap arraysChris Forbes2012-12-145-3/+11
* i965/fs: Add empirically-determined instruction latencies for gen7.Eric Anholt2012-12-141-3/+179
* i965/fs: Fix the clock increment in scheduling.Eric Anholt2012-12-141-3/+15
* i965/fs: Move the old gen4 bspec-based scheduling info to a helper func.Eric Anholt2012-12-141-33/+41
* i965/fs: Set up gen7 UBO loads as sends from GRFs.Eric Anholt2012-12-145-7/+114
* i965/fs: Before reg alloc, schedule instructions to reduce live ranges.Eric Anholt2012-12-141-6/+41
* i965/fs: Add some optional debug printfs to scheduling.Eric Anholt2012-12-141-0/+21
* i965/fs: Schedule instructions both before and after register allocation.Eric Anholt2012-12-143-18/+78
* i965: Make sure that the shader_time report at context destroy happens.Eric Anholt2012-12-141-0/+3
* i965: Print a total time for the different shader stages.Eric Anholt2012-12-141-10/+38
* i965: Scale shader_time to compensate for resets.Eric Anholt2012-12-144-9/+83
* i965: Adjust the split between shader_time_end() and shader_time_write().Eric Anholt2012-12-144-51/+55
* gallium: Disable varying packing on hardware with <=8 texture indirections.Paul Berry2012-12-141-0/+14
* mesa: Add an option so driver can opt out of varying packing.Paul Berry2012-12-141-0/+11
* android: build fix for libmesa_glsl_utilsTapani Pälli2012-12-141-0/+4
* mesa: minor indentation fixes in texcompress_etc.cBrian Paul2012-12-141-17/+17
* mesa: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-148-692/+1
* swrast: use new core Mesa compressed texel fetch functionsBrian Paul2012-12-142-87/+110
* mesa: reimplement _mesa_decompress_image() using new tex fetch codeBrian Paul2012-12-141-103/+7
* mesa: added _mesa_get_compressed_fetch_func()Brian Paul2012-12-142-0/+36
* mesa: add new texel fetch code for etc formatsBrian Paul2012-12-142-0/+280
* mesa: add new texel fetch code for rgtc formatsBrian Paul2012-12-142-0/+166
* mesa: add new texel fetch code for fxt formatsBrian Paul2012-12-142-0/+45
* mesa: add new texel fetch code for dxt formatsBrian Paul2012-12-142-1/+110
* mesa: add compressed_fetch_func typedefBrian Paul2012-12-141-0/+9
* swrast: merge get_texel_fetch_func() and set_fetch_functions()Brian Paul2012-12-141-26/+20
* swrast: make _mesa_get_texel_fetch_func() staticBrian Paul2012-12-142-7/+4
* mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry2012-12-133-1/+47
* mesa/uniform_query: Don't write to *params if there is an errorMatt Turner2012-12-131-1/+5
* mesa: print unsigned values with %uMatt Turner2012-12-131-4/+4
* i965: Fix disassembly of jump targets on Gen7.Kenneth Graunke2012-12-121-4/+9
* i965: Make try_rewrite_rhs_to_dst compare VGRF size to regs written.Kenneth Graunke2012-12-121-1/+1
* mesa: don't advertise ARB_texture_buffer_object in legacy contextsMarek Olšák2012-12-127-20/+23
* mesa: disallow creation of GL 3.1 compatibility contextsMarek Olšák2012-12-123-9/+8
* gallium: remove pipe_surface::usageMarek Olšák2012-12-126-17/+7
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-121-1/+0