summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-212-0/+9
* st/mesa: implement CopyBufferSubData using resource_copy_regionMarek Olšák2011-04-211-19/+4
* gallium: add fallback for copying buffers to all driversMarek Olšák2011-04-218-0/+70
* util: add a simple memcpy path for copying buffers in util_resource_copy_regionMarek Olšák2011-04-211-9/+13
* glsl/ast_to_hir: Only use the local 'type' variable as a temporary.Kenneth Graunke2011-04-201-20/+4
* i965: Remove dead vertex buffer structs.Kenneth Graunke2011-04-201-25/+0
* wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_displayKristian Høgsberg2011-04-205-176/+85
* mesa: fix void pointer arithmetic warningBrian Paul2011-04-201-2/+2
* docs: Mention that GLSL 1.30 is started.Eric Anholt2011-04-201-1/+1
* docs: Update for Intel ARB_texture_float and ARB_color_buffer_float.Eric Anholt2011-04-201-3/+3
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-209-10/+28
* meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear().Eric Anholt2011-04-201-4/+24
* meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels.Eric Anholt2011-04-201-0/+28
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-206-2/+62
* intel: Add support for blit copies of >32bpp formats.Eric Anholt2011-04-201-0/+11
* mesa: Add renderbuffer accessors for A, I, L, FLOAT32.Eric Anholt2011-04-201-0/+218
* mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32.Eric Anholt2011-04-201-0/+92
* mesa: Add ChooseTexFormat fallbacks for floating point textures.Eric Anholt2011-04-201-4/+30
* mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32.Eric Anholt2011-04-201-0/+27
* swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.Eric Anholt2011-04-202-0/+6
* r600g: fix userspace fences againAlex Deucher2011-04-201-0/+3
* r600g: don't flush the dest caches on every drawFredrik Höglund2011-04-207-72/+176
* translate: disable clamping of instanced array indexesBrian Paul2011-04-192-9/+16
* r600g: add evergreen+ big endian supportAlex Deucher2011-04-194-6/+74
* r600g: add big endian support for r6xx/r7xxCédric Cano2011-04-198-14/+151
* r600c: add evergreen big endian supportAlex Deucher2011-04-195-9/+286
* r600c: add big endian support for r6xx/r7xxCédric Cano2011-04-1911-50/+508
* Makefile: add missing Scons filesBrian Paul2011-04-191-0/+15
* Makefile: add missing .cpp, .ll, .yy filesThierry Vignaud2011-04-191-0/+3
* r600g: add cb support for snorm formats.Dave Airlie2011-04-192-9/+13
* configure.ac: rename --enable-gallium-radeon to --enable-gallium-r300Marek Olšák2011-04-191-9/+8
* r200: enable some extensionsMarek Olšák2011-04-191-2/+10
* r600g: fix warnings with piglit texture-rg test.Dave Airlie2011-04-192-0/+6
* r600g: make loop const always flushDave Airlie2011-04-192-2/+2
* r300/compiler: Fix dataflow analysis bug with ELSE blocksTom Stellard2011-04-181-0/+7
* glsl: fix conversions from uint to bool and from float/bool to uintBryan Cain2011-04-181-3/+3
* r600g: add dirty tracking to context reg.Dave Airlie2011-04-191-7/+12
* r600g: deinline some large functions.Dave Airlie2011-04-192-76/+83
* r600g: consolidate r600/evergreen code for resource emission.Dave Airlie2011-04-193-41/+8
* r600g: don't flush caches if we already did so, even for a subset of the flagsBas Nieuwenhuizen2011-04-191-2/+2
* r600g: attempt to avoid emitting resources that are the sameDave Airlie2011-04-191-18/+49
* r600g: modify block to only emit the first few dirty registers. (v2)Dave Airlie2011-04-194-12/+39
* r600g: track dirty registers better. (v2)Dave Airlie2011-04-194-121/+171
* glsl: 80-column wrapping and whitespace fixesIan Romanick2011-04-181-1/+5
* i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke2011-04-183-46/+37
* i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke2011-04-183-19/+25
* glsl: Emit a warning when the left-hand operand of a comma has no effectIan Romanick2011-04-181-1/+35
* mesa: fix void pointer arithmetic warningsBrian Paul2011-04-181-21/+18
* mesa: fix wrong parameter type in set_sampler_max_lod()Brian Paul2011-04-181-1/+1
* nvfx: comment-out unused varBrian Paul2011-04-181-1/+1