summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-21st/egl: Update to wayland protocol,egl changeschangesBenjamin Franzke2-27/+92
2011-04-21egl_dri2: Create wl_buffers for pixmap surfacesBenjamin Franzke2-12/+23
2011-04-21egl/wayland: Add new version parameter for post_drmBenjamin Franzke1-1/+3
2011-04-21egl/wayland: Fix prefixes for interface namesBenjamin Franzke2-5/+5
2011-04-20glsl/ast_to_hir: Only use the local 'type' variable as a temporary.Kenneth Graunke1-20/+4
2011-04-20i965: Remove dead vertex buffer structs.Kenneth Graunke1-25/+0
2011-04-20wayland-egl: Update to wayland-egl.h changes, drop struct wl_egl_displayKristian Høgsberg5-176/+85
2011-04-20mesa: fix void pointer arithmetic warningBrian Paul1-2/+2
2011-04-20docs: Mention that GLSL 1.30 is started.Eric Anholt1-1/+1
2011-04-20docs: Update for Intel ARB_texture_float and ARB_color_buffer_float.Eric Anholt1-3/+3
2011-04-20intel: Add support for ARB_color_buffer_float.Eric Anholt9-10/+28
2011-04-20meta: Add support for ARB_color_buffer_float to _mesa_meta_Clear().Eric Anholt1-4/+24
2011-04-20meta: Add support for ARB_color_buffer_float to _mesa_meta_DrawPixels.Eric Anholt1-0/+28
2011-04-20intel: Add support for ARB_texture_float.Eric Anholt6-2/+62
2011-04-20intel: Add support for blit copies of >32bpp formats.Eric Anholt1-0/+11
2011-04-20mesa: Add renderbuffer accessors for A, I, L, FLOAT32.Eric Anholt1-0/+218
2011-04-20mesa: Add renderbuffer accessors for MESA_FORMAT_R_FLOAT32, RG_FLOAT32.Eric Anholt1-0/+92
2011-04-20mesa: Add ChooseTexFormat fallbacks for floating point textures.Eric Anholt1-4/+30
2011-04-20mesa: Add renderbuffer accessors for MESA_FORMAT_RGBA_FLOAT32.Eric Anholt1-0/+27
2011-04-20swrast: Add LUMINANCE, INTENSITY, LUMINANCE_ALPHA to span asserts.Eric Anholt2-0/+6
2011-04-20r600g: fix userspace fences againAlex Deucher1-0/+3
2011-04-20r600g: don't flush the dest caches on every drawFredrik Höglund7-72/+176
2011-04-19translate: disable clamping of instanced array indexesBrian Paul2-9/+16
2011-04-19r600g: add evergreen+ big endian supportAlex Deucher4-6/+74
2011-04-19r600g: add big endian support for r6xx/r7xxCédric Cano8-14/+151
2011-04-19r600c: add evergreen big endian supportAlex Deucher5-9/+286
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano11-50/+508
2011-04-19Makefile: add missing Scons filesBrian Paul1-0/+15
2011-04-19Makefile: add missing .cpp, .ll, .yy filesThierry Vignaud1-0/+3
2011-04-19r600g: add cb support for snorm formats.Dave Airlie2-9/+13
2011-04-19configure.ac: rename --enable-gallium-radeon to --enable-gallium-r300Marek Olšák1-9/+8
2011-04-19r200: enable some extensionsMarek Olšák1-2/+10
2011-04-19r600g: fix warnings with piglit texture-rg test.Dave Airlie2-0/+6
2011-04-19r600g: make loop const always flushDave Airlie2-2/+2
2011-04-18r300/compiler: Fix dataflow analysis bug with ELSE blocksTom Stellard1-0/+7
2011-04-18glsl: fix conversions from uint to bool and from float/bool to uintBryan Cain1-3/+3
2011-04-19r600g: add dirty tracking to context reg.Dave Airlie1-7/+12
2011-04-19r600g: deinline some large functions.Dave Airlie2-76/+83
2011-04-19r600g: consolidate r600/evergreen code for resource emission.Dave Airlie3-41/+8
2011-04-19r600g: don't flush caches if we already did so, even for a subset of the flagsBas Nieuwenhuizen1-2/+2
2011-04-19r600g: attempt to avoid emitting resources that are the sameDave Airlie1-18/+49
2011-04-19r600g: modify block to only emit the first few dirty registers. (v2)Dave Airlie4-12/+39
2011-04-19r600g: track dirty registers better. (v2)Dave Airlie4-121/+171
2011-04-18glsl: 80-column wrapping and whitespace fixesIan Romanick1-1/+5
2011-04-18i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke3-46/+37
2011-04-18i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke3-19/+25
2011-04-18glsl: Emit a warning when the left-hand operand of a comma has no effectIan Romanick1-1/+35
2011-04-18mesa: fix void pointer arithmetic warningsBrian Paul1-21/+18
2011-04-18mesa: fix wrong parameter type in set_sampler_max_lod()Brian Paul1-1/+1
2011-04-18nvfx: comment-out unused varBrian Paul1-1/+1