summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-01dri2: Create image from textureAbdiel Janulgue2-1/+153
2013-02-01radeonsi: Fix draws using user index buffer.Michel Dänzer1-4/+3
2013-02-01st/mesa: whitespace/indentation fixBrian Paul1-2/+2
2013-02-01svga: check for NaN shader immediatesBrian Paul1-2/+4
2013-02-01svga: add, use SVGA3D_SURFACE_HINT_VOLUME flagBrian Paul2-0/+5
2013-02-01trace: measure time for each gallium callBrian Paul3-3/+39
2013-02-01trace: add void to function definitionBrian Paul1-1/+2
2013-02-01trace: allow GALLIUM_TRACE=stdout/stderrBrian Paul1-3/+11
2013-02-01radeonsi: port some of get_shader_param changes from r600gMarek Olšák1-6/+2
2013-02-01mesa: don't expose IBM_rasterpos_clip in a core contextMarek Olšák1-1/+1
2013-02-01r300g: always put MSAA resources in VRAMMarek Olšák1-3/+3
2013-02-01configure.ac: GLX cannot work without OpenGLMichel Dänzer1-0/+10
2013-02-01r600g: remove broken assert from r600_isa.cVadim Girlin1-2/+0
2013-02-01r600g: implement shader disassembler v3Vadim Girlin3-4/+444
2013-02-01r600g: use tables with ISA info v3Vadim Girlin10-1789/+2378
2013-01-31glapi: Do not use backtrace on MinGW.Vinson Lee1-1/+1
2013-01-31r600g: add cs memory usage accounting and limit it v3Jerome Glisse7-1/+80
2013-01-31r600g: fix htile buffer leakMarek Olšák1-0/+1
2013-01-31mesa: bump version to 9.2 (devel)Andreas Boll3-4/+4
2013-01-30Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"Matt Turner1-11/+1
2013-01-30mesa: Add TexBufferRange to dispatch_sanity.Kenneth Graunke1-1/+1
2013-01-30nv50,nvc0: fix/enable texture buffer objectsChristoph Bumiller6-34/+43
2013-01-30st/mesa: add support for GL_ARB_texture_buffer_rangeChristoph Bumiller2-1/+28
2013-01-30gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller2-1/+5
2013-01-30mesa: implement GL_ARB_texture_buffer_rangeChristoph Bumiller11-17/+130
2013-01-29build: Add missing comma in AS_IFMatt Turner1-2/+2
2013-01-29mesa: remove ctx->Driver.Error() hookBrian Paul3-12/+0
2013-01-29glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin1-3/+5
2013-01-29mesa: fix comment typo: s/formaat/format/Brian Paul1-1/+1
2013-01-29llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).José Fonseca2-36/+46
2013-01-29llvmpipe: Fix deferred depth writes for Z16_UNORM.José Fonseca1-1/+6
2013-01-29draw: fix draw_llvm_variant_key struct padding to avoid recompilesRoland Scheidegger3-4/+11
2013-01-29docs/relnotes-9.1: document new features in radeon driversMarek Olšák1-0/+2
2013-01-29docs: more VMware guest driver info, tipsBrian Paul1-0/+17
2013-01-29st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul1-1/+3
2013-01-29mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul1-1/+0
2013-01-29osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
2013-01-29xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
2013-01-29st/mesa: set ctx->Const.MaxSamples = 0, not 1Brian Paul1-0/+4
2013-01-29xlib: stop use _mesa_enable_extension(), just set the boolean flagsBrian Paul1-5/+4
2013-01-29xlib: fix incorrect GL_ANGLE_texture_compression_dxt enableBrian Paul1-1/+2
2013-01-29llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca4-22/+43
2013-01-28i965: Add chipset limits for Haswell GT1/GT2.Kenneth Graunke1-1/+17
2013-01-28intel: Un-hardcode lengths from blitter commands.Kenneth Graunke2-7/+7
2013-01-28Remove APIspec.dtdMatt Turner1-52/+0
2013-01-28docs: List new extensions added in Mesa 9.1Matt Turner1-1/+8
2013-01-29intel: Use a CPU map of the batch on LLC-sharing architectures.Eric Anholt4-9/+24
2013-01-28r600g: use uint64_t instead of unsigned long for proper 32bits cpu supportJerome Glisse5-16/+16
2013-01-28r600g: real fix for non 3.8 kernelJerome Glisse1-3/+5
2013-01-28i965: Fix assignment instead of comparison in asserts.Vinson Lee1-2/+2