summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: bump version to 9.2 (devel)Andreas Boll2013-01-313-4/+4
* Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"Matt Turner2013-01-301-11/+1
* mesa: Add TexBufferRange to dispatch_sanity.Kenneth Graunke2013-01-301-1/+1
* nv50,nvc0: fix/enable texture buffer objectsChristoph Bumiller2013-01-306-34/+43
* st/mesa: add support for GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-302-1/+28
* gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller2013-01-302-1/+5
* mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller2013-01-3011-17/+130
* build: Add missing comma in AS_IFMatt Turner2013-01-291-2/+2
* mesa: remove ctx->Driver.Error() hookBrian Paul2013-01-293-12/+0
* glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin2013-01-291-3/+5
* mesa: fix comment typo: s/formaat/format/Brian Paul2013-01-291-1/+1
* llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).José Fonseca2013-01-292-36/+46
* llvmpipe: Fix deferred depth writes for Z16_UNORM.José Fonseca2013-01-291-1/+6
* draw: fix draw_llvm_variant_key struct padding to avoid recompilesRoland Scheidegger2013-01-293-4/+11
* docs/relnotes-9.1: document new features in radeon driversMarek Olšák2013-01-291-0/+2
* docs: more VMware guest driver info, tipsBrian Paul2013-01-291-0/+17
* st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul2013-01-291-1/+3
* mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul2013-01-291-1/+0
* osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* st/mesa: set ctx->Const.MaxSamples = 0, not 1Brian Paul2013-01-291-0/+4
* xlib: stop use _mesa_enable_extension(), just set the boolean flagsBrian Paul2013-01-291-5/+4
* xlib: fix incorrect GL_ANGLE_texture_compression_dxt enableBrian Paul2013-01-291-1/+2
* llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca2013-01-294-22/+43
* i965: Add chipset limits for Haswell GT1/GT2.Kenneth Graunke2013-01-281-1/+17
* intel: Un-hardcode lengths from blitter commands.Kenneth Graunke2013-01-282-7/+7
* Remove APIspec.dtdMatt Turner2013-01-281-52/+0
* docs: List new extensions added in Mesa 9.1Matt Turner2013-01-281-1/+8
* intel: Use a CPU map of the batch on LLC-sharing architectures.Eric Anholt2013-01-294-9/+24
* r600g: use uint64_t instead of unsigned long for proper 32bits cpu supportJerome Glisse2013-01-285-16/+16
* r600g: real fix for non 3.8 kernelJerome Glisse2013-01-281-3/+5
* i965: Fix assignment instead of comparison in asserts.Vinson Lee2013-01-281-2/+2
* android: use gralloc_drm_get_gem_handle apiTapani Pälli2013-01-283-15/+7
* intel: Typo fix: "pitsh" -> "pitch"Paul Berry2013-01-281-1/+1
* r600g: fix segfault with old kernel9.1-branchpointJerome Glisse2013-01-285-11/+23
* glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin2013-01-241-2/+3
* r600g: improve inputs/interpolation handling with llvm backendVadim Girlin2013-01-284-209/+151
* r600g: Add ar_chan member to struct r600_bytecodeTom Stellard2013-01-283-0/+4
* r600g: More robust checks for MOVA_INT instructionsTom Stellard2013-01-281-8/+35
* r600g/llvm: Add dummy export for vs outputVincent Lejeune2013-01-281-2/+20
* r600g: Fix building with --enable-r600-llvm-compilerTom Stellard2013-01-282-7/+4
* r600g: don't emit WAIT_UNTIL on cayman/TN (v2)Alex Deucher2013-01-281-9/+28
* r600g: add async for staging buffer upload v2Jerome Glisse2013-01-2812-17/+595
* r600g: add multi ring support with dma as first second ring v4Jerome Glisse2013-01-2814-176/+327
* radeon/winsys: add dma ring support to winsys v3Jerome Glisse2013-01-289-82/+218
* gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger2013-01-287-95/+95
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-2820-357/+709
* gallium/u_upload_mgr: fix a serious memory leakMarek Olšák2013-01-281-2/+1
* nouveau: don't try to use push_data if it's not implementedChristoph Bumiller2013-01-271-0/+3
* gles3: Update gl3.hMatt Turner2013-01-261-2/+2