summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stash - vp fixes?broadwellKenneth Graunke2014-02-201-10/+27
* Also emit VF_INSTANCING in the no-elements case.Kenneth Graunke2014-02-201-0/+6
* i965: Drop the blitter-based glBlitFramebuffer() path.Eric Anholt2014-02-201-101/+0
* i965: Drop blorp for glBlitFramebuffer() except for the stencil case.Eric Anholt2014-02-201-6/+8
* meta: Add support for integer blits.Eric Anholt2014-02-202-11/+71
* meta: Add support for doing MSAA to MSAA blits.Eric Anholt2014-02-202-49/+108
* meta: Save and restore a bunch of MSAA state.Eric Anholt2014-02-202-4/+38
* meta: Try to do blending of sRGB values in linear colorspace.Eric Anholt2014-02-201-5/+16
* meta: Add support for doing multisample resolves.Eric Anholt2014-02-202-12/+199
* i965: Fix miptree matching for multisampled, non-interleaved miptrees.Eric Anholt2014-02-202-1/+16
* fix stretch blitEric Anholt2014-02-201-0/+9
* i965: Enable Broadwell support.Kenneth Graunke2014-02-201-2/+0
* i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes.Kenneth Graunke2014-02-202-2/+81
* i965: Drop bogus F32TO16/F16TO32 instructions on Broadwell - use MOV.Kenneth Graunke2014-02-203-6/+6
* i965: Create a hardware context before initializing state module.Kenneth Graunke2014-02-201-6/+6
* i965/fs: Implement scratch read/write support for Broadwell.Kenneth Graunke2014-02-201-9/+109
* i965: Add Gen8 assembly support for DP Scratch messages.Kenneth Graunke2014-02-202-0/+47
* i965: Store absolute thread count in max_wm_threads on Broadwell.Kenneth Graunke2014-02-202-2/+5
* i965: Use MOV, not OR for setting URB write channel enables on Gen8+.Kenneth Graunke2014-02-201-5/+2
* i965: Implement a CS stall workaround on Broadwell.Kenneth Graunke2014-02-201-0/+36
* i965: support instanced GS on gen7Jordan Justen2014-02-205-2/+11
* i965: support gl_InvocationID for gen7Jordan Justen2014-02-205-3/+49
* glsl: add gl_InvocationID variable for ARB_gpu_shader5Jordan Justen2014-02-202-0/+3
* main/shaderapi: GL_GEOMETRY_SHADER_INVOCATIONS GetProgramiv supportJordan Justen2014-02-201-0/+6
* mesa: initialize gl_geometry_program Invocations fieldJordan Justen2014-02-205-0/+5
* glsl/linker: produce gl_shader_program Geom.InvocationsJordan Justen2014-02-203-0/+31
* glsl: parse invocations layout qualifier for ARB_gpu_shader5Jordan Justen2014-02-203-0/+43
* glsl: Generate error for invalid input layout declarationsJordan Justen2014-02-201-0/+13
* glsl: convert GS input primitive to use ast_type_qualifierJordan Justen2014-02-206-66/+96
* i965: Fix extra return value after winsys rb update refactor.Eric Anholt2014-02-201-1/+1
* i965/vs: Use samplers for UBOs in the VS like we do for non-UBO pulls.Eric Anholt2014-02-201-5/+18
* i965/fs: Add an optimization pass to remove redundant flags movs.Eric Anholt2014-02-202-0/+34
* gallivm: add smallfloat to float conversion not relying on cpu denorm handlingRoland Scheidegger2014-02-201-20/+65
* st/omx/enc: add multi scaling buffers for performance improvementLeo Liu2014-02-202-16/+29
* st/omx/dec/h264: fix prevFrameNumOffset handlingChristian König2014-02-201-0/+4
* i965: Actually claim to support MSAA on Broadwell.Kenneth Graunke2014-02-192-1/+10
* i965: Update physical width/height munging for 2x IMS MSAA.Kenneth Graunke2014-02-191-1/+6
* i965: Enable smooth points when multisampling without point sprites.Kenneth Graunke2014-02-191-1/+5
* i965: Thwack multisample enable bit in 3DSTATE_RASTER.Kenneth Graunke2014-02-192-0/+5
* i965: Only use the SIMD16 program for per-sample shading on Broadwell.Kenneth Graunke2014-02-191-9/+32
* i965: Set "Position XY Offset Select" bits in 3DSTATE_PS on Broadwell.Kenneth Graunke2014-02-191-0/+18
* i965: Add missing sample shading bits to Gen8's 3DSTATE_PS_EXTRA.Kenneth Graunke2014-02-191-1/+15
* i965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.Kenneth Graunke2014-02-192-1/+38
* i965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.Kenneth Graunke2014-02-192-1/+32
* i965: Disable MCS on Broadwell for now.Kenneth Graunke2014-02-191-0/+8
* i965: Use gen7_surface_msaa_bits in Broadwell SURFACE_STATE code.Kenneth Graunke2014-02-191-14/+2
* i965: Use ffs() for sample counting in gen7_surface_msaa_bits().Kenneth Graunke2014-02-191-6/+4
* i965: Simplify Broadwell's 3DSTATE_MULTISAMPLE sample count handling.Kenneth Graunke2014-02-191-23/+3
* glsl: Silence "type qualifiers ignored on function return type" warningIan Romanick2014-02-191-1/+1
* glsl: Only warn for macro names containing __Ian Romanick2014-02-191-3/+10