summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Allow external textures to use fallback (0, 0, 0, 1)Topi Pohjolainen2013-10-111-0/+1
* i965: extend fast texture uploadFrank Henigman2013-10-101-69/+402
* dri: Reference the global driver vtable once at screen init..Eric Anholt2013-10-102-14/+23
* i965: Clean up error handling for context creation.Eric Anholt2013-10-104-34/+8
* intel: Remove silly check for !bufmgr.Eric Anholt2013-10-102-12/+0
* dri: Move API version validation into dri/common.Eric Anholt2013-10-1014-225/+112
* dri: Merge drisw_util.c into dri_util.cEric Anholt2013-10-104-386/+48
* dri: Add an explanatory comment for an important driver entrypoint.Eric Anholt2013-10-101-0/+7
* dri: Remove dead comment.Eric Anholt2013-10-101-4/+0
* i965/fs: Convert gen7 to using GRFs for texture messages.Eric Anholt2013-10-109-109/+170
* i965/fs: Allocate more register classes on gen7.Eric Anholt2013-10-102-18/+30
* i965/fs: Use per-channel interference for register_coalesce_2().Eric Anholt2013-10-103-23/+26
* i965/fs: Use the new per-channel live ranges for dead code elimination.Eric Anholt2013-10-102-3/+16
* i965/fs: Keep a copy of the live variables class around.Eric Anholt2013-10-103-12/+17
* i965/fs: Invalidate live intervals when compacting; don't fix them.Kenneth Graunke2013-10-101-4/+1
* i965/fs: Remove start/end aliases in compute_live_intervals().Kenneth Graunke2013-10-101-8/+6
* i965/fs: Track live variable ranges on a per-channel level.Eric Anholt2013-10-102-74/+85
* i965/fs: Factor def[]/use[] setup out to a separate function.Eric Anholt2013-10-102-16/+43
* i965/fs: Create a helper function for invalidating live intervals.Kenneth Graunke2013-10-107-15/+21
* i965/fs: Do live variables dataflow analysis on a per-channel level.Eric Anholt2013-10-102-17/+73
* i965/fs: Rename num_vars to num_vgrfs in live interval analysis.Kenneth Graunke2013-10-102-8/+7
* i965/fs: Short-circuit a loop in live variable analysis.Kenneth Graunke2013-10-101-5/+6
* i965/blorp: Allow format conversions for CopyTexSubImage.Kenneth Graunke2013-10-091-1/+14
* i965/blorp: Rework sRGB override behavior.Kenneth Graunke2013-10-092-9/+15
* i965/blorp: Explain why Z24 can't use a sensible format.Kenneth Graunke2013-10-091-1/+5
* i965/blorp: Use R32_FLOAT for Z32F surfaces.Kenneth Graunke2013-10-091-6/+8
* i965/blorp: Use R16_UNORM for Z16 surfaces.Kenneth Graunke2013-10-091-6/+1
* i965/blorp: Add support for non-render-target formats.Kenneth Graunke2013-10-091-7/+7
* i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke2013-10-094-6/+8
* i965/blorp: Fix the register types on blorp's push constants.Eric Anholt2013-10-091-16/+16
* i965: Fix 3D texture layout by more literally copying from the spec.Eric Anholt2013-10-091-55/+20
* mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".Eric Anholt2013-10-091-1/+1
* i965: Don't forget the cube map padding on gen5+.Eric Anholt2013-10-091-7/+15
* i965: keep SecHalf flag after register coalescingChia-I Wu2013-10-091-0/+1
* i965: allow SIMD8 sampler messages in SIMD16 modeChia-I Wu2013-10-091-1/+2
* i965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLEChia-I Wu2013-10-091-1/+16
* i965: Initialize brw_blorp_const_color_program::prog_data.Vinson Lee2013-10-081-0/+2
* i965: Fix a compiler warning about conservative depth enums.Eric Anholt2013-10-081-0/+2
* i965/gs: Fixup gl_PointSize on entry to geometry shaders.Paul Berry2013-10-081-0/+17
* st/mesa: improve format selection for GLESMarek Olšák2013-10-083-1/+40
* gen7: Use logical, not physical, dims in 3DSTATE_DEPTH_BUFFER (v2)Chad Versace2013-10-072-4/+4
* i965: Remove the "ARF" register file.Matt Turner2013-10-075-16/+6
* i965: Fixup for don't dead-code eliminate instructions that write to the accu...Matt Turner2013-10-072-4/+2
* i965: Generate code for ir_binop_imul_high.Matt Turner2013-10-073-0/+18
* i965: Use the multiplication result's type for the accumulator.Matt Turner2013-10-072-2/+2
* i965/fs: Disable CSE on instructions writing to HW_REG.Matt Turner2013-10-071-1/+2
* glsl: Implement [iu]mulExtended() built-ins for ARB_gpu_shader5.Matt Turner2013-10-072-0/+2
* i965: Add Gen assertion checks for newer instructions.Matt Turner2013-10-072-0/+22
* i965: Don't dead-code eliminate instructions that write to the accumulator.Matt Turner2013-10-072-2/+30
* i965: Generate code for ir_binop_carry and ir_binop_borrow.Matt Turner2013-10-0714-0/+80