summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-11-30egl/wayland: Dispatch the event queue before get_buffersAnder Conselvan de Oliveira1-0/+3
2012-11-30egl/wayland: Add invalidate back in eglSwapBuffers()Kristian Høgsberg1-0/+1
2012-11-30i965/fs: Add fs_reg::is_zero() and is_one(); use for opt_algebraic().Kenneth Graunke2-7/+24
2012-11-30st/mesa: fix context use-after-free problem in st_renderbuffer_delete()Brian Paul1-3/+5
2012-11-30util: added pipe_surface_release() functionBrian Paul1-0/+16
2012-11-30mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul15-24/+29
2012-11-30egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira3-1/+27
2012-11-30llvmpipe: Remove remnants of lp_tile_soa from Makefile.José Fonseca2-4/+0
2012-11-29i965/fp: Fix segfault on gen4 TXB instructions.Eric Anholt1-0/+2
2012-11-29llvmpipe: Fix incorrect sizeof.Vinson Lee1-2/+2
2012-11-29llvmpipe: Fix build break from 75da95c50Stéphane Marchesin1-2/+1
2012-11-29mesa: Fix GL_LUMINANCE handling for textures in glGetTexImageAnuj Phogat2-14/+41
2012-11-29Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."Kenneth Graunke1-5/+3
2012-11-29r600g: mirror simplification of if/break opcodesVincent Lejeune1-32/+12
2012-11-29r600g: separate resource_id and sampler_id tex info in tgsi-to-llvmVincent Lejeune1-0/+3
2012-11-29glcpp: Update README for new support of __LINE__ and __FILE__.Carl Worth1-3/+1
2012-11-29glcpp: Add test involving token pasting of INTEGER tokens.Carl Worth2-0/+15
2012-11-29glcpp: Add support for pasting of INTEGER tokens.Carl Worth1-14/+47
2012-11-29glcpp: Flag invalid pastes for integer followed by non-digitsCarl Worth1-5/+13
2012-11-29glcpp: Extend the invalid-paste testCarl Worth2-0/+20
2012-11-29glcpp: More factoring-out of common code to simplify things.Carl Worth1-26/+20
2012-11-29glcpp: Factor out a tiny bit of repeated code.Carl Worth1-4/+1
2012-11-29glcpp: Add support for __LINE__ and __FILE__ macrosCarl Worth3-1/+45
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry50-261/+261
2012-11-29gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák7-26/+71
2012-11-29mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák3-119/+127
2012-11-29android: include api_exec.c in generated files listTapani Pälli1-0/+1
2012-11-29gallivm: Fix lp_build_float_to_half.José Fonseca1-30/+75
2012-11-29gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplersRoland Scheidegger1-2/+2
2012-11-29llvmpipe: support array texturesRoland Scheidegger6-7/+32
2012-11-29gallivm: support array texturesRoland Scheidegger6-65/+103
2012-11-29llvmpipe: Remove lp_build_blend_soa()José Fonseca5-538/+37
2012-11-29llvmpipe: Eliminate color buffer swizzling.José Fonseca17-1334/+30
2012-11-29llvmpipe: Only advertise unswizzled formats.José Fonseca3-25/+17
2012-11-29util/u_format: Kill util_format_is_array().José Fonseca4-53/+4
2012-11-29util/u_format: Tighten the meaning of is_array bit to exclude mixed type form...José Fonseca2-2/+11
2012-11-29util/u_format: Fix format manipulation for big-endianAdhemerval Zanella1-5/+5
2012-11-29gallivm: Fix format manipulation for big-endianAdhemerval Zanella5-12/+145
2012-11-29gallivm: Add byte-swap construct callsAdhemerval Zanella2-0/+89
2012-11-29gallivm: Fix vector constant for shuffleAdhemerval Zanella1-1/+6
2012-11-29gallivm: clear Altivec NJ bitAdhemerval Zanella1-0/+19
2012-11-29gallivm: Altivec floating-point roundingAdhemerval Zanella1-23/+70
2012-11-29gallivm: Altivec vector add/sub intrisicsAdhemerval Zanella2-15/+27
2012-11-29gallivm: Altivec vector max/min intrisicsAdhemerval Zanella1-2/+54
2012-11-29gallivm: Altivec pack/unpack intrisicsAdhemerval Zanella1-14/+30
2012-11-29radeonsi: Bitcast result of packf16 intrinsic to float for export intrinsic.Michel Dänzer1-1/+5
2012-11-28i965/vs: Move struct brw_compile (p) entirely inside vec4_generator.Kenneth Graunke3-4/+3
2012-11-28i965/vs: Split final assembly code generation out of vec4_visitor.Kenneth Graunke4-53/+106
2012-11-28i965/vs: Abort on unsupported opcodes rather than failing.Kenneth Graunke1-3/+4
2012-11-28i965/vs: Move uses of brw_compile from do_vs_prog to brw_vs_emit.Kenneth Graunke3-14/+19