aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Only emit VS state pipe control workaround on IVB and BYT.Kenneth Graunke2014-02-273-3/+5
* i965: Fix the region's pitch condition to use blitterAnuj Phogat2014-02-261-3/+3
* meta: Use a #define for the vector type to avoid %svec4 everywhere.Kenneth Graunke2014-02-261-10/+7
* i965: Don't try to dump shader source for fixed-function FS programs.Kenneth Graunke2014-02-261-1/+1
* i965: Don't forget to subtract mt->first_level in minify calls.Kenneth Graunke2014-02-265-12/+13
* i965: Stop lowering ir_triop_lrp.Kenneth Graunke2014-02-261-2/+0
* i965/vec4: Handle ir_triop_lrp on Gen4-5 as well.Kenneth Graunke2014-02-262-7/+38
* i965/vec4: Add a brw->gen >= 6 assertion in three-source emitters.Kenneth Graunke2014-02-261-0/+1
* i965: Fix segfaults since the buffer_storage changes.Eric Anholt2014-02-251-1/+1
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-2510-144/+168
* mesa: add storage flags parameter to Driver.BufferDataMarek Olšák2014-02-254-3/+12
* glsl/i965: move lower_offset_array up to GLSL compiler level.Dave Airlie2014-02-254-96/+1
* i965: Don't try to use the hardware blitter for multisampled miptrees.Kenneth Graunke2014-02-231-0/+4
* dri_util: use the implemented version of __DRIimageDriverExtensionEmil Velikov2014-02-231-1/+1
* drivers/dri: explicitly set __DRI2flushExtension membersEmil Velikov2014-02-232-6/+8
* dri_util: explicitly set __DRIcopySubBufferExtension membersEmil Velikov2014-02-231-2/+3
* dri_util: explicitly set __DRIswrastExtension members.Emil Velikov2014-02-231-6/+7
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-2212-63/+66
* i965: Move compiler debugging output to stderr.Eric Anholt2014-02-2224-248/+258
* glsl: Add a file argument to the IR printer.Eric Anholt2014-02-222-2/+2
* i965: Refactor debug dumping of GLSL IR.Eric Anholt2014-02-225-27/+29
* intel: Remove some dead code I noticed in intel_screen.c.Eric Anholt2014-02-222-8/+0
* i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.Eric Anholt2014-02-224-4/+10
* i965: Use the object label when available for shader_time output.Eric Anholt2014-02-221-5/+8
* meta: Set some object labels on our meta shaders.Eric Anholt2014-02-222-0/+14
* Revert "i965/fs: Make fs_reg's type an enum for better debugging."Matt Turner2014-02-214-7/+6
* i965/fs: Drop the emit(fs_inst) overload.Kenneth Graunke2014-02-213-25/+17
* i965/fs: Pass fs_regs by constant reference where possible.Matt Turner2014-02-213-14/+19
* i965/fs: Move setting opcode = NOP to its one useful location.Matt Turner2014-02-211-1/+1
* i965/fs: Use a bitfield for fs_inst's bool fields.Matt Turner2014-02-211-7/+7
* i965/fs: Reorder fs_inst's fields for better packing.Matt Turner2014-02-211-9/+11
* i965/fs: Reduce the sizes of some fs_inst members.Matt Turner2014-02-211-6/+6
* i965/fs: Reorder fs_reg for better packing.Matt Turner2014-02-211-15/+15
* i965/fs: Make fs_reg's type an enum for better debugging.Matt Turner2014-02-214-6/+7
* i965/fs: Reduce the sizes of some fs_reg members.Matt Turner2014-02-211-3/+3
* i965: Mark brw_reg_type and register_file enums as PACKED.Matt Turner2014-02-212-2/+4
* i965: Reduce predicate field of backend_instruction to uint8_t.Matt Turner2014-02-211-1/+1
* mesa: Move declarations before code.Vinson Lee2014-02-211-4/+9
* meta: Eliminate samplers[] array in favor of using vec4_prefix.Kenneth Graunke2014-02-211-10/+2
* 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