summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: mark GL_RGB9_E5 as not color-renderableMarek Olšák2014-03-151-4/+0
* st/mesa: remove _NEW_POLYGON dependency from vertex shaderMarek Olšák2014-03-153-11/+12
* st/mesa: implement zero-stride edge flag by culling primitivesMarek Olšák2014-03-153-1/+17
* st/mesa: fix per-vertex edge flags and GLSL support (v2)Marek Olšák2014-03-152-7/+6
* i965/fs: Invalidate live intervals when demoting uniforms to pull params.Kenneth Graunke2014-03-141-0/+2
* i965/fs: Print "+reladdr" on variably-indexed uniform arrays.Kenneth Graunke2014-03-141-2/+5
* i965: Fix register types in dump_instructions(), again.Kenneth Graunke2014-03-144-4/+3
* i965/fs: Fix register comparisons in saturate propagation.Kenneth Graunke2014-03-141-0/+1
* i965: Add support for GL_ARB_buffer_storage.Eric Anholt2014-03-142-2/+8
* i965: Always use CPU mappings for BOs on LLC platforms.Eric Anholt2014-03-141-1/+1
* i965: Drop the system-memory temporary allocations for flush explicit.Eric Anholt2014-03-142-52/+58
* i965: Switch mapping modes for non-explicit-flush blit-temporary maps.Eric Anholt2014-03-141-3/+3
* mesa: return v.value_int64 when the requested type is TYPE_INT64Emil Velikov2014-03-141-3/+3
* i965: Fix build warning of unused variableAnuj Phogat2014-03-141-2/+0
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-124-32/+68
* Fix the initial value of glDrawBuffers for GLESNeil Roberts2014-03-121-1/+3
* Use the magic behaviour of GL_BACK in GLES 1 and 2 as well as 3Neil Roberts2014-03-121-1/+6
* mesa: Release gl_debug_state when destroying context.Mike Stroyan2014-03-121-1/+4
* meta: Always restore the framebuffers and current renderbuffer.Eric Anholt2014-03-113-21/+17
* i965: Drop intel_check_front_buffer_rendering().Eric Anholt2014-03-116-27/+0
* i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt2014-03-115-42/+44
* intel: When checking for updating front buffer reading, use the right fb.Eric Anholt2014-03-112-2/+2
* automake: allow only shared buildsEmil Velikov2014-03-112-4/+0
* automake: create compat symlinks only for linux systemsEmil Velikov2014-03-111-0/+2
* configure: use LIB_EXT rather than hardcoded .soEmil Velikov2014-03-111-12/+12
* automake: do not use symbols names for static glapi.laEmil Velikov2014-03-111-3/+3
* automake: use install-lib-links.mk across all classic mesaEmil Velikov2014-03-112-13/+2
* automake: use only the folder name if it's a subfolder of the present oneEmil Velikov2014-03-111-2/+2
* automake: silence folder creationEmil Velikov2014-03-112-3/+3
* automake: use MKDIR_P when possibleEmil Velikov2014-03-111-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-075-11/+17
* meta: use non-ARB shader/program create/delete functionsBrian Paul2014-03-102-30/+30
* mesa: s/GLhandleARB/GLuint/ for glGetUniform functionsBrian Paul2014-03-103-25/+25
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-1011-24/+24
* mesa: reorder MESA_FORMAT enumsBrian Paul2014-03-104-1530/+1459
* mesa: trim down format.h commentsBrian Paul2014-03-101-169/+0
* i965/vec4: Don't fix-up scalar uniforms for 3 src instructions.Matt Turner2014-03-101-0/+3
* i965: Disassemble 3 src instructions' rep_ctrl field.Matt Turner2014-03-102-6/+24
* i965: Disassemble 3-src operands widths' correctly.Matt Turner2014-03-104-38/+38
* i965: Move binding table update packets to binding table setup time.Eric Anholt2014-03-107-39/+17
* i965: Reorganize the code in brw_upload_binding_tables.Kenneth Graunke2014-03-101-17/+18
* mesa/glsl: introduce a remap table for uniform locationsTapani Pälli2014-03-104-37/+43
* mesa: remove _mesa_symbol_table_iterator structureTapani Pälli2014-03-102-99/+0
* automake: make clean the correct git_sha1.h.tmpEmil Velikov2014-03-081-1/+1
* scons: Add drivers/common/meta_generate_mipmap.c to src/mesa/SConscript.Vinson Lee2014-03-071-1/+2
* meta: Support GenerateMipmaps on 1DArray textures.Kenneth Graunke2014-03-071-9/+33
* meta: Use srcWidth/Height/Depth rather than srcImage->Width and such.Kenneth Graunke2014-03-071-3/+3
* meta: Support GenerateMipmaps on 2DArray textures.Kenneth Graunke2014-03-071-35/+34
* meta: Add a 'layer' argument to bind_fbo_image().Kenneth Graunke2014-03-071-9/+11
* meta: Refactor code for binding a texture image to the FBO.Kenneth Graunke2014-03-071-46/+35