summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-24glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin1-2/+3
2013-01-28r600g: improve inputs/interpolation handling with llvm backendVadim Girlin4-209/+151
2013-01-28r600g: Add ar_chan member to struct r600_bytecodeTom Stellard3-0/+4
2013-01-28r600g: More robust checks for MOVA_INT instructionsTom Stellard1-8/+35
2013-01-28r600g/llvm: Add dummy export for vs outputVincent Lejeune1-2/+20
2013-01-28r600g: Fix building with --enable-r600-llvm-compilerTom Stellard1-3/+1
2013-01-28r600g: don't emit WAIT_UNTIL on cayman/TN (v2)Alex Deucher1-9/+28
2013-01-28r600g: add async for staging buffer upload v2Jerome Glisse12-17/+595
2013-01-28r600g: add multi ring support with dma as first second ring v4Jerome Glisse14-176/+327
2013-01-28radeon/winsys: add dma ring support to winsys v3Jerome Glisse9-82/+218
2013-01-28gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unitRoland Scheidegger7-95/+95
2013-01-28gallivm: split sampler and texture stateRoland Scheidegger20-357/+709
2013-01-28gallium/u_upload_mgr: fix a serious memory leakMarek Olšák1-2/+1
2013-01-27nouveau: don't try to use push_data if it's not implementedChristoph Bumiller1-0/+3
2013-01-26r600g: add more cases for copying unsupported formats to resource_copy_regionMarek Olšák1-0/+12
2013-01-26r600g: don't use radeon_surface_level::npix_x/y/zMarek Olšák4-32/+27
2013-01-26r600g: fix compile warnings in r600_cp_dma_copy_buffer on 32-bit gccMarek Olšák2-4/+4
2013-01-25r600g: fix up CP DMA for VM on cayman and TNAlex Deucher2-6/+9
2013-01-25svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()Brian Paul1-1/+1
2013-01-25st/mesa: handle new GLSL IR enumerants in switch statementsBrian Paul1-2/+16
2013-01-25svga: add NULL pointer check in svga_create_sampler_state()Brian Paul1-0/+3
2013-01-25vbo: add a null pointer check to handle OOM instead of crashingBrian Paul1-0/+5
2013-01-25util: add new error checking code in vbuf helperBrian Paul1-27/+49
2013-01-25st/mesa: do proper error checking for u_upload_alloc() callsBrian Paul5-17/+26
2013-01-25util: add some defensive coding in u_upload_alloc()Brian Paul1-1/+7
2013-01-25glsl: use glsl_strtof() instead of glsl_strtod()Brian Paul2-8/+8
2013-01-25glsl: add new glsl_strtof() functionBrian Paul2-0/+25
2013-01-25softpipe: add casts to silence MSVC warningsBrian Paul1-2/+2
2013-01-25util: silence MSVC signed/unsigned comparison warningsBrian Paul1-4/+4
2013-01-25util: silence MSVC double->float conversion warningsBrian Paul1-2/+2
2013-01-25util: silence MSVC signed/unsigned warnings in debug_get_flags_option()Brian Paul1-1/+1
2013-01-25st/mesa: silence assorted MSVC warnings in DrawPixels codeBrian Paul1-2/+2
2013-01-25swrast: silence a bunch of MSVC warningsBrian Paul1-19/+19
2013-01-25mesa: use GLbitfield64 when copying program inputsBrian Paul1-2/+2
2013-01-25mesa: add some casts to silence MSVC warningsBrian Paul1-14/+14
2013-01-25mesa: add casts in _mesa_GetTexParameterfv() to silence warningsBrian Paul1-4/+4
2013-01-25i965: Enable ARB_shading_language_packingMatt Turner1-0/+1
2013-01-25i965: Assert that the 4x8 pack/unpack operations have been loweredMatt Turner3-0/+12
2013-01-25i965: Lower the 4x8 pack/unpack operationsMatt Turner1-1/+5
2013-01-25glsl: Add support for lowering 4x8 pack/unpack operationsMatt Turner2-0/+285
2013-01-25glsl: Evaluate constant pack/unpack 4x8 expressionsMatt Turner1-0/+166
2013-01-25glsl: Extend ir_expression_operation for ARB_shading_language_packingMatt Turner4-0/+31
2013-01-25glsl: Add IR lisp for ARB_shading_language_packingMatt Turner5-0/+38
2013-01-25glsl: Add infrastructure for ARB_shading_language_packingMatt Turner7-0/+10
2013-01-25r600g: Don't build llvm_wrapper.cpp when we aren't using LLVMTom Stellard1-1/+3
2013-01-25i965: Pass in the glarray to get_surface_type.Eric Anholt1-29/+22
2013-01-25i965: Remove nonsense comment.Eric Anholt1-2/+0
2013-01-25i965: Remove NDEBUG undef that was snuck in.Eric Anholt1-2/+0
2013-01-25i965: reuse _mesa_sizeof_type for index buffer types.Eric Anholt1-24/+2
2013-01-25i965: Reuse precalculated ib_type_size value.Eric Anholt1-1/+1