summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Delete the fabulous target_to_target() function.Kenneth Graunke2014-02-211-19/+2
* i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor.Kenneth Graunke2014-02-211-3/+3
* i965: Stop throwing away our double precision for time calculations.Eric Anholt2014-02-213-4/+4
* meta: Add support for integer blits.Eric Anholt2014-02-212-7/+71
* meta: Add support for doing MSAA to MSAA blits.Eric Anholt2014-02-212-49/+104
* meta: Save and restore a bunch of MSAA state.Eric Anholt2014-02-212-4/+38
* meta: Try to do blending of sRGB values in linear colorspace.Eric Anholt2014-02-211-5/+25
* meta: Add support for doing multisample resolves.Eric Anholt2014-02-212-12/+197
* i965: Fix miptree matching for multisampled, non-interleaved miptrees.Eric Anholt2014-02-212-1/+16
* 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
* 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
* 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
* i965/fs: Allocate the param_size array dynamically.Francisco Jerez2014-02-192-2/+2
* i965/fs: Use a separate variable to keep track of the last uniform index seen.Francisco Jerez2014-02-195-35/+35
* i965: Have brw_imm_vf4() take the vector components as integer values.Francisco Jerez2014-02-192-11/+31
* i965: Add helper function to find out the signedness of a register type.Francisco Jerez2014-02-191-0/+28
* i965/vec4: Use swizzle() in the ARB_vertex_program code.Francisco Jerez2014-02-192-24/+11
* i965/fs: Use offset() in the ARB_fragment_program code.Francisco Jerez2014-02-191-69/+62
* i965/fs: Remove fs_reg::retype.Francisco Jerez2014-02-193-20/+12
* i965/vec4: Trivial improvements to the with_writemask() function.Francisco Jerez2014-02-193-18/+15
* i965: Make sure that backend_reg::type and brw_reg::type are consistent for f...Francisco Jerez2014-02-195-0/+26
* i965/vec4: Add non-mutating helper functions to modify src_reg::swizzle and :...Francisco Jerez2014-02-191-0/+24
* i965: Add non-mutating helper functions to modify the register offset.Francisco Jerez2014-02-192-0/+24
* i965/vec4: Fix off-by-one register class overallocation.Francisco Jerez2014-02-191-1/+1
* i965: Unify fs_generator:: and vec4_generator::mark_surface_used as a free fu...Francisco Jerez2014-02-197-38/+32
* i965: Move up duplicated fields from stage-specific prog_data to brw_stage_pr...Francisco Jerez2014-02-1924-188/+162
* i965/vec4: Add constructor of src_reg from a fixed hardware reg.Francisco Jerez2014-02-192-0/+9