summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-25build/radeonsi: group all targets in common subdirChristian König9-97/+74
2013-09-25build/r600: group all targets in common subdirChristian König11-123/+76
2013-09-25build/r300: group build target in common subdirChristian König8-79/+58
2013-09-25radeon/uvd: try to place msg/fb buffer into GARTChristian König1-2/+2
2013-09-25radeon/uvd: move alignment to winsysChristian König2-6/+6
2013-09-25st/vdpau: use a separate lock per decoderChristian König2-9/+12
2013-09-25st/vdpau: use new vlc function to serach for VC-1 start codesChristian König1-2/+1
2013-09-25vl/mpeg12: use new vlc function to search for start codesChristian König1-1/+1
2013-09-25vl/vlc: add fast forward search for byte valueChristian König1-10/+74
2013-09-24glsl: Initialize ir_lower_jumps_visitor member variables.Vinson Lee1-1/+6
2013-09-24glsl: Initialize lower_vector_visitor::dont_lower_swz.Vinson Lee1-1/+1
2013-09-24glsl: Initialize assignment_generator member variables.Vinson Lee1-0/+6
2013-09-24glsl: Remove unused pointer value.Vinson Lee1-1/+1
2013-09-24Revert "llvmpipe: increase number of subpixel bits to eight"Zack Rusin3-17/+11
2013-09-24mesa: remove handcounted magic numberDylan Noblesmith1-13/+20
2013-09-24mesa: remove outdated commentDylan Noblesmith1-1/+0
2013-09-24mesa: remove stale commentDylan Noblesmith1-2/+0
2013-09-23llvmpipe: align the array used for subdivived verticesZack Rusin1-1/+1
2013-09-23glapi: Move declaration before code.Vinson Lee1-4/+6
2013-09-23mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt7-7/+12
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt33-2/+126
2013-09-23mesa: Drop an extra copy-and-pasted copy in the program clone function.Eric Anholt1-1/+0
2013-09-23mesa: Convert some runtime asserts to static asserts.Eric Anholt1-2/+2
2013-09-23mesa: Shrink the size of the enum string lookup struct.Eric Anholt2-2/+13
2013-09-23mesa: Remove the extra enum strings and extra lookup table.Eric Anholt1-41/+20
2013-09-23mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt3-63/+0
2013-09-23llvmpipe: increase number of subpixel bits to eightZack Rusin3-11/+17
2013-09-22glsl: Define isnormal and copysign for MSVC to fix build.Vinson Lee1-0/+14
2013-09-22radeon/uvd: async flush the UVD csChristian König1-1/+1
2013-09-22winsys/radeon: share winsys between different fd'sChristian König1-2/+17
2013-09-22winsys/radeon: remove cs_queue_emptyChristian König3-19/+3
2013-09-22winsys/radeon: fix killing the CS threadChristian König1-4/+4
2013-09-21i965/gen4: Fix fragment program rectangle texture shadow compares.Eric Anholt1-4/+4
2013-09-21i965/gen7.5: Fix missing Shader Channel Select entries on HaswellAbdiel Janulgue1-0/+7
2013-09-21i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.Kenneth Graunke7-122/+12
2013-09-21glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke5-121/+7
2013-09-21ralloc: Introduce new macros for defining C++ new/delete operators.Kenneth Graunke1-0/+26
2013-09-20r600g: fast color clears for single-sample buffersGrigori Goronzy5-11/+86
2013-09-20r600g: add support for separately allocated CMASKsGrigori Goronzy4-10/+60
2013-09-20gallium: add flush_resource context functionMarek Olšák23-3/+188
2013-09-20radeonsi: simplify and fix MSAA texture sampling for array texturesMarek Olšák2-27/+17
2013-09-20radeonsi: fix textureOffset and texelFetchOffset GLSL functionsMarek Olšák1-9/+23
2013-09-20llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.José Fonseca1-6/+78
2013-09-20draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.José Fonseca2-0/+15
2013-09-20tools/trace: Simple script to compare two traces.José Fonseca1-0/+66
2013-09-19mesa: Silence GCC warning 'comparison between signed and unsigned integer exp...Ian Romanick1-1/+1
2013-09-19mesa: Fix broken call to print_table_statsIan Romanick1-1/+3
2013-09-19glsl: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick1-0/+2
2013-09-19mesa: Allow several ARB_geometry_shader4 queries in OpenGL 3.2Ian Romanick2-4/+10
2013-09-19mesa: Expose MAX_GEOMETRY_{INPUT,OUTPUT}_COMPONENTS on OpenGL 3.2Ian Romanick1-1/+3