summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/dri: implement new driver hook flush_with_flagsMarek Olšák2012-12-024-56/+89
* st/mesa: make st_flush do what glFlush doesMarek Olšák2012-12-021-0/+1
* glx/dri2: add and use new driver hook flush_with_flagsMarek Olšák2012-12-024-52/+95
* glx: move the glFlush call one layer downMarek Olšák2012-12-025-17/+35
* r300g: refuse to create too large texturesMarek Olšák2012-12-011-0/+15
* r300g: fix memory leaks in texture_create error pathsMarek Olšák2012-12-011-9/+15
* r300g: fix revoking hyperz accessMarek Olšák2012-12-011-20/+22
* gallivm: drop border wrap clamping codeRoland Scheidegger2012-12-011-33/+16
* r300g: handle map flag DISCARD_WHOLE_RESOURCEMarek Olšák2012-12-013-4/+36
* radeon: Fix memory leak in radeonCreateScreen2.Vinson Lee2012-11-301-1/+3
* nouveau: Fix build.Brian Paul2012-11-301-1/+1
* glsl: fix uninitialised variable from constructorDave Airlie2012-12-011-0/+1
* glsl: initialise killed_all field.Dave Airlie2012-12-011-0/+1
* svga: remove pointless assert on unsigned >= 0Dave Airlie2012-12-011-1/+0
* glsl: fix cut-n-paste error in error handling. (v2)Dave Airlie2012-12-011-2/+2
* r300g: fix comparison of hyperz flush time.Dave Airlie2012-12-011-1/+1
* dri_glx: fix use after free reportDave Airlie2012-12-011-1/+4
* Revert "glcpp: Rewrite line-continuation support to act globally."Carl Worth2012-11-301-43/+66
* glcpp: Rewrite line-continuation support to act globally.Carl Worth2012-11-301-66/+43
* egl/wayland: Dispatch the event queue before get_buffersAnder Conselvan de Oliveira2012-11-301-0/+3
* egl/wayland: Add invalidate back in eglSwapBuffers()Kristian Høgsberg2012-11-301-0/+1
* i965/fs: Add fs_reg::is_zero() and is_one(); use for opt_algebraic().Kenneth Graunke2012-11-302-7/+24
* st/mesa: fix context use-after-free problem in st_renderbuffer_delete()Brian Paul2012-11-301-3/+5
* util: added pipe_surface_release() functionBrian Paul2012-11-301-0/+16
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-3015-24/+29
* egl/wayland: Don't invalidate drawable on swap buffersAnder Conselvan de Oliveira2012-11-303-1/+27
* llvmpipe: Remove remnants of lp_tile_soa from Makefile.José Fonseca2012-11-302-4/+0
* i965/fp: Fix segfault on gen4 TXB instructions.Eric Anholt2012-11-291-0/+2
* llvmpipe: Fix incorrect sizeof.Vinson Lee2012-11-291-2/+2
* llvmpipe: Fix build break from 75da95c50Stéphane Marchesin2012-11-291-2/+1
* mesa: Fix GL_LUMINANCE handling for textures in glGetTexImageAnuj Phogat2012-11-292-14/+41
* Revert "meta: Don't try to glOrtho when the draw buffer isn't initialized."Kenneth Graunke2012-11-291-5/+3
* r600g: mirror simplification of if/break opcodesVincent Lejeune2012-11-291-32/+12
* r600g: separate resource_id and sampler_id tex info in tgsi-to-llvmVincent Lejeune2012-11-291-0/+3
* glcpp: Update README for new support of __LINE__ and __FILE__.Carl Worth2012-11-291-3/+1
* glcpp: Add test involving token pasting of INTEGER tokens.Carl Worth2012-11-292-0/+15
* glcpp: Add support for pasting of INTEGER tokens.Carl Worth2012-11-291-14/+47
* glcpp: Flag invalid pastes for integer followed by non-digitsCarl Worth2012-11-291-5/+13
* glcpp: Extend the invalid-paste testCarl Worth2012-11-292-0/+20
* glcpp: More factoring-out of common code to simplify things.Carl Worth2012-11-291-26/+20
* glcpp: Factor out a tiny bit of repeated code.Carl Worth2012-11-291-4/+1
* glcpp: Add support for __LINE__ and __FILE__ macrosCarl Worth2012-11-293-1/+45
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-2950-261/+261
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-297-26/+71
* mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák2012-11-293-119/+127
* android: include api_exec.c in generated files listTapani Pälli2012-11-291-0/+1
* gallivm: Fix lp_build_float_to_half.José Fonseca2012-11-291-30/+75
* gallivm: fix a trivial txq issue for 2d shadow and cube shadow samplersRoland Scheidegger2012-11-291-2/+2
* llvmpipe: support array texturesRoland Scheidegger2012-11-296-7/+32
* gallivm: support array texturesRoland Scheidegger2012-11-296-65/+103