summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-06softpipe: sp_winsys.h should define/include what it needs.Corbin Simpson
2009-12-04softpipe: dont claim to support PIPE_FORMAT_NONEKeith Whitwell
2009-12-04softpipe: fix double-minify in texture layoutKeith Whitwell
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_bits/size() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-01softpipe: setup machine->Face without a conditionalBrian Paul
2009-12-01sp: Do not falsely advertise support for some SNORM formats.Michal Krol
2009-12-01sp: Implement separate vertex sampler state.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-23softpipe: Initialise TGSI machine's Face.Michal Krol
2009-11-20Fix indentation.Alan Hourihane
2009-11-20Fix memory leak.Alan Hourihane
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-11-19softpipe: whitespace/indentation fixesBrian Paul
2009-11-19softpipe: add missing check in softpipe_is_texture_referenced()Brian Paul
2009-11-05softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca
2009-11-02softpipe: Sanitise shader semantic and interpolator handling.Michal Krol
2009-10-30softpipe: Respect gl_rasterization_rules in primitive setup.Michal Krol
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-10softpipe: fix multi-drawbuffers regressionBrian Paul
2009-10-10softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul
2009-10-09softpipe: restore/fix print_vertex() debug helperBrian Paul
2009-10-07softpipe: new commentsBrian Paul
2009-10-07softpipe: whitespace and comment fixesBrian Paul
2009-10-07softpipe: prefix non-static functions with sp_Brian Paul
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-02gallium: replace // comments with /* */Brian Paul
2009-10-01g3dvl: Copyright blocks.Younes Manton
2009-10-01g3dvl: Color space conv interface & vl impl.Younes Manton
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell
2009-09-29Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-29softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul
2009-09-29softpipe: Grab a ref when the fb is set.Brian Paul
2009-09-28softpipe: Fix MSVC build.José Fonseca
2009-09-27g3dvl: Formatting and cleanups.Younes Manton
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-09-27softpipe: Grab a ref when the fb is set.Younes Manton
2009-09-25softpipe: Grab fs output z from the correct file.Michal Krol
2009-09-25softpipe: Do not advertise support for L16 and YCBCR formats.Michal Krol
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-24softpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.Vinson Lee