summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-06haiku libGL: Move from gallium target to src/hglAlexander von Gluck IV11-1/+10
2014-01-06haiku: Fix missing HaikuGL header pathsAlexander von Gluck IV3-0/+3
2014-01-06mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) queryBrian Paul4-0/+47
2014-01-06i965: Warning fixEric Anholt1-2/+0
2014-01-06i965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_READ #defines.Kenneth Graunke1-4/+0
2014-01-06radeonsi: calculate NUM_BANKS for DB correctly on CIKMarek Olšák3-4/+27
2014-01-06radeonsi: set correct pipe config for Hawaii in DBMarek Olšák3-15/+26
2014-01-06radeonsi: disable HTILE for 1D-tiled depth-stencil buffersMarek Olšák1-0/+5
2014-01-06glx: check memory allocations in __glXInitVertexArrayState()Juha-Pekka Heikkila1-4/+23
2014-01-06glx: Add missing null check in __glXNewIndirectAPI()Juha-Pekka Heikkila1-0/+2
2014-01-06docs: fix misspellingsNathan Kidd13-26/+26
2014-01-04i965: set size of txf_mcs payload vgrf properlyChris Forbes1-0/+1
2014-01-02glcpp: error on multiple #else/#elif directivesErik Faye-Lund6-1/+51
2014-01-02glcpp: Replace multi-line comment with a space (even as part of macro definit...Carl Worth8-9/+48
2014-01-02glcpp: Add a more descriptive comment for the SKIP state manipulationCarl Worth1-5/+36
2013-12-30i965: Enhance intel_texsubimage_tiled_memcpy() to support all levelsCourtney Goeltzenleuchter1-2/+5
2013-12-30i965: Add XRGB to intel_texsubimage_tiled_memcpy()Courtney Goeltzenleuchter1-1/+2
2013-12-30glsl: Fix gl_type of usamplerCube built-in type.Paul Berry1-1/+1
2013-12-30mesa: Add an assertion to _mesa_program_index_to_target().Paul Berry1-2/+3
2013-12-30mesa: Improve static error checking of arrays sized by MESA_SHADER_TYPES.Paul Berry3-8/+16
2013-12-30glsl: Remove extraneous shader_type argument from analyze_clip_usage().Paul Berry1-4/+5
2013-12-30glsl: Get rid of hardcoded arrays of shader target names.Paul Berry2-15/+9
2013-12-30main: Remove unused function _mesa_shader_index_to_type().Paul Berry1-15/+0
2013-12-30Rename overloads of _mesa_glsl_shader_target_name().Paul Berry10-38/+38
2013-12-29Revert "mesa: Remove GLXContextID typedef from glx.h."Kenneth Graunke1-0/+1
2013-12-29i965: Remove unused depth_mode parameter from translate_tex_format().Kenneth Graunke4-4/+0
2013-12-27i965/blorp: unit test compiling integer typed texture fetchesTopi Pohjolainen1-0/+86
2013-12-27i965/blorp: unit test compiling simple gen6 zero-src sampledTopi Pohjolainen1-0/+51
2013-12-27i965/blorp: unit test compiling gen6 msaa-8 cms alpha blendTopi Pohjolainen1-0/+57
2013-12-27i965/blorp: unit test compiling bilinear filteredTopi Pohjolainen1-0/+49
2013-12-27i965/blorp: unit test compiling simple zero-src sampledTopi Pohjolainen1-0/+56
2013-12-27i965/blorp: unit test compiling unaligned msaa-8Topi Pohjolainen1-0/+135
2013-12-27i965/blorp: unit test compiling msaa-8 cms alpha blendTopi Pohjolainen1-0/+145
2013-12-27i965/blorp: unit test compiling msaa-4 ums to cmsTopi Pohjolainen1-0/+59
2013-12-27i965/blorp: unit test compiling msaa-8 cms to cmsTopi Pohjolainen1-0/+62
2013-12-27i965/blorp: unit test compiling msaa-8 ums to cmsTopi Pohjolainen1-0/+61
2013-12-27i965/blorp: unit test compiling blend and scaledTopi Pohjolainen3-1/+339
2013-12-27i965/blorp: allow unit tests to compile and dump assemblyTopi Pohjolainen1-3/+16
2013-12-27i965: dump the disassembly to the given fileTopi Pohjolainen1-10/+10
2013-12-27i965/fs: allow fs-generator use without gl_fragment_programTopi Pohjolainen1-3/+6
2013-12-27i965/fs: generate fs programs also without any 8-width instructionsTopi Pohjolainen1-2/+6
2013-12-26freedreno/a3xx: fix blend state corruption issueRob Clark8-33/+66
2013-12-26freedreno: prepare for hw binningRob Clark9-142/+159
2013-12-26freedreno: resync generated headersRob Clark6-76/+131
2013-12-24r600g: fix SUMO2 pci idAlex Deucher1-1/+1
2013-12-23scons: Add system library linker flags on LLVM 3.5.Vinson Lee1-0/+2
2013-12-23r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry1-0/+2
2013-12-23st/vdpau: Destroy context when initialization failsAaron Watry1-0/+1
2013-12-23radeon/llvm: Free target data at end of optimizationAaron Watry1-0/+1
2013-12-23r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry1-1/+1