summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallivm: Generalize lp_build_mul and lp_build_lerp for signed normalized types.José Fonseca2012-12-041-92/+82
* automake/gallium: attempt to fix -lrtDave Airlie2012-12-041-1/+1
* u_cache: fix dereference before NULL checkDave Airlie2012-12-041-4/+4
* intel: Always enable GL_ARB_framebuffer_objectIan Romanick2012-12-031-2/+1
* mesa: Only require Gen'ed name for glBind{Framebuffer,Renderbuffer} on desktopIan Romanick2012-12-031-2/+6
* mesa: fix uint64 printing in syncobj.cBrian Paul2012-12-031-1/+3
* mesa: Disable GL_NV_primitive_restart extension in core contexts.Kenneth Graunke2012-12-031-1/+1
* i965: Allow INTEL_DEBUG=fs as a synonym for INTEL_DEBUG=wm.Kenneth Graunke2012-12-031-0/+1
* gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr2012-12-031-1/+5
* r300g: Give CLIP_DISABLE another tryStefan Dösinger2012-12-042-2/+3
* i965: Include codegen time in the INTEL_DEBUG=perf stall detection.Eric Anholt2012-12-032-12/+18
* i965: Don't leak the IR annotation into later instructions.Eric Anholt2012-12-032-0/+2
* i965/vp: Fix crashes with INTEL_DEBUG=vs.Eric Anholt2012-12-031-0/+1
* i965/vs: Fix uninitialized shader pointer used in debug output.Eric Anholt2012-12-031-0/+2
* android: fix bison warning of conflicting outputs to fileAdrian Marius Negreanu2012-12-031-3/+0
* st/mesa: add null pointer check in st_renderbuffer_delete()Brian Paul2012-12-031-4/+4
* st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul2012-12-031-4/+6
* mesa: remove warning message in _mesa_reference_renderbuffer_()Brian Paul2012-12-031-4/+1
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-0313-43/+147
* gallivm: fix srgb format fetchRoland Scheidegger2012-12-031-1/+2
* llvmpipe: Refactor convert_to/from_blend_type to convert in place.José Fonseca2012-12-031-12/+8
* llvmpipe: Improve color buffer loads/stores alignment.José Fonseca2012-12-031-10/+19
* llvmpipe: Recompute the fs shader key when framebuffer varies.José Fonseca2012-12-031-0/+1
* r300g: increment num_z_clears only if we have Hyper-ZMarek Olšák2012-12-021-2/+1
* r300g: add blacklist for apps that shouldn't steal hyperz accessMarek Olšák2012-12-021-0/+28
* r300g: enable Hyper-Z by default on r500Marek Olšák2012-12-022-10/+13
* r300g: clear the ZB cache before clearing ZMASK or HIZMarek Olšák2012-12-022-2/+8
* Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...Marek Olšák2012-12-022-27/+6
* 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