summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-04-12mesa: Change an error code in glSamplerParameterI[iu]v().Kenneth Graunke1-4/+6
2016-04-13softpipe: Free tgsi.image elements on context destruction.Jose Fonseca1-0/+2
2016-04-13softpipe: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan1-1/+2
2016-04-12vc4: Work around hardware limits on the number of verts in a single draw.Eric Anholt1-18/+92
2016-04-13softpipe: avoid buffer overflowThomas Hindoe Paaboel Andersen2-8/+8
2016-04-13tgsi: fix buffer overflowThomas Hindoe Paaboel Andersen1-1/+1
2016-04-12swr: handle pci cap requestsTim Rowley1-0/+4
2016-04-12swr: support samplers in vertex shadersTim Rowley6-105/+228
2016-04-12radeonsi: enable GLSL 4.20 and therefore OpenGL 4.2Nicolai Hähnle1-1/+2
2016-04-13va: check null context in vlVaDestroyContextIurie Salomov1-0/+4
2016-04-12nir/clone: Copy bit size when cloning registersJason Ekstrand1-0/+1
2016-04-13radeonsi: fix a critical SI hang since PIPELINESTAT_START/STOP was addedMarek Olšák2-9/+2
2016-04-12glsl: Don't copy propagate or tree graft precise values.Kenneth Graunke3-1/+8
2016-04-12i965/tiled_memcpy: Fix rgba8_copy_16_aligned_dst() typoKristian Høgsberg Kristensen1-4/+4
2016-04-12glsl/linker: Recurse on struct fields when adding shader variablesKristian Høgsberg Kristensen1-6/+45
2016-04-12glsl/linker: Pass name and type through to create_shader_variable()Kristian Høgsberg Kristensen1-9/+12
2016-04-12glsl/linker: Pass absolute location to add_shader_variable()Kristian Høgsberg Kristensen1-7/+10
2016-04-12glsl/linker: Add add_shader_variable() helperKristian Høgsberg Kristensen1-19/+23
2016-04-12i965/tiled_memcpy: Unroll bytes==64 case.Matt Turner1-0/+16
2016-04-12i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle.Roland Scheidegger1-3/+40
2016-04-12i965/tiled_memcpy: Move SSSE3 code back into inline functions.Matt Turner1-18/+24
2016-04-12i965/tiled_memcpy: Optimize RGBA -> BGRA swizzle.Matt Turner1-8/+11
2016-04-12radeonsi: fix bounds check in si_create_vertex_elementsNicolai Hähnle1-1/+1
2016-04-12radeonsi: enable shader buffer pipe capsNicolai Hähnle1-2/+2
2016-04-12radeonsi: add shader buffer support to TGSI_OPCODE_RESQNicolai Hähnle1-6/+11
2016-04-12radeonsi: add shader buffer support to TGSI_OPCODE_STORENicolai Hähnle1-18/+111
2016-04-12radeonsi: add shader buffer support to TGSI_OPCODE_LOADNicolai Hähnle1-19/+70
2016-04-12radeonsi: add shader buffer support to TGSI_OPCODE_ATOM*Nicolai Hähnle1-15/+46
2016-04-12radeonsi: add offset parameter to buffer_append_argsNicolai Hähnle1-5/+10
2016-04-12radeonsi: adjust buffer_append_args to take a 128 bit resourceNicolai Hähnle1-7/+23
2016-04-12radeonsi: preload shader buffers in shadersNicolai Hähnle1-0/+17
2016-04-12radeonsi: implement set_shader_buffersNicolai Hähnle5-58/+125
2016-04-12radeonsi: move resetting of constant buffers into a separate functionNicolai Hähnle1-15/+26
2016-04-12dri/i965: fix incorrect rgbFormat in intelCreateBuffer().Haixia Shi1-8/+12
2016-04-12glsl: Reject illegal qualifiers on atomic counter uniforms.Kenneth Graunke1-0/+11
2016-04-12glsl: Add a method to print error messages for illegal qualifiers.Kenneth Graunke2-0/+90
2016-04-12xlib: fix memory leak on Display closeJohn Sheu2-1/+2
2016-04-12st/mesa: Replace GLvoid with voidJakob Sinclair5-26/+26
2016-04-12radeonsi: Mark ARB_robust_buffer_access_behavior as supported.Bas Nieuwenhuizen1-1/+1
2016-04-12gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen18-0/+22
2016-04-12mesa: Expose the ARB_robust_buffer_access_behavior extension.Bas Nieuwenhuizen3-1/+3
2016-04-12main: rework the compatibility check of visuals in glXMakeCurrentMiklós Máté1-30/+12
2016-04-12swr: [rasterizer core] warning cleanupTim Rowley2-5/+4
2016-04-12swr: [rasterizer] Put in rudimentary garbage collection for the global arena ...Tim Rowley3-61/+187
2016-04-12swr: [rasterizer core] Put DRAW_CONTEXT on a dietTim Rowley7-49/+43
2016-04-12swr: [rasterizer core] Add experimental support for hyper-threaded front-endTim Rowley5-56/+139
2016-04-12swr: [rasterizer] Avoid segv in thread creation on machines with non-consecut...Tim Rowley1-0/+4
2016-04-12swr: [rasterizer core] Replace all naked OSALIGN macro uses with OSALIGNSIMD ...Tim Rowley4-14/+14
2016-04-12swr: [rasterizer] Ensure correct alignment of stack variables used as vectorsTim Rowley2-3/+4
2016-04-12swr: [rasterizer core] Quantize depth to depth buffer precision prior to dept...Tim Rowley5-13/+81