summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: s/MALLOC/malloc/Brian Paul2012-09-0119-35/+35
* util: remove u_debug.h from u_math.hBrian Paul2012-09-011-1/+0
* util: include u_debug.hBrian Paul2012-09-011-0/+1
* tgsi: include u_debug.hBrian Paul2012-09-011-0/+1
* mesa: clean-up LOG2() functionBrian Paul2012-09-011-18/+16
* mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.hBrian Paul2012-09-012-29/+32
* mesa: clean up F_TO_I, IFLOOR, ICEIL functionsBrian Paul2012-09-011-60/+30
* i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke2012-08-311-1/+1
* build: Remove left over echo from GLU removalMatt Turner2012-08-311-2/+0
* mesa: don't wait in _mesa_ClientWaitSync if timeout is 0Vadim Girlin2012-09-011-2/+6
* Remove libGLUMatt Turner2012-08-31217-58354/+18
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-317-123/+349
* radeon/llvm: Rework how immediate operands are handled with SITom Stellard2012-08-3110-44/+150
* radeon/llvm: Fix typo in assertTom Stellard2012-08-311-1/+1
* radeon/llvm: Fix isEG tablegen predicateTom Stellard2012-08-311-3/+5
* radeon/llvm: Add support for RCP instruction on SITom Stellard2012-08-311-1/+3
* radeon/llvm: Support AMDGPUfmin DAG node on SITom Stellard2012-08-311-1/+3
* radeonsi: Handle TGSI_SEMANTIC_PSIZETom Stellard2012-08-311-0/+1
* android: do not expose single buffered eglconfigsTapani Pälli2012-08-311-11/+8
* android: fix liblog API changesTapani Pälli2012-08-311-3/+14
* xmlconfig: use __progname when building for AndroidTapani Pälli2012-08-311-1/+1
* scons: Remove leftover print statement.Vinson Lee2012-08-311-1/+0
* docs: update relnotes-9.0Andreas Boll2012-08-311-3/+13
* mesa: also bump version in Makefile.am and configure.ac to 9.0Andreas Boll2012-08-312-2/+2
* scons: Add default libraries to Solaris build.Vinson Lee2012-08-311-1/+2
* st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul2012-08-311-1/+1
* util: add casts to silence signed/unsigned comparison warningsBrian Paul2012-08-311-2/+2
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-317-7/+11
* docs: Add some missing features to 9.0 release notes and GL3.txt9.0-branchpointIan Romanick2012-08-302-4/+6
* mesa: Bump version to 9.0Ian Romanick2012-08-304-10/+26
* r600g: enable transform feedback on CaymanMarek Olšák2012-08-311-3/+1
* r600g: implement MSAA for CaymanMarek Olšák2012-08-318-73/+187
* i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_stateAnuj Phogat2012-08-302-2/+3
* r600g: enable MSAA on r6xx by defaultMarek Olšák2012-08-301-3/+6
* r600g: disable MSAA depth decompression on r6xxMarek Olšák2012-08-301-1/+10
* r600g: implement color resolve for r600Marek Olšák2012-08-307-26/+199
* r600g: fix CB_SHADER_MASK and CB_TARGET_MASK for r6xxMarek Olšák2012-08-301-11/+24
* r600g: implement draw_rectangle callbackMarek Olšák2012-08-305-16/+88
* r600g: implement MSAA for r700Marek Olšák2012-08-307-41/+262
* r600g: change programming of CB_SHADER_MASK on r600-r700Marek Olšák2012-08-301-1/+2
* configure.ac: require libdrm_radeon 2.6.39 for MSAAMarek Olšák2012-08-301-1/+1
* meta: remove call to _meta_in_progress(), fix multisample enable/disableBrian Paul2012-08-302-8/+32
* meta: add parenthesis to silence compiler warningsBrian Paul2012-08-301-2/+2
* scons : add HAVE_DLOPEN to build environmentTapani Pälli2012-08-301-0/+1
* radeonsi: fix stupid bug added in commit 07838603b9a69c05911edbcd351bfce5ad9b...Christian König2012-08-301-7/+8
* i965/fs: Remove a dead member from live variables analysis.Eric Anholt2012-08-292-6/+0
* i965/fs: Initialize output_components[] by filling it with zeros.Kenneth Graunke2012-08-291-0/+1
* mesa: Do something sensible when on-line compression is requested but not pos...Ian Romanick2012-08-291-0/+31
* i965: Allow creation of OpenGL 3.1 contextsIan Romanick2012-08-291-0/+19
* i965: Advertise GLSL 1.40 and TexBOs in core contextsIan Romanick2012-08-291-1/+9