aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: Fix gl_type of usamplerCube built-in type.Paul Berry2013-12-301-1/+1
* mesa: Add an assertion to _mesa_program_index_to_target().Paul Berry2013-12-301-2/+3
* mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES.Paul Berry2013-12-303-8/+16
* glsl: Remove extraneous shader_type argument from analyze_clip_usage().Paul Berry2013-12-301-4/+5
* glsl: Get rid of hardcoded arrays of shader target names.Paul Berry2013-12-302-15/+9
* main: Remove unused function _mesa_shader_index_to_type().Paul Berry2013-12-301-15/+0
* Rename overloads of _mesa_glsl_shader_target_name().Paul Berry2013-12-3010-38/+38
* Revert "mesa: Remove GLXContextID typedef from glx.h."Kenneth Graunke2013-12-291-0/+1
* i965: Remove unused depth_mode parameter from translate_tex_format().Kenneth Graunke2013-12-294-4/+0
* i965/blorp: unit test compiling integer typed texture fetchesTopi Pohjolainen2013-12-271-0/+86
* i965/blorp: unit test compiling simple gen6 zero-src sampledTopi Pohjolainen2013-12-271-0/+51
* i965/blorp: unit test compiling gen6 msaa-8 cms alpha blendTopi Pohjolainen2013-12-271-0/+57
* i965/blorp: unit test compiling bilinear filteredTopi Pohjolainen2013-12-271-0/+49
* i965/blorp: unit test compiling simple zero-src sampledTopi Pohjolainen2013-12-271-0/+56
* i965/blorp: unit test compiling unaligned msaa-8Topi Pohjolainen2013-12-271-0/+135
* i965/blorp: unit test compiling msaa-8 cms alpha blendTopi Pohjolainen2013-12-271-0/+145
* i965/blorp: unit test compiling msaa-4 ums to cmsTopi Pohjolainen2013-12-271-0/+59
* i965/blorp: unit test compiling msaa-8 cms to cmsTopi Pohjolainen2013-12-271-0/+62
* i965/blorp: unit test compiling msaa-8 ums to cmsTopi Pohjolainen2013-12-271-0/+61
* i965/blorp: unit test compiling blend and scaledTopi Pohjolainen2013-12-273-1/+339
* i965/blorp: allow unit tests to compile and dump assemblyTopi Pohjolainen2013-12-271-3/+16
* i965: dump the disassembly to the given fileTopi Pohjolainen2013-12-271-10/+10
* i965/fs: allow fs-generator use without gl_fragment_programTopi Pohjolainen2013-12-271-3/+6
* i965/fs: generate fs programs also without any 8-width instructionsTopi Pohjolainen2013-12-271-2/+6
* freedreno/a3xx: fix blend state corruption issueRob Clark2013-12-268-33/+66
* freedreno: prepare for hw binningRob Clark2013-12-269-142/+159
* freedreno: resync generated headersRob Clark2013-12-266-76/+131
* r600g: fix SUMO2 pci idAlex Deucher2013-12-241-1/+1
* scons: Add system library linker flags on LLVM 3.5.Vinson Lee2013-12-231-0/+2
* r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry2013-12-231-0/+2
* st/vdpau: Destroy context when initialization failsAaron Watry2013-12-231-0/+1
* radeon/llvm: Free target data at end of optimizationAaron Watry2013-12-231-0/+1
* r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry2013-12-231-1/+1
* r600/compute: Free compiled kernels when deleting compute stateAaron Watry2013-12-231-0/+2
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2013-12-235-18/+41
* pipe_loader/sw: close dev->lib when initialization failsAaron Watry2013-12-231-1/+4
* clover: Remove unused variableAaron Watry2013-12-231-1/+0
* llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu2013-12-221-0/+6
* st/mesa: use pipe_sampler_view_release()Jonathan Liu2013-12-221-1/+1
* i915: Add support for gl_FragData[0] reads.Henri Verbeet2013-12-221-0/+1
* radeonsi: Use htile_buffer for depth only when there is no stencil.Andreas Hartmetz2013-12-221-0/+8
* winsys/radeon: remove superfluous distinction of casesNiels Ole Salscheider2013-12-221-15/+5
* mesa: inline r200 radeon texture format macros to facility search and replaceMark Mueller2013-12-212-102/+70
* mesa: Fix build to properly check for supported compiler flagsLauri Kasanen2013-12-203-1/+83
* mesa: It is not possible to have GLSL < 1.20Ian Romanick2013-12-202-3/+0
* mesa: Clean up bad code formatting left from previous commitIan Romanick2013-12-204-20/+18
* mesa: GL_EXT_packed_depth_stencil is not optionalIan Romanick2013-12-2012-40/+11
* radeon: Sort list of enabled extensionsIan Romanick2013-12-201-6/+5
* r200: Sort list of enabled extensionsIan Romanick2013-12-201-16/+10
* glx: Simplify __glxGetMscRate, it only needs the screen, not a drawableLauri Kasanen2013-12-203-6/+4