summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-146-8/+27
* draw: add support for later transform feedback extensionsDave Airlie2012-12-143-6/+17
* clover: Fix build since removal of pipe_surface::usageTom Stellard2012-12-131-1/+0
* r600g/radeonsi: Silence warningsMaxence Le Dore2012-12-135-30/+49
* clover: Add support for compiler flagsTom Stellard2012-12-135-12/+71
* clover: Don't erase build info of devices not being builtTom Stellard2012-12-131-2/+2
* r600g: use load_ar checks with llvm output.Vincent Lejeune2012-12-131-0/+6
* gallivm: fix texel fetch for array texturesRoland Scheidegger2012-12-131-17/+38
* 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
* softpipe: remove unused corner0 variableBrian Paul2012-12-121-1/+0
* llvmpipe: remove unneeded draw_flush() callBrian Paul2012-12-121-2/+0
* r600g: suballocate memory for fetch shaders from a large bufferMarek Olšák2012-12-126-19/+37
* r600g: suballocate memory for the STRMOUT_BUFFER_FILLED_SIZE registerMarek Olšák2012-12-125-16/+28
* gallium/util: add a simple allocator for suballocating from a large bufferMarek Olšák2012-12-123-0/+181
* r600g: use u_upload_mgr for allocating staging transfer buffersMarek Olšák2012-12-121-15/+15
* winsys/radeon: don't use BIND flags, add a flag for the cache bufmgr insteadMarek Olšák2012-12-1212-28/+30
* st/dri: add a way to force MSAA on with an environment variableMarek Olšák2012-12-121-4/+39
* 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-1262-126/+33
* svga: stop using pipe_surface::usageMarek Olšák2012-12-121-15/+7
* gallium/util: move util_try_blit_via_copy_region to u_surface.cMarek Olšák2012-12-125-158/+164
* gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2012-12-122-41/+24
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-129-33/+43
* st/mesa: remove a weird msaa hackMarek Olšák2012-12-124-29/+2
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-122-9/+139
* gallium: fix cap warnings for tbo cap.Dave Airlie2012-12-123-0/+3
* glsl_to_tgsi: emit multi-level structs and arrays properly.Dave Airlie2012-12-121-9/+42
* llvmpipe: don't use user constant buffersBrian Paul2012-12-111-1/+2
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-117-34/+48
* util: add util_copy_constant_buffer() helper functionBrian Paul2012-12-111-0/+20
* i965/fs: Improve performance of shaders that start out with a discard.Eric Anholt2012-12-116-7/+148
* i965/fs: Rewrite discards to use a flag subreg to track discarded pixels.Eric Anholt2012-12-118-73/+46
* i965/fs: Add an instruction flag for choosing the flag subregister.Eric Anholt2012-12-116-13/+42
* i965: Let brw_flag_reg() choose the flag reg and subreg.Eric Anholt2012-12-114-7/+7
* i965: Print the flag reg updated by conditional modifiers.Eric Anholt2012-12-111-1/+15
* i965: Add the new flag_reg_nr instruction field from IVB.Eric Anholt2012-12-112-5/+9
* i965: Correct the name and usage of the flag subregister number field.Eric Anholt2012-12-114-15/+15
* i965: Remove bogus flag_reg_nr field from bits3.Eric Anholt2012-12-111-4/+2
* st/egl/drm: only unref the udev device if neededTobias Droste2012-12-111-4/+5
* softpipe: Use os_time_get_nano() everywhere.José Fonseca2012-12-112-5/+5
* clover: Install CL headers.Johannes Obermayr2012-12-101-0/+10