| Commit message (Expand) | Author | Age | Files | Lines |
* | gbm: Add new gbm_bo_import entry point | Kristian Høgsberg | 2012-07-16 | 8 | -53/+105 |
* | llvmpipe: destroy setup variants on context destruction | Roland Scheidegger | 2012-07-16 | 1 | -0/+2 |
* | llvmpipe: Unified common code between AoS and SoA blending. | James Benton | 2012-07-16 | 6 | -162/+290 |
* | intel: Don't call _mesa_get_format_bytes for MESA_FORMAT_NONE | Kristian Høgsberg | 2012-07-16 | 1 | -1/+4 |
* | Fix building glsl when using automake-1.12 after 68e04cc6 | Jon TURNEY | 2012-07-15 | 2 | -7/+12 |
* | r600g: compute needed CS space for vertex buffers correctly | Marek Olšák | 2012-07-15 | 1 | -1/+1 |
* | r600g: don't check the R600_GLSL130 env var | Marek Olšák | 2012-07-15 | 3 | -6/+3 |
* | r600g: fix DB decompression on evergreen | Jerome Glisse | 2012-07-15 | 3 | -26/+16 |
* | r600g: Emit vertex buffers using the same method as constant buffers | Tom Stellard | 2012-07-15 | 7 | -26/+55 |
* | r600g: Unify 3D and compute vertex buffer emission | Tom Stellard | 2012-07-15 | 5 | -100/+64 |
* | r600g: fix grammar constant_buffer -> constant_buffers | Marek Olšák | 2012-07-15 | 2 | -17/+17 |
* | radeon/llvm: Fix CR/LF in AMDILSIDevice.h | Andreas Boll | 2012-07-13 | 1 | -1/+1 |
* | radeon/llvm: Clean up AMDILIntrinsicInfo.cpp | Tom Stellard | 2012-07-13 | 2 | -84/+5 |
* | radeon/llvm: Coding style fixes | Tom Stellard | 2012-07-13 | 2 | -409/+325 |
* | Fix linking gallium drivers and with dricore after defadf2b1 | Jon TURNEY | 2012-07-13 | 6 | -7/+7 |
* | nouveau: implement missing timer query functionality | Christoph Bumiller | 2012-07-13 | 7 | -7/+46 |
* | wayland: Stop trying to use make rules from aclocal, just copy and paste | Kristian Høgsberg | 2012-07-13 | 3 | -3/+11 |
* | mesa/st: Generates TGSI that always recognizes INSTANCEID/VERTEXID as integers. | José Fonseca | 2012-07-13 | 2 | -0/+38 |
* | draw,gallivm: Fix draw_get_shader_param. | José Fonseca | 2012-07-13 | 6 | -31/+110 |
* | Don't explicitly link libOsmesa with libmesa's dependency libglsl | Jon TURNEY | 2012-07-13 | 1 | -2/+1 |
* | automake: convert libglapi | Jon TURNEY | 2012-07-13 | 10 | -88/+75 |
* | Rename X86-64_API -> X86_64_API | Jon TURNEY | 2012-07-13 | 2 | -2/+2 |
* | Link dri drivers with mesa or dricore libtool library | Jon TURNEY | 2012-07-13 | 3 | -5/+11 |
* | Remove unused MESA_MODULES autoconf variable | Jon TURNEY | 2012-07-13 | 2 | -4/+0 |
* | automake: convert libmesa and libmesagallium | Jon TURNEY | 2012-07-13 | 6 | -64/+48 |
* | Rename sparc/clip.S -> sparc/sparc_clip.S | Jon TURNEY | 2012-07-13 | 3 | -2/+2 |
* | automake: convert libglsl | Jon TURNEY | 2012-07-13 | 10 | -151/+176 |
* | automake: convert libOSmesa | Laurent Carlier | 2012-07-13 | 4 | -51/+56 |
* | mesa,st/mesa: implement GL_RGB565 from ARB_ES2_compatibility | Marek Olšák | 2012-07-13 | 6 | -0/+29 |
* | i965: Move loop over texture units into brw_populate_sampler_prog_key. | Kenneth Graunke | 2012-07-12 | 3 | -82/+81 |
* | i965: Always emit alpha when nr_color_buffers == 0. | Kenneth Graunke | 2012-07-12 | 3 | -11/+6 |
* | i965: Use the blitter in intel_bufferobj_subdata for busy BOs on Gen6+. | Kenneth Graunke | 2012-07-12 | 1 | -16/+10 |
* | gallivm: Use %.9g to print floats. | José Fonseca | 2012-07-12 | 1 | -3/+6 |
* | scons: Remove -ffast-math. | José Fonseca | 2012-07-12 | 1 | -2/+0 |
* | scons: Also require recent XCB. | José Fonseca | 2012-07-12 | 2 | -1/+4 |
* | mesa: Require current libxcb. | Eric Anholt | 2012-07-12 | 5 | -53/+2 |
* | radeon/llvm: Don't use lp_build_swizzle_aos() for swizzles | Tom Stellard | 2012-07-12 | 1 | -8/+13 |
* | radeonsi: Dump TGSI code prior to doing TGSI->LLVM conversion. | Tom Stellard | 2012-07-12 | 1 | -1/+6 |
* | i965: Delete previous workaround for textureGrad with shadow samplers. | Kenneth Graunke | 2012-07-12 | 4 | -75/+5 |
* | i965: Add a lowering pass to convert TXD to TXL by computing the LOD. | Kenneth Graunke | 2012-07-12 | 4 | -0/+157 |
* | glsl/ir_builder: Add a new swizzle_for_size() function. | Kenneth Graunke | 2012-07-12 | 2 | -0/+20 |
* | glsl/ir_builder: Add a generic constructor for unary expressions. | Kenneth Graunke | 2012-07-12 | 2 | -0/+9 |
* | glsl: Initialize coordinate to NULL in ir_texture constructor. | Kenneth Graunke | 2012-07-12 | 1 | -1/+2 |
* | st/xorg: Fix build failure due to symbol clash. | José Fonseca | 2012-07-12 | 1 | -0/+3 |
* | docs: update relnotes-8.1 and GL3 status | Marek Olšák | 2012-07-12 | 2 | -2/+4 |
* | st/mesa: expose new transform feedback extensions | Marek Olšák | 2012-07-12 | 1 | -0/+6 |
* | mesa: add ARB_transform_feedback_instanced extension enable flag | Marek Olšák | 2012-07-12 | 2 | -0/+2 |
* | mesa: implement new DrawTransformFeedback functions | Marek Olšák | 2012-07-12 | 5 | -12/+130 |
* | mesa: implement display list support for new DrawTransformFeedback functions | Marek Olšák | 2012-07-12 | 2 | -0/+85 |
* | mesa: implement display list support for indexed query functions | Marek Olšák | 2012-07-12 | 1 | -2/+47 |