summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-11scons: Try to support building 64bit binaries on 32bit windows.José Fonseca4-15/+22
2011-02-11scons: Fix MSVC 64bit build.José Fonseca1-0/+8
2011-02-11mesa: remove some unused gl_shader fieldsBrian Paul1-2/+0
2011-02-11draw: tweak AA line texture minimum alphaBrian Paul1-1/+1
2011-02-11svga: add max DMA size check in svga_winsys_buffer_create()Brian Paul1-0/+10
2011-02-11svga: remove old comment, remove extra whitespaceBrian Paul1-4/+0
2011-02-11glsl: Fix parallel build.Tobias Jakobi1-1/+2
2011-02-11svga: Enable the draw pipeline for smooth lines.José Fonseca1-0/+5
2011-02-11svga: Don't use the draw pipeline for non-AA lines with a fractional width.José Fonseca1-2/+1
2011-02-11draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca3-5/+6
2011-02-11llvmpipe: Use u_math's round.José Fonseca1-12/+1
2011-02-11util: Define round and roundf on MSVC.José Fonseca1-1/+13
2011-02-11svga: Stippled lines can also be drawn with triangles.José Fonseca2-2/+3
2011-02-11r300g: remove unused function prototypes, update copyrightMarek Olšák4-4/+56
2011-02-10egl_dri2: rename loader_extension to dri2_loader_extensionHaitao Feng3-18/+18
2011-02-10st/egl wayland: Sync front buffer releaseBenjamin Franzke2-1/+33
2011-02-10egl_dri2 wayland: Sync front buffer releaseBenjamin Franzke2-26/+67
2011-02-10egl_dri2: Always unbind old contextsBenjamin Franzke1-10/+11
2011-02-10egl_dri2: Use double buffering for window surfacesBenjamin Franzke5-40/+110
2011-02-10st/dri: Set render_buffer in dri_fill_st_visualBenjamin Franzke1-2/+4
2011-02-10st/dri: img_from_renderbuf: Fix incorrect usage of dri_context()Benjamin Franzke1-1/+1
2011-02-10st/dri: Fix surfaceless gl using contexts with previous bound surfacesBenjamin Franzke1-2/+6
2011-02-10st/egl wayland: Set color_format according to wl_visualBenjamin Franzke1-5/+6
2011-02-11r600g: get correct height alignmentDave Airlie1-3/+2
2011-02-11r600g: drop two unused | 0 that are actually in word4 anyways.Dave Airlie2-2/+2
2011-02-11r600g: handle 16/32 u/s norm formats properlyDave Airlie7-12/+57
2011-02-11r300g: prevent NULL pointer dereference in r300_buffer_createMarek Olšák1-3/+3
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke6-36/+0
2011-02-10glsl/Makefile: glcpp doesn't need libglsl.a.Kenneth Graunke1-1/+2
2011-02-11r300g: plug a memory leak in winsysMarek Olšák1-0/+1
2011-02-11r300g: remove unneeded code in winsysMarek Olšák1-6/+0
2011-02-11r300g: fix warningMarek Olšák1-1/+1
2011-02-11configure.ac: remove libdrm_radeon dependency for r300g and r600gMarek Olšák1-18/+6
2011-02-11r300g: import the last bits of libdrm and cleanup the whole thingMarek Olšák27-900/+737
2011-02-11st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupportedMarek Olšák1-5/+24
2011-02-10i915: Force lowering of all types of indirect array accesses in the FSIan Romanick1-3/+11
2011-02-10i915: Calculate partial result to temp register firstIan Romanick1-8/+8
2011-02-10u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.José Fonseca1-2/+9
2011-02-10scons: Disable -mstackrealign on MinGW again.José Fonseca1-1/+4
2011-02-10configure.ac: Fix typoKristian Høgsberg1-1/+1
2011-02-10r300g: implement accelerated copy_region for compressed formatsMarek Olšák1-0/+29
2011-02-10r300g: add a way to change texture properties arbitrarilyMarek Olšák9-76/+104
2011-02-10r300g: consolidate buffers and textures to r300_resourceMarek Olšák18-381/+328
2011-02-10r300g: simplify WRITE_RELOC API and cleanupMarek Olšák10-136/+126
2011-02-10u_blitter: let the driver check whether there's a recursionMarek Olšák2-6/+9
2011-02-10r300g: use format from pipe_surface instead of pipe_resourceMarek Olšák2-29/+14
2011-02-10Revert "r300g: support sRGB colorbuffers"Marek Olšák1-20/+0
2011-02-10mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie3-3/+14
2011-02-09scons: Restrict whole program optimization to release builds.José Fonseca1-2/+8
2011-02-09svga: Don't advertise pixel shader addr register support.José Fonseca1-3/+8