summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-17llvmpipe: fix large point rasterization with point_quad_rasterizationRoland Scheidegger1-12/+19
2014-01-17gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger9-12/+60
2014-01-16mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin2-3/+1
2014-01-16llvmpipe: do constant buffer bounds checking in shadersZack Rusin9-43/+174
2014-01-16nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2-0/+4
2014-01-16mesa/main: Free ctx->DrawIndirectBuffer during teardownAaron Watry1-0/+2
2014-01-16st/dri: prevent leak of dri option default valuesAaron Watry1-0/+6
2014-01-16radeon: Move gfx/dma cs cleanup to r600_common_context_cleanupAaron Watry2-7/+7
2014-01-15mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick9-30/+31
2014-01-15mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick7-11/+7
2014-01-15mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick10-50/+11
2014-01-15radeon: Remove dead codeIan Romanick1-9/+0
2014-01-15i915: Remove spurious calls to DepthRangeIan Romanick2-9/+2
2014-01-15mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLESIan Romanick1-0/+37
2014-01-15scons: add new shaderimage.c file to the buildBrian Paul1-0/+1
2014-01-15clover: Fix clover::keys and ::values to deal with r-value references properly.Francisco Jerez1-6/+6
2014-01-15clover: Don't try to build programs created from a binary again.Francisco Jerez2-19/+22
2014-01-15clover: Add missing fields to the clover::module serialization code.Francisco Jerez1-0/+3
2014-01-15clover: Store map result into a temporary vector in clCreateProgramWithBinary.Francisco Jerez1-1/+1
2014-01-15docs: Mark ARB_shader_image_load_store as work in progress.Francisco Jerez1-1/+1
2014-01-15mesa: Validate image units when the texture state changes.Francisco Jerez3-0/+23
2014-01-15mesa: Unbind deleted textures from the shader image units.Francisco Jerez1-0/+25
2014-01-15mesa: Add image parameter queries for ARB_shader_image_load_store.Francisco Jerez3-0/+85
2014-01-15mesa: Add ARB_shader_image_load_store to the extension table.Francisco Jerez2-0/+2
2014-01-15glapi: Update dispatch XML files for ARB_shader_image_load_store.Francisco Jerez4-2/+94
2014-01-15mesa: Implement the GL entry points defined by ARB_shader_image_load_store.Francisco Jerez4-0/+521
2014-01-15mesa: Add MESA_FORMAT_SIGNED_RG88 and _RG1616.Francisco Jerez6-15/+153
2014-01-15mesa: Add MESA_FORMAT_ABGR2101010.Francisco Jerez6-0/+134
2014-01-15mesa: Add driver interface for ARB_shader_image_load_store.Francisco Jerez1-0/+13
2014-01-15mesa: Add state data structures required for ARB_shader_image_load_store.Francisco Jerez4-0/+108
2014-01-15mesa: Define helper function to get the number of texture layers.Francisco Jerez2-0/+93
2014-01-15st/mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-15automake: include the git sha in the opengl version string for oot buildsEmil Velikov1-6/+6
2014-01-15mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-15nouveau: add framebuffer validation callbackIlia Mirkin2-0/+52
2014-01-14clover: Use cl_ulong in the maximum allocation size calculation to avoid over...Francisco Jerez1-1/+1
2014-01-14i965: Emit 3DSTATE_VF on Broadwell too.Kenneth Graunke1-1/+1
2014-01-14i965: Disable workaround flush for push constants on Broadwell.Kenneth Graunke1-1/+1
2014-01-14i965: Enable native ETC texture support on Broadwell.Kenneth Graunke1-1/+1
2014-01-14ilo: handle NULL renderbuffers correctlyChia-I Wu6-27/+45
2014-01-14ilo: disable HiZ for misaligned levelsChia-I Wu4-82/+215
2014-01-14ilo: use a helper to determine if HiZ is enabledChia-I Wu5-8/+19
2014-01-14ilo: decide on hiz first in texture allocationChia-I Wu1-64/+64
2014-01-14ilo: emit gen7_wa_pipe_control_wm_max_threads_stall on HaswellChia-I Wu1-7/+9
2014-01-14ilo: use HALIGN_4 on GEN7 for depth buffersChia-I Wu1-11/+1
2014-01-14ilo: OOM for HiZ is fatal on GEN6Chia-I Wu1-2/+7
2014-01-14ilo: fix a HiZ bo leakageChia-I Wu1-0/+3
2014-01-14ilo: simplify ilo_texture_set_slice_flags()Chia-I Wu1-5/+3
2014-01-13egl-static: Fix build error.Vinson Lee1-1/+1
2014-01-14radeonsi: Rename the commonly occurring rscreen variable.Andreas Hartmetz3-86/+86