| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: more VMware guest driver info, tips | Brian Paul | 2013-01-29 | 1 | -0/+17 |
* | st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2 | Brian Paul | 2013-01-29 | 1 | -1/+3 |
* | mesa: don't enable GL_EXT_framebuffer_multisample for software drivers | Brian Paul | 2013-01-29 | 1 | -1/+0 |
* | osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta | Brian Paul | 2013-01-29 | 1 | -0/+3 |
* | xlib: use _mesa_generate_mipmap() for mipmap generation, not meta | Brian Paul | 2013-01-29 | 1 | -0/+3 |
* | st/mesa: set ctx->Const.MaxSamples = 0, not 1 | Brian Paul | 2013-01-29 | 1 | -0/+4 |
* | xlib: stop use _mesa_enable_extension(), just set the boolean flags | Brian Paul | 2013-01-29 | 1 | -5/+4 |
* | xlib: fix incorrect GL_ANGLE_texture_compression_dxt enable | Brian Paul | 2013-01-29 | 1 | -1/+2 |
* | llvmpipe: Support Z16_UNORM as depth-stencil format. | José Fonseca | 2013-01-29 | 4 | -22/+43 |
* | i965: Add chipset limits for Haswell GT1/GT2. | Kenneth Graunke | 2013-01-28 | 1 | -1/+17 |
* | intel: Un-hardcode lengths from blitter commands. | Kenneth Graunke | 2013-01-28 | 2 | -7/+7 |
* | Remove APIspec.dtd | Matt Turner | 2013-01-28 | 1 | -52/+0 |
* | docs: List new extensions added in Mesa 9.1 | Matt Turner | 2013-01-28 | 1 | -1/+8 |
* | intel: Use a CPU map of the batch on LLC-sharing architectures. | Eric Anholt | 2013-01-29 | 4 | -9/+24 |
* | r600g: use uint64_t instead of unsigned long for proper 32bits cpu support | Jerome Glisse | 2013-01-28 | 5 | -16/+16 |
* | r600g: real fix for non 3.8 kernel | Jerome Glisse | 2013-01-28 | 1 | -3/+5 |
* | i965: Fix assignment instead of comparison in asserts. | Vinson Lee | 2013-01-28 | 1 | -2/+2 |
* | android: use gralloc_drm_get_gem_handle api | Tapani Pälli | 2013-01-28 | 3 | -15/+7 |
* | intel: Typo fix: "pitsh" -> "pitch" | Paul Berry | 2013-01-28 | 1 | -1/+1 |
* | r600g: fix segfault with old kernel9.1-branchpoint | Jerome Glisse | 2013-01-28 | 5 | -11/+23 |
* | glx: only advertise GLX_INTEL_swap_event if it's supported | Zack Rusin | 2013-01-24 | 1 | -2/+3 |
* | r600g: improve inputs/interpolation handling with llvm backend | Vadim Girlin | 2013-01-28 | 4 | -209/+151 |
* | r600g: Add ar_chan member to struct r600_bytecode | Tom Stellard | 2013-01-28 | 3 | -0/+4 |
* | r600g: More robust checks for MOVA_INT instructions | Tom Stellard | 2013-01-28 | 1 | -8/+35 |
* | r600g/llvm: Add dummy export for vs output | Vincent Lejeune | 2013-01-28 | 1 | -2/+20 |
* | r600g: Fix building with --enable-r600-llvm-compiler | Tom Stellard | 2013-01-28 | 2 | -7/+4 |
* | r600g: don't emit WAIT_UNTIL on cayman/TN (v2) | Alex Deucher | 2013-01-28 | 1 | -9/+28 |
* | r600g: add async for staging buffer upload v2 | Jerome Glisse | 2013-01-28 | 12 | -17/+595 |
* | r600g: add multi ring support with dma as first second ring v4 | Jerome Glisse | 2013-01-28 | 14 | -176/+327 |
* | radeon/winsys: add dma ring support to winsys v3 | Jerome Glisse | 2013-01-28 | 9 | -82/+218 |
* | gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit | Roland Scheidegger | 2013-01-28 | 7 | -95/+95 |
* | gallivm: split sampler and texture state | Roland Scheidegger | 2013-01-28 | 20 | -357/+709 |
* | gallium/u_upload_mgr: fix a serious memory leak | Marek Olšák | 2013-01-28 | 1 | -2/+1 |
* | nouveau: don't try to use push_data if it's not implemented | Christoph Bumiller | 2013-01-27 | 1 | -0/+3 |
* | gles3: Update gl3.h | Matt Turner | 2013-01-26 | 1 | -2/+2 |
* | r600g: add more cases for copying unsupported formats to resource_copy_region | Marek Olšák | 2013-01-26 | 1 | -0/+12 |
* | r600g: don't use radeon_surface_level::npix_x/y/z | Marek Olšák | 2013-01-26 | 4 | -32/+27 |
* | r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gcc | Marek Olšák | 2013-01-26 | 2 | -4/+4 |
* | r600g: fix up CP DMA for VM on cayman and TN | Alex Deucher | 2013-01-25 | 2 | -6/+9 |
* | svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding() | Brian Paul | 2013-01-25 | 1 | -1/+1 |
* | st/mesa: handle new GLSL IR enumerants in switch statements | Brian Paul | 2013-01-25 | 1 | -2/+16 |
* | svga: add NULL pointer check in svga_create_sampler_state() | Brian Paul | 2013-01-25 | 1 | -0/+3 |
* | vbo: add a null pointer check to handle OOM instead of crashing | Brian Paul | 2013-01-25 | 1 | -0/+5 |
* | util: add new error checking code in vbuf helper | Brian Paul | 2013-01-25 | 1 | -27/+49 |
* | st/mesa: do proper error checking for u_upload_alloc() calls | Brian Paul | 2013-01-25 | 5 | -17/+26 |
* | util: add some defensive coding in u_upload_alloc() | Brian Paul | 2013-01-25 | 1 | -1/+7 |
* | glsl: use glsl_strtof() instead of glsl_strtod() | Brian Paul | 2013-01-25 | 2 | -8/+8 |
* | glsl: add new glsl_strtof() function | Brian Paul | 2013-01-25 | 2 | -0/+25 |
* | softpipe: add casts to silence MSVC warnings | Brian Paul | 2013-01-25 | 1 | -2/+2 |
* | util: silence MSVC signed/unsigned comparison warnings | Brian Paul | 2013-01-25 | 1 | -4/+4 |