summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-02i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke13-163/+163
2014-06-02i965: Delete brw_set_conditionalmod.Kenneth Graunke3-13/+0
2014-06-02i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke6-24/+24
2014-06-02i965: Don't use brw_set_conditionalmod in the FS and vec4 compilers.Kenneth Graunke2-5/+16
2014-06-02i965: Stop setting predication from brw_set_conditionalmod.Kenneth Graunke4-5/+11
2014-06-02i965: Drop unnecessary brw_set_conditionalmod() before brw_CMP().Kenneth Graunke1-1/+0
2014-06-02i965/clip: Use the new brw_last_inst macro instead of temporaries.Kenneth Graunke3-27/+23
2014-06-02i965: Create a "brw_last_inst" convenience macro.Kenneth Graunke1-0/+6
2014-06-02i965: Make brw_JMPI set predicate_control based on a parameter.Kenneth Graunke3-10/+13
2014-06-02i965: Remove the dst and src0 parameters from brw_JMPI.Kenneth Graunke3-17/+12
2014-06-02egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor1-2/+6
2014-06-02radeonsi: enable ARB_sample_shadingMarek Olšák1-1/+1
2014-06-02radeonsi: implement SAMPLEMASK fragment shader outputMarek Olšák1-3/+15
2014-06-02radeonsi: interpolate varyings at sample when full sample shading is enabledMarek Olšák3-12/+15
2014-06-02radeonsi: implement SAMPLEPOS fragment shader inputMarek Olšák5-0/+76
2014-06-02radeonsi: implement SAMPLEID fragment shader inputMarek Olšák1-1/+17
2014-06-02radeonsi: implement set_min_samplesMarek Olšák4-2/+36
2014-06-02radeon: add basic register setup for per-sample shadingMarek Olšák4-9/+13
2014-06-02radeon: split cayman_emit_msaa_state into 2 functionsMarek Olšák4-14/+22
2014-06-02Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload"Marek Olšák1-5/+5
2014-06-02r600g: use TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller9-9/+72
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller19-1/+49
2014-06-02r600g: remove assert on draw with count == 0Christoph Bumiller1-1/+0
2014-06-02r600g: HW bug workaround for TGSI_OPCODE_BREAKCChristoph Bumiller3-4/+22
2014-06-02r600g: implement TGSI_OPCODE_BREAKCChristoph Bumiller1-1/+24
2014-06-02r600g: support all channels of TGSI_FILE_ADDRESSChristoph Bumiller1-28/+58
2014-06-02r600g: check for PIPE_BIND_BLENDABLE in is_format_supportedChristoph Bumiller2-0/+18
2014-06-02r600g: handle PIPE_QUERY_GPU_FINISHEDChristoph Bumiller1-0/+9
2014-06-01i965/fs: Add fs_inst constructor that takes a list of sources.Matt Turner2-0/+15
2014-06-01i965/fs: Add a function to resize fs_inst's sources array.Matt Turner2-0/+11
2014-06-01i965/fs: Clean up fs_inst constructors.Matt Turner2-75/+32
2014-06-01i965/fs: Loop from 0 to inst->sources, not 0 to 3.Matt Turner10-28/+28
2014-06-01i965/fs: Store the number of sources an fs_inst has.Matt Turner2-11/+13
2014-06-01i965/fs: ralloc fs_inst's fs_reg sources.Matt Turner2-1/+9
2014-06-01i965/fs: Disable fs_inst assignment operator.Matt Turner1-0/+2
2014-06-01i965/fs: Add and use an fs_inst copy constructor.Matt Turner2-0/+6
2014-06-01i965: Skip IR annotations with INTEL_DEBUG=noann.Matt Turner3-2/+6
2014-06-01i965/fs: Debug the optimization passes by dumping instr to file.Matt Turner1-12/+41
2014-06-01i965: Give dump_instructions() a filename argument.Matt Turner5-6/+42
2014-06-01i965: Give dump_instruction() a FILE* argument.Matt Turner5-100/+115
2014-06-01i965: Add envvar to debug the optimization passes.Matt Turner2-0/+2
2014-05-31llvmpipe: (trivial) drop "unswizzled" from some function namesRoland Scheidegger2-28/+30
2014-05-31llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
2014-05-31softpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-31llvmpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-31gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger2-5/+9
2014-05-31svga: use svga_shader_too_large() in compile_vs()Brian Paul1-8/+36
2014-05-31svga: use svga_shader_too_large() in compile_fs()Brian Paul1-3/+1
2014-05-31svga: added svga_shader_too_large() helperBrian Paul1-0/+21
2014-05-31darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...Jeremy Huddleston Sequoia1-2/+0