aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* u_vbuf: fix src_offset alignment in u_vbuf_create_vertex_elements()Brian Paul2015-06-191-1/+2
* gallium: whitespace, formatting clean-up in p_state.hBrian Paul2015-06-191-16/+20
* st/wgl: fix WGL_SWAP_METHOD_ARB queryBrian Paul2015-06-191-1/+6
* stw: use new stw_get_nop_function() function to avoid Viewperf 12 crashesBrian Paul2015-06-191-3/+20
* stw: add some no-op functions for GL_EXT_dsa, GL_NV_half_floatBrian Paul2015-06-193-0/+476
* st/wgl: Don't return core profile for 3.1 contexts.Jose Fonseca2015-06-191-7/+6
* st/wgl: set PIPE_BIND_SAMPLER_VIEW for window color buffersBrian Paul2015-06-191-0/+1
* st/wgl: add support for multisample pixel formatsBrian Paul2015-06-191-9/+20
* st/wgl: respect sample count when creating framebuffer surfacesBrian Paul2015-06-191-0/+1
* st/wgl: fix WGL_SAMPLE_BUFFERS_ARB queryBrian Paul2015-06-191-1/+1
* tgsi: add comments for ureg_emit_label()Brian Paul2015-06-191-0/+6
* tgsi: new comments, assertion for executing TGSI_OPCODE_CALBrian Paul2015-06-191-1/+5
* llvmpipe: Truncate the binned constants to max const buffer size.Jose Fonseca2015-06-192-2/+9
* glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOCK_SIZE.Jose Fonseca2015-06-191-0/+7
* glsl: guard gl_NumSamples enablement on ARB_sample_shadingIlia Mirkin2015-06-181-1/+2
* i965: Add missing braces around if-statement.Matt Turner2015-06-181-1/+2
* i965/compute: Fix undefined code with right_mask for SIMD32Jordan Justen2015-06-181-1/+1
* mesa: add GL_PROGRAM_PIPELINE support in KHR_debug callsIlia Mirkin2015-06-184-12/+24
* glsl: add version checks to conditionals for builtin variable enablementIlia Mirkin2015-06-181-5/+5
* glsl: handle conversions to double when comparing param matchesIlia Mirkin2015-06-181-3/+5
* ilo: remove missing ilo_fence.h from the sources listEmil Velikov2015-06-181-1/+0
* egl/x11: Set version of swrastLoader to 2Boyan Ding2015-06-181-1/+1
* vc4: Move tile state/alloc allocation into the kernel.Eric Anholt2015-06-179-101/+72
* vc4: Move RCL generation into the kernel.Eric Anholt2015-06-1711-676/+725
* vc4: Add dumping of VC4_PACKET_TILE_BINNING_MODE_CONFIG.Eric Anholt2015-06-171-1/+32
* vc4: Fix memory leak from simple_list conversion.Eric Anholt2015-06-171-3/+2
* vc4: Track the number of BOs allocated and their size.Eric Anholt2015-06-172-7/+100
* i965: Fix textureGrad with cube samplersIago Toral Quiroga2015-06-181-8/+18
* nvc0/ir: can't have a join on a load with an indirect sourceIlia Mirkin2015-06-171-1/+1
* i965: enable ARB_framebuffer_no_attachments for Gen7+Kevin Rogovin2015-06-172-0/+7
* i965: execution of frag-shader when it has atomic bufferKevin Rogovin2015-06-172-0/+7
* mesa: function for testing if current frag-shader has atomicsKevin Rogovin2015-06-171-1/+6
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-1716-34/+70
* mesa: helper function for scissor box of gl_framebufferKevin Rogovin2015-06-172-15/+35
* mesa: add helper functions for geometry of gl_framebufferKevin Rogovin2015-06-172-1/+35
* PATCH 03/10] mesa: Complete ARB_framebuffer_no_attachments in Mesa coreKevin Rogovin2015-06-171-29/+182
* mesa: Constants and functions for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-179-3/+84
* mesa: Define infrastructure for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-174-5/+46
* vc4: Make sure that direct texture clamps have a minimum value of 0.Eric Anholt2015-06-162-25/+66
* vc4: Swap around which src we spill to ra31/rb31.Eric Anholt2015-06-161-4/+4
* vc4: R4 is not a valid register for clamped direct texturing.Eric Anholt2015-06-161-1/+1
* vc4: Factor out the live clamp register getter.Eric Anholt2015-06-161-8/+24
* vc4: Drop the unused "stride" field of surfaces.Eric Anholt2015-06-161-1/+0
* vc4: Handle refcounting the exec BO like we do in the kernel.Eric Anholt2015-06-164-10/+34
* vc4: Use VC4_SET/GET_FIELD for some RCL packets.Eric Anholt2015-06-164-77/+89
* vc4: Make symbolic values for packet sizes.Eric Anholt2015-06-164-57/+86
* vc4: Use symbolic values in texture ptype validation.Eric Anholt2015-06-161-10/+13
* vc4: Move vc4_packet.h to the kernel/ directory, since it's also shared.Eric Anholt2015-06-164-3/+3
* i965/gen9: Disable Mip Tail for YF/YS tiled surfacesAnuj Phogat2015-06-162-2/+11
* i965/gen9: Set vertical and horizontal surface alignmentsAnuj Phogat2015-06-161-6/+26