summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/blorp: retype destination register for texture SEND instruction to UW.Paul Berry2013-09-301-1/+1
* i965: Add a real native TexStorage path.Eric Anholt2013-09-301-0/+63
* i965: Add missing license to intel_tex_validate.c.Eric Anholt2013-09-301-0/+23
* i965: Always allocate validated miptrees from level 0.Eric Anholt2013-09-301-6/+5
* i965: Don't relayout a texture just for baselevel changes.Eric Anholt2013-09-302-24/+39
* i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set.Eric Anholt2013-09-301-1/+2
* i965: Stop allocating miptrees with first_level != 0.Eric Anholt2013-09-301-17/+6
* i965: Drop a special case for guessing small miptree levels.Eric Anholt2013-09-301-43/+30
* i965: Totally switch around how we handle nonzero baselevel-first_level.Eric Anholt2013-09-304-19/+12
* i965: Always look up from the object's mt when setting up texturing state.Eric Anholt2013-09-302-5/+2
* i965/fs: Don't double-accept operands of logical and/or/xor operations.Kenneth Graunke2013-09-261-7/+4
* i965: Add #define for MI_REPORT_PERF_COUNT on Gen6+.Kenneth Graunke2013-09-261-0/+2
* i965: Add support for GL_AMD_performance_monitor on Ironlake.Kenneth Graunke2013-09-266-0/+420
* mesa: Remove some remaining FEATURE_* detritus.Eric Anholt2013-09-265-39/+0
* i965: Fix cube array coordinate normalizationChris Forbes2013-09-261-5/+11
* mesa: Use -Bsymbolic in the linker to locally resolve Mesa-internal symbols.Eric Anholt2013-09-236-6/+7
* i965/gen4: Fix fragment program rectangle texture shadow compares.Eric Anholt2013-09-211-4/+4
* i965/gen7.5: Fix missing Shader Channel Select entries on HaswellAbdiel Janulgue2013-09-211-0/+7
* i965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS macros.Kenneth Graunke2013-09-215-100/+10
* i915: Set VertexProgram.MaxOutputComponents and FragmentProgram.MaxInputCompo...Ian Romanick2013-09-191-0/+2
* i965: Set *Program.Max{Input,Output}ComponentsIan Romanick2013-09-191-1/+6
* i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces.Kenneth Graunke2013-09-191-61/+39
* i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces.Kenneth Graunke2013-09-191-86/+60
* i965: Fix off by one errors in texture buffer size calculations.Kenneth Graunke2013-09-192-2/+2
* i965: Fix writemask != 0 assertions on Sandybridge.Kenneth Graunke2013-09-191-2/+4
* i965: Fix brw_gs_prog_data_compare to actually check field members.Kenneth Graunke2013-09-191-1/+1
* i965: Fix brw_vs_prog_data_compare to actually check field members.Kenneth Graunke2013-09-191-1/+1
* i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke2013-09-196-187/+243
* i965: Use brw_upload_binding_table() for the pixel shader as well.Kenneth Graunke2013-09-191-18/+5
* i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages.Kenneth Graunke2013-09-193-16/+19
* i965: Convert loop to memcpy in brw_vec4_upload_binding_table().Kenneth Graunke2013-09-191-9/+6
* i965: Update comments in brw_vec4_upload_binding_table().Kenneth Graunke2013-09-191-6/+1
* i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp.Kenneth Graunke2013-09-183-4/+4
* i965: Lower ldexp.Matt Turner2013-09-171-1/+2
* glsl: Add support for ldexp.Matt Turner2013-09-173-0/+8
* i965: Add some missing bits to {mesa,brw,cache}_bits[].Paul Berry2013-09-172-0/+14
* i965/gs: Implement basic gl_PrimitiveIDIn functionality.Paul Berry2013-09-174-0/+11
* i965/gs: New gs primitive types are supported by HW primitive restart.Paul Berry2013-09-171-0/+4
* i965/gs: Add new primitive types.Paul Berry2013-09-172-3/+7
* i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.Kenneth Graunke2013-09-171-1/+0
* i965: Use gen7_upload_constant_state for 3DSTATE_CONSTANT_PS as well.Kenneth Graunke2013-09-161-27/+1
* i965: Set brw_stage_state::push_const_size for PS constants.Kenneth Graunke2013-09-161-1/+6
* i965: Introduce a prog_data temporary in gen6_upload_wm_push_constants.Kenneth Graunke2013-09-161-8/+8
* i965/gen6+: Support 128 varying components.Paul Berry2013-09-161-0/+3
* i965/ff_gs: Generate URB writes using a loop.Paul Berry2013-09-161-23/+38
* i965/gen6: Fix assertions on VS/GS URB size.Paul Berry2013-09-161-2/+2
* i965/vec4: Generate URB writes using a loop.Paul Berry2013-09-161-31/+21
* i965/fs: When >64 input components, order them to match prev pipeline stage.Paul Berry2013-09-162-7/+45
* i965/fs: Simplify computation of key.input_slots_valid during precompile.Paul Berry2013-09-161-11/+1
* i965/gs: Stop storing an input VUE map in the GS program key.Paul Berry2013-09-163-5/+8