aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Accurately bail on SIMD16 compiles.Kenneth Graunke2014-03-183-34/+82
* i965/fs: Support pull parameters in SIMD16 mode.Kenneth Graunke2014-03-182-11/+13
* i965/fs: Use a single instance of the pull_constant_loc[] array.Kenneth Graunke2014-03-182-28/+6
* i965/fs: Don't renumber UNIFORM registers.Kenneth Graunke2014-03-183-118/+86
* i965/fs: Split pull parameter decision making from mechanical demoting.Kenneth Graunke2014-03-182-33/+40
* i965/fs: Record pull constant locations for all array elements.Kenneth Graunke2014-03-181-2/+2
* i965/fs: Save push constant location information.Kenneth Graunke2014-03-183-2/+12
* i965/fs: Delete dead code to fail compiles with SIMD16 pull parameters.Kenneth Graunke2014-03-181-5/+0
* 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
* i965: Fix build warning of unused variableAnuj Phogat2014-03-141-2/+0
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-122-12/+0
* 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: silence folder creationEmil Velikov2014-03-111-1/+1
* automake: use MKDIR_P when possibleEmil Velikov2014-03-111-1/+1
* meta: use non-ARB shader/program create/delete functionsBrian Paul2014-03-102-30/+30
* mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul2014-03-102-2/+2
* 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
* 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
* meta: Use minify() in GenerateMipmaps code.Kenneth Graunke2014-03-071-3/+3
* meta: Drop redundant FBO creation code in GenerateMipmaps.Kenneth Graunke2014-03-071-4/+1
* meta: Replace GLboolean with bool in fallback_required().Kenneth Graunke2014-03-071-7/+7
* meta: Make _mesa_meta_check_generate_mipmap_fallback static.Kenneth Graunke2014-03-072-8/+4
* meta: Split GenerateMipmap() into its own file.Kenneth Graunke2014-03-073-337/+376
* meta: De-static setup_texture_coords().Kenneth Graunke2014-03-072-23/+34
* i965: Fix render-to-texture in non-FinishRenderTexture cases.Eric Anholt2014-03-067-27/+87
* i965: Fix predicated-send-based discards with MRT.Eric Anholt2014-03-051-2/+2
* mesa: remove remaining uses of _glthread_GetID()Brian Paul2014-03-052-8/+1